Add support SiS based XGI chips to SiS DRM.
authorIan Romanick <idr@us.ibm.com>
Tue, 26 Jun 2007 16:51:55 +0000 (09:51 -0700)
committerIan Romanick <idr@us.ibm.com>
Tue, 26 Jun 2007 16:51:55 +0000 (09:51 -0700)
shared-core/drm_pciids.txt
shared-core/sis_drv.h

index ba02aa8..ad9994e 100644 (file)
 0x1039 0x6300 0 "SiS 630"
 0x1039 0x6330 SIS_CHIP_315 "SiS 661"
 0x1039 0x7300 0 "SiS 730"
+0x18CA 0x0040 SIS_CHIP_315 "Volari V3XT/V5/V8"
+0x18CA 0x0042 SIS_CHIP_315 "Volari Unknown"
 
 [tdfx]
 0x121a 0x0003 0 "3dfx Voodoo Banshee"
index 006d148..ec572ad 100644 (file)
 
 #define DRIVER_AUTHOR          "SIS, Tungsten Graphics"
 #define DRIVER_NAME            "sis"
-#define DRIVER_DESC            "SIS 300/630/540"
-#define DRIVER_DATE            "20060619"
+#define DRIVER_DESC            "SIS 300/630/540 and XGI V3XE/V5/V8"
+#define DRIVER_DATE            "20070626"
 #define DRIVER_MAJOR           1
-#define DRIVER_MINOR           2
-#define DRIVER_PATCHLEVEL      1
+#define DRIVER_MINOR           3
+#define DRIVER_PATCHLEVEL      0
 
 enum sis_family {
        SIS_OTHER = 0,