Subject: CVS commit: src/sys/dev/cardbus
To: None <source-changes@netbsd.org>
From: Takeshi Nakayama <nakayama@netbsd.org>
List: source-changes
Date: 03/22/2003 08:18:23
Module Name:	src
Committed By:	nakayama
Date:		Sat Mar 22 06:18:23 UTC 2003

Modified Files:
	src/sys/dev/cardbus: rbus.c

Log Message:
PCI-CardBus bridge support for sparc64:
- use u_long for extent_alloc_subregion result instead of bus_addr_t.
  (sizeof u_long != sizeof bus_addr_t on 32bit kernels of sparc64)


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/dev/cardbus/rbus.c

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