diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-11-06 21:52:11 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-11-06 21:52:11 +0000 |
commit | 65098b9ba66c05bcbd7cde8464dd32b7bde05ccb (patch) | |
tree | 344a032f79472301e1a109c14d1f346093e24564 | |
parent | 169e22c00d76cc3a7ff76e4e54fb9332d655a8e2 (diff) |
The xf86-video-nsc driver is deprecated and won't work with xserver 1.5.
Disable it.
-rw-r--r-- | driver/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/driver/Makefile b/driver/Makefile index aebe3deb5..d91b65649 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2008/11/02 15:17:58 matthieu Exp $ +# $OpenBSD: Makefile,v 1.25 2008/11/06 21:52:10 matthieu Exp $ INPUT_DRV_DEFAULT= \ openbsd-input-usbtablet \ @@ -81,12 +81,11 @@ VIDEO_DRV_i386= \ ${VIDEO_DRV_COMMON} \ xf86-video-geode \ xf86-video-intel \ - xf86-video-nsc \ xf86-video-openchrome \ xf86-video-radeonhd \ xf86-video-vmware -# xf86-video-i740 xf86-video-i810 xf86-video-voodoo +# xf86-video-i740 xf86-video-i810 xf86-video-nsc xf86-video-voodoo VIDEO_DRV_landisk= |