Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 01/03/2003 13:57:50
Module Name: src
Committed By: mrg
Date: Fri Jan 3 11:57:49 UTC 2003
Modified Files:
src/sys/arch/sparc/dev: obio.c vme_machdep.c
src/sys/arch/sparc/include: bus.h
src/sys/arch/sparc/sparc: machdep.c msiiep.c
src/sys/dev/sbus: stp4020.c
Log Message:
part one of bus_space(9) fixes to enable bus spaces to override the
bus_space_{read,write}_[1248]() functions, which will allow 16-bit
PCMCIA support to work without additional hacks in MI drivers.
this option is not enabled yet.
To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 src/sys/arch/sparc/dev/obio.c
cvs rdiff -r1.43 -r1.44 src/sys/arch/sparc/dev/vme_machdep.c
cvs rdiff -r1.35 -r1.36 src/sys/arch/sparc/include/bus.h
cvs rdiff -r1.210 -r1.211 src/sys/arch/sparc/sparc/machdep.c
cvs rdiff -r1.15 -r1.16 src/sys/arch/sparc/sparc/msiiep.c
cvs rdiff -r1.31 -r1.32 src/sys/dev/sbus/stp4020.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.