git: kernel/vga: Remove VGA_NO_BIOS and VGA_ALT_SEQACCESS options.
Sascha Wildner
swildner at crater.dragonflybsd.org
Mon Jul 7 23:45:36 PDT 2014
commit 42a6fc7cf2ddc1213de06d1f00471096a7ada709
Author: Sascha Wildner <saw at online.de>
Date: Tue Jul 8 05:10:10 2014 +0200
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
Summary of changes:
share/man/man4/vga.4 | 5 ---
sys/config/LINT | 5 ---
sys/config/LINT64 | 5 ---
sys/dev/video/fb/vga.c | 98 ++++++++----------------------------------
sys/platform/pc32/conf/options | 1 -
sys/platform/pc64/conf/options | 1 -
6 files changed, 19 insertions(+), 96 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/42a6fc7cf2ddc1213de06d1f00471096a7ada709
--
DragonFly BSD source repository
More information about the Commits
mailing list