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

Modified Files:
	src/sys/dev/pci: pccbb.c pccbbvar.h

Log Message:
PCI-CardBus bridge support for sparc64:
- add pccbb_attach_hook in pccbbattach for MD initializations.
- omit arithmetics to bus_space_handle_t.
- remove use of IST_LEVEL; not defined on sparc64 and unused.


To generate a diff of this commit:
cvs rdiff -r1.87 -r1.88 src/sys/dev/pci/pccbb.c
cvs rdiff -r1.18 -r1.19 src/sys/dev/pci/pccbbvar.h

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