* Use one ioctl() (CONS_SET, analogous to CONS_GET) for switching video
authorSascha Wildner <swildner@dragonflybsd.org>
Sun, 19 Aug 2007 11:39:11 +0000 (11:39 +0000)
committerSascha Wildner <swildner@dragonflybsd.org>
Sun, 19 Aug 2007 11:39:11 +0000 (11:39 +0000)
commitbb2c2021b9ae6a9db89554b5198c7de099f2480b
treec67d8ff37490aa2f53143c9f26bae19ce14098b9
parent641b630427edd6a60afb5027441b35ac4758c870
* Use one ioctl() (CONS_SET, analogous to CONS_GET) for switching video
  modes instead of having one ioctl() per video mode.

* Adjust userspace (vidcontrol, libvgl) accordingly.

* Bump libvgl's version number, since this makes the VGLInit() function
  incompatible (previously it took an ioctl request as the first argument,
  now it's a mode number).

* Remove scvesactl.c, which no longer serves any purpose.
13 files changed:
lib/libvgl/Makefile
lib/libvgl/main.c
share/examples/libvgl/demo.c
share/man/man4/syscons.4
sys/dev/misc/syscons/scvesactl.c [deleted file]
sys/dev/misc/syscons/scvidctl.c
sys/dev/misc/syscons/syscons.c
sys/dev/misc/syscons/syscons.h
sys/dev/video/i386/vesa/Makefile
sys/dev/video/i386/vesa/vesa.c
sys/platform/pc32/conf/files
sys/sys/consio.h
usr.sbin/vidcontrol/vidcontrol.c