/[qemu]/qemu/hw/ide.c
ViewVC logotype

Diff of /qemu/hw/ide.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37 by bellard, Thu Jul 7 21:46:09 2005 UTC revision 1.38 by bellard, Sat Aug 6 09:14:32 2005 UTC
# Line 2330  void pci_piix3_ide_init(PCIBus *bus, Blo Line 2330  void pci_piix3_ide_init(PCIBus *bus, Blo
2330      pci_conf[0x01] = 0x80;      pci_conf[0x01] = 0x80;
2331      pci_conf[0x02] = 0x10;      pci_conf[0x02] = 0x10;
2332      pci_conf[0x03] = 0x70;      pci_conf[0x03] = 0x70;
2333        pci_conf[0x09] = 0x80; // legacy ATA mode
2334      pci_conf[0x0a] = 0x01; // class_sub = PCI_IDE      pci_conf[0x0a] = 0x01; // class_sub = PCI_IDE
2335      pci_conf[0x0b] = 0x01; // class_base = PCI_mass_storage      pci_conf[0x0b] = 0x01; // class_base = PCI_mass_storage
2336      pci_conf[0x0e] = 0x00; // header_type      pci_conf[0x0e] = 0x00; // header_type

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26