patch-2.4.19 linux-2.4.19/drivers/char/drm/drm_agpsupport.h
Next file: linux-2.4.19/drivers/char/drm/i810_dma.c
Previous file: linux-2.4.19/drivers/char/console.c
Back to the patch index
Back to the overall index
-  Lines: 17
 -  Date:
Fri Aug  2 17:39:43 2002
 -  Orig file: 
linux-2.4.18/drivers/char/drm/drm_agpsupport.h
 -  Orig date: 
Thu Nov 22 11:46:37 2001
 
diff -urN linux-2.4.18/drivers/char/drm/drm_agpsupport.h linux-2.4.19/drivers/char/drm/drm_agpsupport.h
@@ -303,6 +303,7 @@
 		case ALI_M1631: 	head->chipset = "ALi M1631";	 break;
 		case ALI_M1632: 	head->chipset = "ALi M1632";	 break;
 		case ALI_M1641: 	head->chipset = "ALi M1641";	 break;
+		case ALI_M1644: 	head->chipset = "ALi M1644";	 break;
 		case ALI_M1647: 	head->chipset = "ALi M1647";	 break;
 		case ALI_M1651: 	head->chipset = "ALi M1651";	 break;
 #endif
@@ -316,6 +317,8 @@
 			break;
 #endif
 
+		case HP_ZX1:		head->chipset = "HP ZX1";	 break;
+
 		default:		head->chipset = "Unknown";       break;
 		}
 #if LINUX_VERSION_CODE <= 0x020408
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)