summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDave Jones <davej@tetrachloride.(none)>2002-12-09 11:58:34 -0100
committerDave Jones <davej@tetrachloride.(none)>2002-12-09 11:58:34 -0100
commit2140dbb5e5dc5bfed310627cbbf215e56d3d5a84 (patch)
tree68a55ef93a90fe058c241c5d3fb8af9a9616200d /include/linux
parent47e9a962a76caa483dedf7c4ee4b314e14132125 (diff)
parent8a1774bd74f821fbc2f2159cd3ab5431f55abae9 (diff)
Merge tetrachloride.(none):/mnt/stuff/kernel/2.5/bk-linus
into tetrachloride.(none):/mnt/stuff/kernel/2.5/agpgart
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/agp_backend.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/agp_backend.h b/include/linux/agp_backend.h
index ad1d8a935d21..fe59e8cf0378 100644
--- a/include/linux/agp_backend.h
+++ b/include/linux/agp_backend.h
@@ -35,9 +35,6 @@
#define FALSE 0
#endif
-#define AGPGART_VERSION_MAJOR 0
-#define AGPGART_VERSION_MINOR 99
-
enum chipset_type {
NOT_SUPPORTED,
INTEL_GENERIC,
@@ -62,6 +59,8 @@ enum chipset_type {
VIA_APOLLO_KX133,
VIA_APOLLO_KT133,
VIA_APOLLO_KT400,
+ VIA_APOLLO_PRO_266,
+ VIA_VT8605,
SIS_GENERIC,
AMD_GENERIC,
AMD_IRONGATE,