Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 08/12/2000 18:29:36
Module Name: syssrc
Committed By: bjh21
Date: Sat Aug 12 15:29:36 UTC 2000
Modified Files:
syssrc/sys/arch/arm26/podulebus: if_ea.c
Log Message:
Two changes for endianness-independence (when we finally split of the SEEQ 8005
driver and make it MI):
Set the ByteSwap bit on big-endian hosts, so we can use 16-bit transfers to get
at packets whatever.
Treat Tx/Rx headers as arrays of four bytes rather than as 32-bit words.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 syssrc/sys/arch/arm26/podulebus/if_ea.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.