diff options
author | Robert Noland <rnoland@FreeBSD.org> | 2010-05-10 14:40:56 +0000 |
---|---|---|
committer | Robert Noland <rnoland@FreeBSD.org> | 2010-05-10 14:40:56 +0000 |
commit | 50fc1fae5a128ae893821ea26292d1bf99d6adf0 (patch) | |
tree | 2b0d35fd383c242f443c166dfb2a95d0f26f7940 /x11-drivers | |
parent | 63b5551f531bf21b41b5ed09448193c323a27fae (diff) |
Pull in patch from git to fix BIOS read on 650 and 760
Notes
Notes:
svn path=/head/; revision=254077
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-sis/Makefile | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-video-sis/files/patch-src-sis_driver.c | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-sis/Makefile b/x11-drivers/xf86-video-sis/Makefile index ffd3258e3e96..fd31059d891e 100644 --- a/x11-drivers/xf86-video-sis/Makefile +++ b/x11-drivers/xf86-video-sis/Makefile @@ -7,6 +7,7 @@ PORTNAME= xf86-video-sis PORTVERSION= 0.10.2 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-sis/files/patch-src-sis_driver.c b/x11-drivers/xf86-video-sis/files/patch-src-sis_driver.c new file mode 100644 index 000000000000..7570ee2d6047 --- /dev/null +++ b/x11-drivers/xf86-video-sis/files/patch-src-sis_driver.c @@ -0,0 +1,11 @@ +--- src/sis_driver.c.orig 2010-05-10 09:36:17.000000000 -0500 ++++ src/sis_driver.c 2010-05-10 09:36:23.000000000 -0500 +@@ -4099,6 +4099,8 @@ + case SIS_315H: + case SIS_330: + case SIS_340: ++ case SIS_650: ++ case SIS_760: + case XGI_40: readpci = TRUE; + break; + case XGI_20: readpci = TRUE; |