Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Minoura Makoto <minoura@netbsd.org>
List: source-changes
Date: 02/13/1999 09:51:44
Module Name:	src
Committed By:	minoura
Date:		Sat Feb 13 17:51:44 UTC 1999

Modified Files:
	src/sys/arch/x68k/dev [minoura_x68k_bus_h]: intio.c
	src/sys/arch/x68k/include [minoura_x68k_bus_h]: bus.h
	src/sys/arch/x68k/x68k [minoura_x68k_bus_h]: bus.c
Log Message:
Implemented BUS_SPACE_MAP_SHIFTED.
Some of the devices are mapped only on the odd addresses for hardware
simplicity.  To share drivers with other platforms, this should be
made transparent through the bus_space layer.