diff options
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-01-22 00:48:23 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-01-22 00:48:23 +0800 |
commit | f54bba7600647c76fe3bd2d0133edc06dbea6a05 (patch) | |
tree | a65ebebe9ae50d74758d28b02abd3c346d344967 /src | |
parent | 633dbd28218fd8a746c1735fd44a14f35bd07faa (diff) |
Add missing i830M and 845G pci ids info
Diffstat (limited to 'src')
-rw-r--r-- | src/common.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 77371940..3a11e594 100644 --- a/src/common.h +++ b/src/common.h @@ -298,6 +298,16 @@ extern int I810_DEBUG; #define PCI_CHIP_I815_BRIDGE 0x1130 #endif +#ifndef PCI_CHIP_I830_M +#define PCI_CHIP_I830_M 0x3577 +#define PCI_CHIP_I830_M_BRIDGE 0x3575 +#endif + +#ifndef PCI_CHIP_845_G +#define PCI_CHIP_845_G 0x2562 +#define PCI_CHIP_845_G_BRIDGE 0x2560 +#endif + #ifndef PCI_CHIP_I855_GM #define PCI_CHIP_I855_GM 0x3582 #define PCI_CHIP_I855_GM_BRIDGE 0x3580 |