Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 03/15/2002 15:15:37
Module Name:	syssrc
Committed By:	martin
Date:		Fri Mar 15 13:15:36 UTC 2002

Modified Files:
	syssrc/sys/dev/ic: wireg.h

Log Message:
Psssst, don't tell anybody I commited this.

Add an ugly hack, #ifdef WI_AT_BIGENDIAN_BUS_HACK, to make the wi driver
access the underlying bus in big endian byte order.

This makes it possible to use this driver (probably one of the most
interesting ones) in the pcmcia slot of a stp4020 (nell) adapter at sbus. The
sparc ports bus_space_{read,write}_* macros do not provide a way to do this
cleanly now as they ignore the bus_space_tag_t parameter.

XXX - make bus_space_{read,write}_* on sparc do the right thing.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 syssrc/sys/dev/ic/wireg.h

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