diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2012-01-23 10:58:02 -0600 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-01-23 10:58:02 -0600 |
| commit | c4ccbeaca521bdbf5cb8db37dc67c47e1add0586 (patch) | |
| tree | 110cb400e402af772a78495ce58d4715f617e0f4 /hw/pci_ids.h | |
| parent | 65f82df0d7a71ce1b10cd4c5ab08888d176ac840 (diff) | |
| parent | 506b7ddf889312659b36c667f7ae17bc9e909418 (diff) | |
| download | focaccia-qemu-c4ccbeaca521bdbf5cb8db37dc67c47e1add0586.tar.gz focaccia-qemu-c4ccbeaca521bdbf5cb8db37dc67c47e1add0586.zip | |
Merge remote-tracking branch 'afaerber/prep-up' into staging
* afaerber/prep-up: prep: Use i82378 PCI->ISA bridge for 'prep' machine prep: Add i82378 PCI-to-ISA bridge emulation prep: Add i82374 DMA emulation MAINTAINERS: Add PCI host bridge files to PReP machine prep: qdev'ify Raven host bridge (SysBus) prep_pci: Update I/O to MemoryRegion ops prep_pci: Simplify I/O endianness prep: qdev'ify Raven host bridge (PCIDevice) prep: Use ISA m48t59 prep: Fix offset of BIOS MemoryRegion
Diffstat (limited to 'hw/pci_ids.h')
| -rw-r--r-- | hw/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci_ids.h b/hw/pci_ids.h index 85e5372006..e8235a7d05 100644 --- a/hw/pci_ids.h +++ b/hw/pci_ids.h @@ -98,6 +98,7 @@ #define PCI_DEVICE_ID_MPC8533E 0x0030 #define PCI_VENDOR_ID_INTEL 0x8086 +#define PCI_DEVICE_ID_INTEL_82378 0x0484 #define PCI_DEVICE_ID_INTEL_82441 0x1237 #define PCI_DEVICE_ID_INTEL_82801AA_5 0x2415 #define PCI_DEVICE_ID_INTEL_82801D 0x24CD |