Subject: CVS commit: syssrc/sys/arch/sparc/dev
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 03/11/2002 18:27:57
Module Name:	syssrc
Committed By:	pk
Date:		Mon Mar 11 16:27:57 UTC 2002

Modified Files:
	syssrc/sys/arch/sparc/dev: ebus.c

Log Message:
* `bus_type_t' is gone.
* Use BUS_ADDR() where appropriate to encode I/O space and physical
  address offset into a `bus_addr_t' value.
* Drop obio_bus_map() since it's now completely equivalent to bus_space_map()
* Use bus_space_map2() to map device space at a fixed virtual address.
* Remove the virtual address argument from sbus_sbus_addr()


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/sparc/dev/ebus.c

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