Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 05/29/2007 18:38:20
Module Name:	src
Committed By:	dyoung
Date:		Tue May 29 18:38:20 UTC 2007

Modified Files:
	src/sys/dev/ic: rtw.c

Log Message:
Fix rtw(4) on NetBSD/macppc: use bus_space_write_region_stream_4()
instead of bus_space_write_region_4() to write WEP Rx keys to the
NIC.  Thanks macallan@ for detecting the bug and testing the fix.


To generate a diff of this commit:
cvs rdiff -r1.87 -r1.88 src/sys/dev/ic/rtw.c

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