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 13:02:42
Module Name:	src
Committed By:	jmmv
Date:		Wed Aug 29 13:02:42 UTC 2007

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

Log Message:
Move the definition of multiple video-related variables into a new
header file (machine/video.h) so that we can kill all the "manual"
externs spread around the code (which were inconsistent among them).


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/mac68k/dev/maccons.c
cvs rdiff -r1.16 -r1.17 src/sys/arch/mac68k/dev/macfb.c
cvs rdiff -r0 -r1.1 src/sys/arch/mac68k/include/video.h
cvs rdiff -r1.317 -r1.318 src/sys/arch/mac68k/mac68k/machdep.c
cvs rdiff -r1.71 -r1.72 src/sys/arch/mac68k/mac68k/pmap_bootstrap.c
cvs rdiff -r1.54 -r1.55 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.