Revision 4268b096

b/hw/pci-bridge/i82801b11.c
69 69
    if (rc < 0) {
70 70
        goto err_bridge;
71 71
    }
72
    pci_config_set_prog_interface(d->config, PCI_CLASS_BRDIGE_PCI_INF_SUB);
72
    pci_config_set_prog_interface(d->config, PCI_CLASS_BRIDGE_PCI_INF_SUB);
73 73
    return 0;
74 74

  
75 75
err_bridge:
b/include/hw/pci/pci_ids.h
39 39
#define PCI_CLASS_BRIDGE_HOST            0x0600
40 40
#define PCI_CLASS_BRIDGE_ISA             0x0601
41 41
#define PCI_CLASS_BRIDGE_PCI             0x0604
42
#define PCI_CLASS_BRDIGE_PCI_INF_SUB     0x01
42
#define PCI_CLASS_BRIDGE_PCI_INF_SUB     0x01
43 43
#define PCI_CLASS_BRIDGE_OTHER           0x0680
44 44

  
45 45
#define PCI_CLASS_COMMUNICATION_SERIAL   0x0700

Also available in: Unified diff