Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 07/30/2004 10:47:20
Module Name:	src
Committed By:	jmmv
Date:		Fri Jul 30 10:47:20 UTC 2004

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

Log Message:
Fix initialitzation of border color at boot time through the
WSDISPLAY_BORDER_COLOR option, broken by a last-minute change.
Pointed out by xtraeme@.

Also back out the previous change by dogcow@, which was an attempt
to fix kernel builds that didn't define WSDISPLAY_CUSTOM_BORDER;
shouldn't be needed now.  (Problem also introduced by the same
last-minute change; sorry).


To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 src/sys/dev/ic/vga.c

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