From: Ian Romanick Date: Tue, 26 Jun 2007 16:51:55 +0000 (-0700) Subject: Add support SiS based XGI chips to SiS DRM. X-Git-Tag: submit/1.0/20121108.012404~1030^2~251 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c27f8a70e6e3684d8d58661a9cc918a3514fd14;p=profile%2Fivi%2Flibdrm.git Add support SiS based XGI chips to SiS DRM. --- diff --git a/shared-core/drm_pciids.txt b/shared-core/drm_pciids.txt index ba02aa8..ad9994e 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 006d148..ec572ad 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,