Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Jared D. McNeill <jmcneill@netbsd.org>
List: source-changes
Date: 08/13/2006 20:24:51
Module Name:	src
Committed By:	jmcneill
Date:		Sun Aug 13 20:24:51 UTC 2006

Modified Files:
	src/sys/dev/ic: vga.c vgavar.h

Log Message:
Provide a method for other display drivers to ask vga to free resources
it had claimed while acting as the initial console device. This allows
(for example) vga to be the initial console, and an accelerated
framebuffer driver to take over later.


To generate a diff of this commit:
cvs rdiff -r1.87 -r1.88 src/sys/dev/ic/vga.c
cvs rdiff -r1.24 -r1.25 src/sys/dev/ic/vgavar.h

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