patch-2.3.99-pre4 linux/drivers/char/agp/agpgart_be.c
Next file: linux/drivers/char/applicom.c
Previous file: linux/drivers/char/Makefile
Back to the patch index
Back to the overall index
-  Lines: 31
-  Date:
Mon Apr 10 22:41:19 2000
-  Orig file: 
v2.3.99-pre3/linux/drivers/char/agp/agpgart_be.c
-  Orig date: 
Tue Mar  7 14:32:25 2000
diff -u --recursive --new-file v2.3.99-pre3/linux/drivers/char/agp/agpgart_be.c linux/drivers/char/agp/agpgart_be.c
@@ -1764,6 +1764,30 @@
 #endif /* CONFIG_AGP_INTEL */
 
 #ifdef CONFIG_AGP_SIS
+	{ PCI_DEVICE_ID_SI_630,
+		PCI_VENDOR_ID_SI,
+		SIS_GENERIC,
+		"SiS",
+		"Generic",
+		sis_generic_setup },
+	{ PCI_DEVICE_ID_SI_540,
+		PCI_VENDOR_ID_SI,
+		SIS_GENERIC,
+		"SiS",
+		"Generic",
+		sis_generic_setup },
+	{ PCI_DEVICE_ID_SI_620,
+		PCI_VENDOR_ID_SI,
+		SIS_GENERIC,
+		"SiS",
+		"Generic",
+		sis_generic_setup },
+	{ PCI_DEVICE_ID_SI_530,
+		PCI_VENDOR_ID_SI,
+		SIS_GENERIC,
+		"SiS",
+		"Generic",
+		sis_generic_setup },
 	{ 0,
 		PCI_VENDOR_ID_SI,
 		SIS_GENERIC,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)