diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-08-29 15:45:43 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-08-29 15:45:43 +0000 |
commit | b2aedb1a3f2409b549c4094654281893b82c7435 (patch) | |
tree | 457da51421f91f7996ee2f02c13cff6a70770a3d /util/inteltool/inteltool.h | |
parent | 669c4a954ec6b57f0156844bea4f656f3aa9ccca (diff) |
add i810 and ich0
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4620 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/inteltool/inteltool.h')
-rw-r--r-- | util/inteltool/inteltool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h index b3b10430c9..391cd55d1d 100644 --- a/util/inteltool/inteltool.h +++ b/util/inteltool/inteltool.h @@ -44,6 +44,8 @@ #define PCI_DEVICE_ID_INTEL_ICH8M 0x2815 #define PCI_DEVICE_ID_INTEL_ICH10R 0x3a16 +#define PCI_DEVICE_ID_INTEL_82810 0x7120 +#define PCI_DEVICE_ID_INTEL_82810DC 0x7122 #define PCI_DEVICE_ID_INTEL_82845 0x1a30 #define PCI_DEVICE_ID_INTEL_82945P 0x2770 #define PCI_DEVICE_ID_INTEL_82945GM 0x27a0 |