summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDave Jones <davej@suse.de>2002-05-30 20:49:46 -0700
committerLinus Torvalds <torvalds@penguin.transmeta.com>2002-05-30 20:49:46 -0700
commit65f0361a564c0a77c309a82b83951079da78309b (patch)
tree30b2be9d24651dac160085c4360bd9a2886c4072 /include/linux
parent4147b6cad08e0040b1644866cef0361ee1e1feef (diff)
[PATCH] Fix up agpgart.
Don't know what exactly happened, but somehow, the ZX1 support is in your tree twice. This patch drops one of them, and also adds in Intel i845 support to make up for it 8-)
Diffstat (limited to 'include/linux')
-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 c1fb2ad9fcb4..7864372bc2b6 100644
--- a/include/linux/agp_backend.h
+++ b/include/linux/agp_backend.h
@@ -48,6 +48,7 @@ enum chipset_type {
INTEL_I815,
INTEL_I820,
INTEL_I830_M,
+ INTEL_I845_G,
INTEL_I840,
INTEL_I845,
INTEL_I850,