patch-2.4.0-test7 linux/drivers/char/drm/agpsupport.c
Next file: linux/drivers/char/drm/auth.c
Previous file: linux/drivers/char/cs8420.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Sun Aug 13 19:37:15 2000
- Orig file:
v2.4.0-test6/linux/drivers/char/drm/agpsupport.c
- Orig date:
Wed Aug 9 19:19:50 2000
diff -u --recursive --new-file v2.4.0-test6/linux/drivers/char/drm/agpsupport.c linux/drivers/char/drm/agpsupport.c
@@ -309,7 +309,9 @@
#if LINUX_VERSION_CODE >= 0x020400
case VIA_MVP4: head->chipset = "VIA MVP4"; break;
- case VIA_APOLLO_SUPER: head->chipset = "VIA Apollo Super";
+ case VIA_APOLLO_KX133: head->chipset = "VIA Apollo KX133";
+ break;
+ case VIA_APOLLO_KT133: head->chipset = "VIA Apollo KT133";
break;
#endif
@@ -322,7 +324,7 @@
case ALI_M1541: head->chipset = "ALi M1541"; break;
default: head->chipset = "Unknown"; break;
}
- DRM_INFO("AGP %d.%d on %s @ 0x%08lx %dMB\n",
+ DRM_INFO("AGP %d.%d on %s @ 0x%08lx %ZuMB\n",
head->agp_info.version.major,
head->agp_info.version.minor,
head->chipset,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)