diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-02-01 12:01:04 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-02-01 12:01:04 +0000 |
commit | 4ebcf884836887324848291032a385fe0df7b0af (patch) | |
tree | 3f6dec645e9e382fe3644950141d5c37d0ef47ab /hw/openpic.c | |
parent | e3007e6677fd5723dac5a10033319aa0f8dfaf64 (diff) |
Update #defines for PCI vendor and device IDs from OpenBIOS and Linux
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6490 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/openpic.c')
-rw-r--r-- | hw/openpic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/openpic.c b/hw/openpic.c index 06a26df058..16b33d2b1b 100644 --- a/hw/openpic.c +++ b/hw/openpic.c @@ -1018,7 +1018,7 @@ qemu_irq *openpic_init (PCIBus *bus, int *pmem_index, int nb_cpus, return NULL; pci_conf = opp->pci_dev.config; pci_config_set_vendor_id(pci_conf, PCI_VENDOR_ID_IBM); - pci_config_set_device_id(pci_conf, 0xffff); // MPIC2 + pci_config_set_device_id(pci_conf, PCI_DEVICE_ID_IBM_OPENPIC2); pci_conf[0x0a] = 0x80; // PIC pci_conf[0x0b] = 0x08; pci_conf[0x0e] = 0x00; // header_type |