Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Scott Reynolds <scottr@netbsd.org>
List: source-changes
Date: 08/11/1998 19:36:39
Module Name:	src
Committed By:	scottr
Date:		Wed Aug 12 02:36:38 UTC 1998

Modified Files:
	src/sys/arch/mac68k/dev: grf.c grf_subr.c grfvar.h
	src/sys/arch/mac68k/mac68k: locore.s machdep.c pmap_bootstrap.c
	src/sys/arch/mac68k/nubus: grf_nubus.c
	src/sys/arch/mac68k/obio: grf_obio.c
Log Message:
New and improved console framebuffer initialization and autoconfig.  This
resolves a great many issues, including Performa 58x interrupt handling
and offset displays on some models.

Programs that depend on the old (pre-NetBSD 1.1) grf interface may break.
That's actually a separate issue uncovered by this code, not caused by it.