From 7c165ccf3f9851892880ff7605a71003be3117e0 Mon Sep 17 00:00:00 2001 From: David Mosberger Date: Thu, 30 May 2002 21:13:44 -0700 Subject: [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). --- 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 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, -- cgit v1.2.3