add new supported chipset
Add identification for X58 and ICH10R. Signed-off-by: Warren Turkal <wt@penguintechs.org> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4380 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Ronald G. Minnich
parent
b1ff95c14d
commit
9702b6bf7e
@@ -42,12 +42,14 @@
|
||||
#define PCI_DEVICE_ID_INTEL_ICH7M 0x27b9
|
||||
#define PCI_DEVICE_ID_INTEL_ICH7MDH 0x27bd
|
||||
#define PCI_DEVICE_ID_INTEL_ICH8M 0x2815
|
||||
#define PCI_DEVICE_ID_INTEL_ICH10R 0x3a16
|
||||
|
||||
#define PCI_DEVICE_ID_INTEL_82845 0x1a30
|
||||
#define PCI_DEVICE_ID_INTEL_82945P 0x2770
|
||||
#define PCI_DEVICE_ID_INTEL_82945GM 0x27a0
|
||||
#define PCI_DEVICE_ID_INTEL_PM965 0x2a00
|
||||
#define PCI_DEVICE_ID_INTEL_82975X 0x277c
|
||||
#define PCI_DEVICE_ID_INTEL_X58 0x3405
|
||||
|
||||
#define ARRAY_SIZE(a) ((int)(sizeof(a) / sizeof((a)[0])))
|
||||
|
||||
|
Reference in New Issue
Block a user