Subject: CVS commit: src/sys/dev/wscons
To: None <source-changes@NetBSD.org>
From: Michael Lorenz <macallan@netbsd.org>
List: source-changes
Date: 11/06/2006 19:51:12
Module Name:	src
Committed By:	macallan
Date:		Mon Nov  6 19:51:12 UTC 2006

Modified Files:
	src/sys/dev/wscons: wsdisplay.c wsdisplayvar.h

Log Message:
add wsdisplay_preattach() to attach an early console that can be overridden
by wsdisplay_cnattach() for instance when a hardware-specific display driver
attaches.
as discussed on tech-kern


To generate a diff of this commit:
cvs rdiff -r1.104 -r1.105 src/sys/dev/wscons/wsdisplay.c
cvs rdiff -r1.40 -r1.41 src/sys/dev/wscons/wsdisplayvar.h

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