Subject: CVS commit: syssrc/sys/arch/sparc/dev
To: None <source-changes@netbsd.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 12/31/2001 17:01:00
Module Name:	syssrc
Committed By:	uwe
Date:		Mon Dec 31 15:00:59 UTC 2001

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

Log Message:
Now that sbus_bus_mmap was converted to do the proper address
translation, get rid of sbus_bus_addr.  Since sbus_bus_addr is used by
framebuffer drivers that are shared with sparc64 we cannot just change
the callers to use BUS_ADDR() w/out coordinating the change with
sparc64 that uses a different calling protocol, so stub our
sbus_bus_addr to just return BUS_ADDR.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 syssrc/sys/arch/sparc/dev/sbus.c

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