summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Mosberger <davidm@napali.hpl.hp.com>2002-05-30 21:13:44 -0700
committerLinus Torvalds <torvalds@penguin.transmeta.com>2002-05-30 21:13:44 -0700
commit7c165ccf3f9851892880ff7605a71003be3117e0 (patch)
tree6812ab4fd3627029dd8efcdad1944ea4888671f3 /include
parente4086edc43d89dda905b697a5eb24016c45fdcec (diff)
[PATCH] agp support for i460 and zx1 cleanup
The patch below adds first round of AGP support for the Intel 460 chipset This won't actually build at the moment, but I think you prefer to merge things piecemeal, and this portion of the patch is almost guaranteed to be safe (affects only ia64).
Diffstat (limited to 'include')
-rw-r--r--include/linux/agp_backend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/agp_backend.h b/include/linux/agp_backend.h
index 7864372bc2b6..10820786560e 100644
--- a/include/linux/agp_backend.h
+++ b/include/linux/agp_backend.h
@@ -53,6 +53,7 @@ enum chipset_type {
INTEL_I845,
INTEL_I850,
INTEL_I860,
+ INTEL_460GX,
VIA_GENERIC,
VIA_VP3,
VIA_MVP3,