Subject: CVS commit: src/sys/arch/mac68k
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 08/29/2007 12:39:32
Module Name:	src
Committed By:	jmmv
Date:		Wed Aug 29 12:39:32 UTC 2007

Modified Files:
	src/sys/arch/mac68k/dev: macfb.c
	src/sys/arch/mac68k/mac68k: machdep.c pmap_bootstrap.c
	src/sys/arch/mac68k/obio: grf_obio.c

Log Message:
Split the global videosize variable into videowidth and videoheight:
makes the code clearer and avoids multiple parts of it having to know
how videosize was encoded.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/arch/mac68k/dev/macfb.c
cvs rdiff -r1.316 -r1.317 src/sys/arch/mac68k/mac68k/machdep.c
cvs rdiff -r1.70 -r1.71 src/sys/arch/mac68k/mac68k/pmap_bootstrap.c
cvs rdiff -r1.53 -r1.54 src/sys/arch/mac68k/obio/grf_obio.c

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