diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-05-29 19:26:37 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-05-29 19:26:37 +0000 |
commit | 22c6afcae4481a593d31334a31ecf412909fd921 (patch) | |
tree | 2413f55c1a6733128bd3eb1aceafeb46108f83eb /src/include/device | |
parent | a5599c10cf2271e4b809630ffc6b5c4a509cb510 (diff) | |
download | coreboot-22c6afcae4481a593d31334a31ecf412909fd921.tar.xz |
Drop duplicate 82371AB device IDs (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2705 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/pci_ids.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 539ca3ad38..03569a4940 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -1809,10 +1809,6 @@ #define PCI_DEVICE_ID_INTEL_82371SB_2 0x7020 #define PCI_DEVICE_ID_INTEL_82437VX 0x7030 #define PCI_DEVICE_ID_INTEL_82439TX 0x7100 -#define PCI_DEVICE_ID_INTEL_82371AB_0 0x7110 -#define PCI_DEVICE_ID_INTEL_82371AB 0x7111 -#define PCI_DEVICE_ID_INTEL_82371AB_2 0x7112 -#define PCI_DEVICE_ID_INTEL_82371AB_3 0x7113 #define PCI_DEVICE_ID_INTEL_82371AB_ISA 0x7110 #define PCI_DEVICE_ID_INTEL_82371AB_IDE 0x7111 #define PCI_DEVICE_ID_INTEL_82371AB_USB 0x7112 |