Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: source-changes
Date: 07/21/2000 06:54:39
Module Name:	syssrc
Committed By:	is
Date:		Fri Jul 21 13:54:39 UTC 2000

Modified Files:
	syssrc/sys/dev/isa: if_iy.c

Log Message:
- Big endianness cleanup:

a) use stream methods when transferring data via the MEMPORT into/out of
the chips buffer memory
b) use htole16/le16toh when interpreting 16bit values in the chips memory

Both where NOPs on i386 machines, which is why this worked before on the
test machine(s), but would break when on a big-endian machine.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 syssrc/sys/dev/isa/if_iy.c

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