Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 09/04/2002 17:54:38
Module Name:	syssrc
Committed By:	scw
Date:		Wed Sep  4 14:54:38 UTC 2002

Modified Files:
	syssrc/sys/dev/ic: smc91cxx.c smc91cxxvar.h

Log Message:
Add a flag, SMC_FLAGS_32BIT_READ, which is settable by the bus-specific
back-end to indicate that the device always sees reads as 32-bit
transactions, even if the host does 8 or 16-bit reads.

This is necessary for the SH-5 "Cayman" on-board ethernet. The SMsC part
is behind an FPGA which maps all cpu reads to 32-bits transactions.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 syssrc/sys/dev/ic/smc91cxx.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/dev/ic/smc91cxxvar.h

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