This patch adds:
ICH6 Southbridge, 82915 Series Northbridge, P4 6xx Series CPU to inteltool Tested on my Clevo D900T, based on ICH6 and i915P, with a p4 630 installed. Signed-off-by: Pat Erley <pat-lkml@erley.org> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5469 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
#define PCI_DEVICE_ID_INTEL_ICH2 0x2440
|
||||
#define PCI_DEVICE_ID_INTEL_ICH4 0x24c0
|
||||
#define PCI_DEVICE_ID_INTEL_ICH4M 0x24cc
|
||||
#define PCI_DEVICE_ID_INTEL_ICH6 0x2640
|
||||
#define PCI_DEVICE_ID_INTEL_ICH7DH 0x27b0
|
||||
#define PCI_DEVICE_ID_INTEL_ICH7 0x27b8
|
||||
#define PCI_DEVICE_ID_INTEL_ICH7M 0x27b9
|
||||
@@ -49,6 +50,7 @@
|
||||
#define PCI_DEVICE_ID_INTEL_82810DC 0x7122
|
||||
#define PCI_DEVICE_ID_INTEL_82830M 0x3575
|
||||
#define PCI_DEVICE_ID_INTEL_82845 0x1a30
|
||||
#define PCI_DEVICE_ID_INTEL_82915 0x2580
|
||||
#define PCI_DEVICE_ID_INTEL_82945P 0x2770
|
||||
#define PCI_DEVICE_ID_INTEL_82945GM 0x27a0
|
||||
#define PCI_DEVICE_ID_INTEL_PM965 0x2a00
|
||||
|
Reference in New Issue
Block a user