Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 06/12/2001 23:16:24
Module Name: syssrc
Committed By: bjh21
Date: Tue Jun 12 20:16:24 UTC 2001
Modified Files:
syssrc/sys/arch/arm26/arm26: bus.c db_machdep.c
syssrc/sys/arch/arm26/include: bus.h
syssrc/sys/arch/arm26/podulebus: podulebus.c
Log Message:
Change the structure of a bus_space_handle_t in a desperate bid to avoid using
function pointers. It now contains two base addresses, one for 8-bit
transfers and one for 16-bit transfers. This should make it possible for me
to handle the Castle EtherSCSI card, which uses and address line to select
transfer width to the i82595.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/arch/arm26/arm26/bus.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/arm26/arm26/db_machdep.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/arm26/include/bus.h
cvs rdiff -r1.12 -r1.13 syssrc/sys/arch/arm26/podulebus/podulebus.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.