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 16:09:32
Module Name:	src
Committed By:	jmmv
Date:		Wed Aug 29 16:09:32 UTC 2007

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

Log Message:
Pack all global video-related variables into a structure for clarity.

A comment said that they weren't in a struct for speed reasons but...
this should not affect performance because these variables are mostly
used to set other variables (hence they are read few times).


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/arch/mac68k/dev/maccons.c
cvs rdiff -r1.17 -r1.18 src/sys/arch/mac68k/dev/macfb.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/mac68k/include/video.h
cvs rdiff -r1.318 -r1.319 src/sys/arch/mac68k/mac68k/machdep.c
cvs rdiff -r1.72 -r1.73 src/sys/arch/mac68k/mac68k/pmap_bootstrap.c
cvs rdiff -r1.55 -r1.56 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.