Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Scott Reynolds <scottr@netbsd.org>
List: source-changes
Date: 10/22/2000 08:05:40
Module Name:	syssrc
Committed By:	scottr
Date:		Sun Oct 22 05:05:39 UTC 2000

Modified Files:
	syssrc/sys/arch/mac68k/dev: macfb.c

Log Message:
Replace the call to macfb_init() when attaching a non-console fb device
with a call to macfb_clear().

[The purpose of macfb_init() is almost exclusively to initialize the
raster console blitter.  We really, really do not want to do this unless
we are actually initializing the console device, else we'll give rcons
the attributes of the last-seen fb device.  These will not necessarily
correspond to the attributes of the actual console device!]


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/mac68k/dev/macfb.c

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