diff options
author | Eric Anholt <anholt@freebsd.org> | 2003-04-26 21:57:43 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2003-04-26 21:57:43 +0000 |
commit | 79a0c5757e400c236b4c365761a377d52393606a (patch) | |
tree | bb20e69f99953e599e28a89ab2b7f8882521880c /bsd | |
parent | f5844cea13ba330beaeebb171eca1580efba62c6 (diff) |
Remove #if 0'ed code.
Diffstat (limited to 'bsd')
-rw-r--r-- | bsd/drm_agpsupport.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/bsd/drm_agpsupport.h b/bsd/drm_agpsupport.h index ca7bea9e..71d91e91 100644 --- a/bsd/drm_agpsupport.h +++ b/bsd/drm_agpsupport.h @@ -255,25 +255,6 @@ drm_agp_head_t *DRM(agp_init)(void) head->agpdev = agpdev; agp_get_info(agpdev, &head->info); head->memory = NULL; -#if 0 /* bogus */ - switch (head->agp_info.chipset) { - case INTEL_GENERIC: head->chipset = "Intel"; break; - case INTEL_LX: head->chipset = "Intel 440LX"; break; - case INTEL_BX: head->chipset = "Intel 440BX"; break; - case INTEL_GX: head->chipset = "Intel 440GX"; break; - case INTEL_I810: head->chipset = "Intel i810"; break; - case VIA_GENERIC: head->chipset = "VIA"; break; - case VIA_VP3: head->chipset = "VIA VP3"; break; - case VIA_MVP3: head->chipset = "VIA MVP3"; break; - case VIA_APOLLO_PRO: head->chipset = "VIA Apollo Pro"; break; - case SIS_GENERIC: head->chipset = "SiS"; break; - case AMD_GENERIC: head->chipset = "AMD"; break; - case AMD_IRONGATE: head->chipset = "AMD Irongate"; break; - case ALI_GENERIC: head->chipset = "ALi"; break; - case ALI_M1541: head->chipset = "ALi M1541"; break; - default: - } -#endif DRM_INFO("AGP at 0x%08lx %dMB\n", (long)head->info.ai_aperture_base, (int)(head->info.ai_aperture_size >> 20)); |