From f18a6d836b5e0081dff9217b44e88e74c421c576 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Mon, 10 Dec 2001 23:29:37 +0000 Subject: merge with linux kernel 2.4.15 --- linux-core/drm_agpsupport.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'linux-core/drm_agpsupport.c') diff --git a/linux-core/drm_agpsupport.c b/linux-core/drm_agpsupport.c index 28cc5a26..fc0b29aa 100644 --- a/linux-core/drm_agpsupport.c +++ b/linux-core/drm_agpsupport.c @@ -268,7 +268,13 @@ drm_agp_head_t *DRM(agp_init)(void) case INTEL_I810: head->chipset = "Intel i810"; break; case INTEL_I815: head->chipset = "Intel i815"; break; +#if LINUX_VERSION_CODE >= 0x020415 + case INTEL_I820: head->chipset = "Intel i820"; break; +#endif case INTEL_I840: head->chipset = "Intel i840"; break; +#if LINUX_VERSION_CODE >= 0x020415 + case INTEL_I845: head->chipset = "Intel i845"; break; +#endif case INTEL_I850: head->chipset = "Intel i850"; break; case VIA_GENERIC: head->chipset = "VIA"; break; -- cgit v1.2.3