Subject: CVS commit: src/sys/arch/hp300
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 08/01/2003 00:23:18
Module Name:	src
Committed By:	tsutsui
Date:		Fri Aug  1 00:23:18 UTC 2003

Modified Files:
	src/sys/arch/hp300/dev: dio.c intio.c
	src/sys/arch/hp300/hp300: autoconf.c bus_space.c
	src/sys/arch/hp300/include: bus.h

Log Message:
Modify hp300 bus_space(9) structures/functions to add hooks to override
access functions. This is required by some DIO devices to use MI drivers.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/arch/hp300/dev/dio.c
cvs rdiff -r1.16 -r1.17 src/sys/arch/hp300/dev/intio.c
cvs rdiff -r1.63 -r1.64 src/sys/arch/hp300/hp300/autoconf.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/hp300/hp300/bus_space.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/hp300/include/bus.h

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