kernel/vga: Remove VGA_NO_BIOS and VGA_ALT_SEQACCESS options.
authorSascha Wildner <saw@online.de>
Tue, 8 Jul 2014 03:10:10 +0000 (05:10 +0200)
committerSascha Wildner <saw@online.de>
Tue, 8 Jul 2014 06:45:20 +0000 (08:45 +0200)
commit42a6fc7cf2ddc1213de06d1f00471096a7ada709
tree4bf8b474a0a01221df4460baf927e0fa1d3bc820
parent283d6ace429e8e9bd75d5cae4f7acbf39298dd75
kernel/vga: Remove VGA_NO_BIOS and VGA_ALT_SEQACCESS options.

VGA_NO_BIOS and VGA_NO_MODE_CHANGE were overlapping 90% or more in
functionality, so remove the former (which is internal anyway) and
use VGA_NO_MODE_CHANGE there too.

Also remove VGA_ALT_SEQACCESS which provided some alternate way to
access the VGA sequencer. I've not heard of anyone needing this
option ever, so assume that it is no longer needed. It can be brought
back if it turns out to be important to anyone.

In-discussion-with: ivadasz
share/man/man4/vga.4
sys/config/LINT
sys/config/LINT64
sys/dev/video/fb/vga.c
sys/platform/pc32/conf/options
sys/platform/pc64/conf/options