看板 DFBSD_commit 關於我們 聯絡資訊
commit c5c7e96070840ae861de3ad987ffdebcb983f1e1 Author: Sascha Wildner <saw@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