From cdb2915dc992c8eaf01d52cd808b0ac0b85b4566 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Thu, 2 Jan 2003 16:09:40 -0100 Subject: [AGP] Move the VIA KT400 to its own driver. Right now its the only VIA AGP 3.0 chipset. At some point in time it may become via-agp3.c, but until then its cleaner to seperate this from the VIA AGP 2.0 driver. The 2.0 driver will still work on a KT400 with a 2.0 compliant graphic card present. If the 2.0 driver finds the bridge in 3.0 mode, it aborts. Likewise, the 3.0 driver will abort if the bridge is in 2.0 mode. Confused yet? --- include/linux/agp_backend.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') diff --git a/include/linux/agp_backend.h b/include/linux/agp_backend.h index e6fa886e8d82..3771ff917895 100644 --- a/include/linux/agp_backend.h +++ b/include/linux/agp_backend.h @@ -60,6 +60,7 @@ enum chipset_type { VIA_APOLLO_KX133, VIA_APOLLO_KT133, VIA_APOLLO_KT400, + VIA_APOLLO_KT400_3, VIA_APOLLO_PRO_266, VIA_VT8605, SIS_GENERIC, -- cgit v1.2.3