Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 03/17/2004 23:47:16
Module Name:	src
Committed By:	mycroft
Date:		Wed Mar 17 23:47:16 UTC 2004

Modified Files:
	src/sys/dev/ic: ne2000.c ne2000var.h

Log Message:
A random patch that's been in my source tree...
Figure out whether the shared memory region is word-accessible in the same
place we figure out its size, and store this in the softc, rather than using a
series of comparisons later.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sys/dev/ic/ne2000.c
cvs rdiff -r1.14 -r1.15 src/sys/dev/ic/ne2000var.h

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