Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 03/22/2001 18:54:46
Module Name:	syssrc
Committed By:	jdolecek
Date:		Thu Mar 22 16:54:46 UTC 2001

Modified Files:
	syssrc/sys/arch/i386/conf: PS2
	syssrc/sys/dev/ic: elink3.c elink3var.h
	syssrc/sys/dev/mca: files.mca
Added Files:
	syssrc/sys/dev/mca: if_ep_mca.c

Log Message:
Add MCA ep(4) attachment, for 3Com 3c529-type cards. Tested with 3c529-TP,
provided to me by David Brownlee (thanks!).

Performance of this card is quite poor on my PS/2 with 386DX, like 100KB/s
at best, but as low as 5KB/s when transferring bigger files due to
packet overruns. It would be good to revisit this later, probably by
teaching the ic code to use RX Early.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/i386/conf/PS2
cvs rdiff -r1.88 -r1.89 syssrc/sys/dev/ic/elink3.c
cvs rdiff -r1.27 -r1.28 syssrc/sys/dev/ic/elink3var.h
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/mca/files.mca
cvs rdiff -r0 -r1.1 syssrc/sys/dev/mca/if_ep_mca.c

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