summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyu.z.wang@intel.com>2008-01-22 00:48:23 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2008-01-22 00:48:23 +0800
commitf54bba7600647c76fe3bd2d0133edc06dbea6a05 (patch)
treea65ebebe9ae50d74758d28b02abd3c346d344967
parent633dbd28218fd8a746c1735fd44a14f35bd07faa (diff)
downloadxorg-driver-xf86-video-intel-f54bba7600647c76fe3bd2d0133edc06dbea6a05.tar.gz
Add missing i830M and 845G pci ids info
-rw-r--r--src/common.h10
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