diff options
| -rw-r--r-- | shared-core/drm_pciids.txt | 2 | ||||
| -rw-r--r-- | shared-core/sis_drv.h | 8 | 
2 files changed, 6 insertions, 4 deletions
| diff --git a/shared-core/drm_pciids.txt b/shared-core/drm_pciids.txt index ba02aa89..ad9994ec 100644 --- a/shared-core/drm_pciids.txt +++ b/shared-core/drm_pciids.txt @@ -211,6 +211,8 @@  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" diff --git a/shared-core/sis_drv.h b/shared-core/sis_drv.h index 006d148c..ec572ad4 100644 --- a/shared-core/sis_drv.h +++ b/shared-core/sis_drv.h @@ -33,11 +33,11 @@  #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, | 
