diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-15 01:12:25 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-27 12:28:47 -0500 |
commit | 048eabcb0bc84424ef44e96085741a385360cf39 (patch) | |
tree | b7599e392eaaab4fb22a7c5773915fd9dd719287 /hw/pci_ids.h | |
parent | 4f423e81a926e2f27c4d71613eefd92c40022136 (diff) |
wdt_i6300esb: move PCI_DEVICE_IDE_INTEL_ESB_9 to pci_ids.h
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
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 3afe6748f2..63379c234a 100644 --- a/hw/pci_ids.h +++ b/hw/pci_ids.h @@ -88,6 +88,7 @@ #define PCI_VENDOR_ID_INTEL 0x8086 #define PCI_DEVICE_ID_INTEL_82441 0x1237 #define PCI_DEVICE_ID_INTEL_82801AA_5 0x2415 +#define PCI_DEVICE_ID_INTEL_ESB_9 0x25ab #define PCI_DEVICE_ID_INTEL_82371SB_0 0x7000 #define PCI_DEVICE_ID_INTEL_82371SB_1 0x7010 #define PCI_DEVICE_ID_INTEL_82371SB_2 0x7020 |