Subject: CVS commit: src/sys/arch/mac68k
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 01/19/2005 02:04:49
Module Name:	src
Committed By:	chs
Date:		Wed Jan 19 02:04:49 UTC 2005

Modified Files:
	src/sys/arch/mac68k/conf: GENERIC GENERICSBC INSTALL INSTALLSBC
	    SMALLRAM files.mac68k
	src/sys/arch/mac68k/obio: esp.c obio.c sbc_obio.c

Log Message:
only one of the obio locators was actually used, so get rid of the others
and collapse the two variations of obio into one.  use the remaining locator
("addr") to differentiate the two possible esp and sbc devices (instead of
using the unit number).


To generate a diff of this commit:
cvs rdiff -r1.150 -r1.151 src/sys/arch/mac68k/conf/GENERIC
cvs rdiff -r1.35 -r1.36 src/sys/arch/mac68k/conf/GENERICSBC
cvs rdiff -r1.29 -r1.30 src/sys/arch/mac68k/conf/INSTALL
cvs rdiff -r1.20 -r1.21 src/sys/arch/mac68k/conf/INSTALLSBC
cvs rdiff -r1.12 -r1.13 src/sys/arch/mac68k/conf/SMALLRAM
cvs rdiff -r1.113 -r1.114 src/sys/arch/mac68k/conf/files.mac68k
cvs rdiff -r1.37 -r1.38 src/sys/arch/mac68k/obio/esp.c
cvs rdiff -r1.19 -r1.20 src/sys/arch/mac68k/obio/obio.c
cvs rdiff -r1.18 -r1.19 src/sys/arch/mac68k/obio/sbc_obio.c

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