Subject: CVS commit: src/sys/arch/i386/bios
To: None <source-changes@NetBSD.org>
From: Jared D. McNeill <jmcneill@netbsd.org>
List: source-changes
Date: 04/11/2006 14:18:01
Module Name: src
Committed By: jmcneill
Date: Tue Apr 11 14:18:01 UTC 2006
Modified Files:
src/sys/arch/i386/bios: vesabios.c vesafb.c
Log Message:
* VBE functions return a byte, not a word. Ignore the rest of the garbage
in the return register.
* Use 6-bits per colour in paletted mode; it should be available on all
DACs.
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/arch/i386/bios/vesabios.c
cvs rdiff -r1.11 -r1.12 src/sys/arch/i386/bios/vesafb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.