Index: hw/ide.c =================================================================== RCS file: /cvsroot/qemu/qemu/hw/ide.c,v retrieving revision 1.23 diff -u -r1.23 ide.c --- hw/ide.c 12 Jun 2004 22:23:16 -0000 1.23 +++ hw/ide.c 21 Jun 2004 11:11:26 -0000 @@ -1627,6 +1627,7 @@ pci_conf[0x0a] = 0x01; // class_sub = PCI_IDE pci_conf[0x0b] = 0x01; // class_base = PCI_mass_storage pci_conf[0x0e] = 0x00; // header_type + pci_conf[0x20] = 0x01; // bus master inferface base address /* XXX: must add BMDMA support to be fully compliant */