Revision 173a543b hw/usb-uhci.c

b/hw/usb-uhci.c
1084 1084
    pci_config_set_device_id(pci_conf, PCI_DEVICE_ID_INTEL_82371SB_2);
1085 1085
    pci_conf[0x08] = 0x01; // revision number
1086 1086
    pci_conf[0x09] = 0x00;
1087
    pci_conf[0x0a] = 0x03;
1088
    pci_conf[0x0b] = 0x0c;
1087
    pci_config_set_class(pci_conf, PCI_CLASS_SERIAL_USB);
1089 1088
    pci_conf[0x0e] = 0x00; // header_type
1090 1089
    pci_conf[0x3d] = 4; // interrupt pin 3
1091 1090
    pci_conf[0x60] = 0x10; // release number
......
1119 1118
    pci_config_set_device_id(pci_conf, PCI_DEVICE_ID_INTEL_82371AB_2);
1120 1119
    pci_conf[0x08] = 0x01; // revision number
1121 1120
    pci_conf[0x09] = 0x00;
1122
    pci_conf[0x0a] = 0x03;
1123
    pci_conf[0x0b] = 0x0c;
1121
    pci_config_set_class(pci_conf, PCI_CLASS_SERIAL_USB);
1124 1122
    pci_conf[0x0e] = 0x00; // header_type
1125 1123
    pci_conf[0x3d] = 4; // interrupt pin 3
1126 1124
    pci_conf[0x60] = 0x10; // release number

Also available in: Unified diff