git: vesa(4): Remove definition and usage of the obsolete V_MODEOPTINFO flag.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Jun 6 03:44:33 PDT 2010
commit c5c7e96070840ae861de3ad987ffdebcb983f1e1
Author: Sascha Wildner <saw at online.de>
Date: Sun Jun 6 12:43:01 2010 +0200
vesa(4): Remove definition and usage of the obsolete V_MODEOPTINFO flag.
Prior to VBE 1.2, this flag specified whether optional information
for the mode was available in the ModeInfoBlock structure. Starting
with 1.2 this information became mandatory and the D1 bit became
reserved.
Since we claim to only support cards conforming to VBE 1.2 and higher,
adjust the code to no longer take this bit into account and remove its
definition.
Summary of changes:
sys/dev/video/i386/vesa/vesa.c | 28 ++++++++++++----------------
sys/platform/pc32/include/pc/vesa.h | 2 --
2 files changed, 12 insertions(+), 18 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c5c7e96070840ae861de3ad987ffdebcb983f1e1
--
DragonFly BSD source repository
More information about the Commits
mailing list