Revision 173a543b hw/lsi53c895a.c

b/hw/lsi53c895a.c
1979 1979
    /* PCI device ID (word) */
1980 1980
    pci_config_set_device_id(pci_conf, PCI_DEVICE_ID_LSI_53C895A);
1981 1981
    /* PCI base class code */
1982
    pci_conf[0x0b] = 0x01;
1982
    pci_config_set_class(pci_conf, PCI_CLASS_STORAGE_SCSI);
1983 1983
    /* PCI subsystem ID */
1984 1984
    pci_conf[0x2e] = 0x00;
1985 1985
    pci_conf[0x2f] = 0x10;

Also available in: Unified diff