Subject: CVS commit: src/sys/contrib/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 07/04/2005 05:35:09
Module Name:	src
Committed By:	dyoung
Date:		Mon Jul  4 05:35:09 UTC 2005

Modified Files:
	src/sys/contrib/dev/ic: athhal_osdep.c athhal_osdep.h

Log Message:
Our bus_space_{read,write}_4 routines convert from host to bus
byte-order, but FreeBSD's does not.  ath(4) expects the FreeBSD
convention.  Meet ath(4)'s expectations, use
bus_space_{read,write}_stream_4, instead.

Now, the HAL seems to work on macppc.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/contrib/dev/ic/athhal_osdep.c \
    src/sys/contrib/dev/ic/athhal_osdep.h

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