summaryrefslogtreecommitdiff
path: root/src/atipciids.h
diff options
context:
space:
mode:
authorBryce Harrington <bryce@canonical.com>2008-10-29 01:31:50 -0400
committerAlex Deucher <alexdeucher@gmail.com>2008-10-29 01:31:50 -0400
commit937b7ac2a259cf504a19dcf62a58b1db1afb8eb9 (patch)
tree1139fdadd780f5b68daa818b3eb2c7f713211712 /src/atipciids.h
parent67bc2ae7f227a2afedc8e699cf0458fa7960f301 (diff)
Add AGP quirk table
- set known good default agp modes for problematic chip/bridge combos - should fix bug 17360, others
Diffstat (limited to 'src/atipciids.h')
-rw-r--r--src/atipciids.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/atipciids.h b/src/atipciids.h
index f24f8fbf..7735e932 100644
--- a/src/atipciids.h
+++ b/src/atipciids.h
@@ -35,8 +35,11 @@
/* PCI Vendor */
#define PCI_VENDOR_ATI 0x1002
+#define PCI_VENDOR_IBM 0x1014
#define PCI_VENDOR_AMD 0x1022
#define PCI_VENDOR_DELL 0x1028
+#define PCI_VENDOR_VIA 0x1106
+#define PCI_VENDOR_INTEL 0x8086
#include "ati_pciids_gen.h"