diff options
| author | Dave Jones <davej@codemonkey.org.uk> | 2002-12-13 15:47:49 -0100 |
|---|---|---|
| committer | Dave Jones <davej@codemonkey.org.uk> | 2002-12-13 15:47:49 -0100 |
| commit | 9e09bda818b3b39883bba7872ca7badb54315221 (patch) | |
| tree | 8e981c02dd3e8ecd27cc433c29a532608d2db189 /include/linux | |
| parent | cb3d1c3a12c9359ef3188bfe21adb2df7fbbc42b (diff) | |
[AGP] Add AGP 3.0 support and I7505 chipset driver.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/agp_backend.h | 1 | ||||
| -rw-r--r-- | include/linux/pci_ids.h | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/agp_backend.h b/include/linux/agp_backend.h index fe59e8cf0378..e6fa886e8d82 100644 --- a/include/linux/agp_backend.h +++ b/include/linux/agp_backend.h @@ -51,6 +51,7 @@ enum chipset_type { INTEL_I850, INTEL_I860, INTEL_460GX, + INTEL_I7505, VIA_GENERIC, VIA_VP3, VIA_MVP3, diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 7c0e1de47668..4f90ff1ccbe8 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1727,6 +1727,9 @@ #define PCI_DEVICE_ID_INTEL_82092AA_0 0x1221 #define PCI_DEVICE_ID_INTEL_82092AA_1 0x1222 #define PCI_DEVICE_ID_INTEL_7116 0x1223 +#define PCI_DEVICE_ID_INTEL_7505_0 0x2550 +#define PCI_DEVICE_ID_INTEL_7505_1 0x2552 +#define PCI_DEVICE_ID_INTEL_7205_0 0x255d #define PCI_DEVICE_ID_INTEL_82596 0x1226 #define PCI_DEVICE_ID_INTEL_82865 0x1227 #define PCI_DEVICE_ID_INTEL_82557 0x1229 |
