Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 12/15/2001 19:47:36
Module Name:	syssrc
Committed By:	bjh21
Date:		Sat Dec 15 17:47:36 UTC 2001

Modified Files:
	syssrc/sys/conf: files
Added Files:
	syssrc/sys/dev/ic: mx98905.c mx98905var.h

Log Message:
Add code to support the bugged Macronix MX98905 chip, as used in several
podulebus Ethernet cards.  This replaces the NE2000 memory-access routines
with ones that don't try to transfer more than 255 bytes at a time.

This code should perhaps be merged into ne2000.c, but presumably most NE2000
clones won't need it.


To generate a diff of this commit:
cvs rdiff -r1.483 -r1.484 syssrc/sys/conf/files
cvs rdiff -r0 -r1.1 syssrc/sys/dev/ic/mx98905.c \
    syssrc/sys/dev/ic/mx98905var.h

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