Subject: CVS commit: syssrc/sys/dev
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 06/29/2002 01:24:14
Module Name:	syssrc
Committed By:	drochner
Date:		Fri Jun 28 22:24:13 UTC 2002

Modified Files:
	syssrc/sys/dev/ic: vga.c vga_subr.c vgavar.h
	syssrc/sys/dev/isa: vga_isa.c
	syssrc/sys/dev/pci: vga_pci.c

Log Message:
clean up font handling:
-treat the builtin font like any other font at runtime
-for that, copy it to malloc()'d memory during attach()
-in early console initialization, if we have to consider a broken card
 (VGA_CONSOLE_ATI_BROKEN_FONTSEL), copy the builtin font to another
 location in font ram; the attach() code will do the rest
put the "quirk" code into effect again


To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 syssrc/sys/dev/ic/vga.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/dev/ic/vga_subr.c
cvs rdiff -r1.12 -r1.13 syssrc/sys/dev/ic/vgavar.h
cvs rdiff -r1.10 -r1.11 syssrc/sys/dev/isa/vga_isa.c
cvs rdiff -r1.14 -r1.15 syssrc/sys/dev/pci/vga_pci.c

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