Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 06/06/2005 20:20:09
Module Name:	src
Committed By:	pooka
Date:		Mon Jun  6 20:20:09 UTC 2005

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

Log Message:
Instead of writing the packet length in two 8bit pieces, use one
16bit write.  At least in certain environments this has the effect
of the latter 8bit write of the length to be not interpreted as
the first 16 bits of the packet contents and hence the interface
working.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 src/sys/dev/ic/smc91cxx.c

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