Subject: CVS commit: syssrc/sys/arch/i386
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 07/10/2002 22:15:44
Module Name:	syssrc
Committed By:	drochner
Date:		Wed Jul 10 19:15:44 UTC 2002

Modified Files:
	syssrc/sys/arch/i386/bios: vesabios.c vesabios.h
	syssrc/sys/arch/i386/conf: files.i386
Added Files:
	syssrc/sys/arch/i386/bios: vesa_raster8.c vesa_text.c vesabiosreg.h

Log Message:
get some more info out of the VESA BIOS and attach subdevices for
8-bit pseudo color and text modes
still doesn't do anything useful
(It would be easy to attach a wsdisplay, but we have to cooperate with the
PCI or ISA attached VGA drivers. There are open issues.)


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 syssrc/sys/arch/i386/bios/vesa_raster8.c \
    syssrc/sys/arch/i386/bios/vesa_text.c \
    syssrc/sys/arch/i386/bios/vesabiosreg.h
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/i386/bios/vesabios.c \
    syssrc/sys/arch/i386/bios/vesabios.h
cvs rdiff -r1.210 -r1.211 syssrc/sys/arch/i386/conf/files.i386

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.