Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 09/03/2001 20:34:08
Module Name:	syssrc
Committed By:	drochner
Date:		Mon Sep  3 17:34:08 UTC 2001

Modified Files:
	syssrc/sys/dev/ic: vga.c

Log Message:
manage fonts through the wsfont framework, which allows to use both
compiled-in or runtime loaded fonts,
keep font pointers in a LRU queue and load into the adapter on demand,
 so we can have more fonts in use than physical font slots

CAUTION: font loading through the wsdisplay device directly into the
adapter doesn't work anymore!


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 syssrc/sys/dev/ic/vga.c

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