Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 08/29/2001 20:25:05
Module Name:	syssrc
Committed By:	briggs
Date:		Wed Aug 29 17:25:04 UTC 2001

Modified Files:
	syssrc/sys/dev/ic: adw.c adwlib.c adwmcode.h

Log Message:
Ensure that data accessed by the ADW driver in memory is in
little-endian byte-order.  This should work out to be a no-op
for LE systems, and allows BE systems to use the board.

Tested on PPC, reviewed by Dante.

NOTE: The board/microcode does have a BIG_ENDIAN mode of operation,
but it's not well-documented.  That might be interesting to investigate
at some point in the future, though.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 syssrc/sys/dev/ic/adw.c
cvs rdiff -r1.21 -r1.22 syssrc/sys/dev/ic/adwlib.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/dev/ic/adwmcode.h

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