diff options
author | Bryce Harrington <bryce@canonical.com> | 2008-10-29 01:31:50 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2008-10-29 01:31:50 -0400 |
commit | 937b7ac2a259cf504a19dcf62a58b1db1afb8eb9 (patch) | |
tree | 1139fdadd780f5b68daa818b3eb2c7f713211712 /src/atipciids.h | |
parent | 67bc2ae7f227a2afedc8e699cf0458fa7960f301 (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.h | 3 |
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" |