diff options
| author | Nicolas Mailhot <nicolas.mailhot@laposte.net> | 2002-11-20 22:25:51 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-11-20 22:25:51 -0800 |
| commit | 4eccc58aa38d06afb9ea22e44bfdcd04e3dd57ff (patch) | |
| tree | 28471be142ba984c68f98b5d29ed2737357646e5 /include/linux/agp_backend.h | |
| parent | cf8d19a7d1db0e1656ed6cd1bd07456b836f0e28 (diff) | |
[PATCH] Via KT400 agp support
This adds the KT400 pci ID and lists it as using Via generic setup
routines. This patch has been tested with all GL xscreensavers I could
find, and been reviewed by Dave Jones (full patch history at
http://bugzilla.kernel.org/show_bug.cgi?id=3D14).
diff -uNr linux-2.5.47-ac6.orig/drivers/char/agp/agp.c
linux-2.5.47-ac6/drivers/char/agp/agp.c
Diffstat (limited to 'include/linux/agp_backend.h')
| -rw-r--r-- | include/linux/agp_backend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/agp_backend.h b/include/linux/agp_backend.h index f250d4da587c..ad1d8a935d21 100644 --- a/include/linux/agp_backend.h +++ b/include/linux/agp_backend.h @@ -61,6 +61,7 @@ enum chipset_type { VIA_APOLLO_PRO, VIA_APOLLO_KX133, VIA_APOLLO_KT133, + VIA_APOLLO_KT400, SIS_GENERIC, AMD_GENERIC, AMD_IRONGATE, |
