From 4eccc58aa38d06afb9ea22e44bfdcd04e3dd57ff Mon Sep 17 00:00:00 2001 From: Nicolas Mailhot Date: Wed, 20 Nov 2002 22:25:51 -0800 Subject: [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 --- include/linux/agp_backend.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux/agp_backend.h') 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, -- cgit v1.2.3