Subject: CVS commit: src/sys/arch/mac68k
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 12/14/2004 16:28:01
Module Name:	src
Committed By:	christos
Date:		Tue Dec 14 16:28:01 UTC 2004

Modified Files:
	src/sys/arch/mac68k/dev: zs.c
	src/sys/arch/mac68k/mac68k: machdep.c

Log Message:
Move the definition of sccA from zc.c to machdep.c and always initialize it.
This way we save a mess of #ifdefs. XXX: This code is disgusting. Drivers
should not communicate with the rest of the kernel by means of global variables.


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 src/sys/arch/mac68k/dev/zs.c
cvs rdiff -r1.299 -r1.300 src/sys/arch/mac68k/mac68k/machdep.c

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