Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 03/23/2001 21:25:36
Module Name: syssrc
Committed By: jdolecek
Date: Fri Mar 23 19:25:36 UTC 2001
Modified Files:
syssrc/sys/arch/i386/conf: PS2
syssrc/sys/dev/mca: files.mca
Added Files:
syssrc/sys/dev/mca: if_we_mca.c
Log Message:
Add MCA we(4) attachment for WD80x3 cards and clones. Tested with
WD8003W/A, card provided by David Brownlee (thanks!). The SMC Elite stuff not
tested since I don't have any; hopefully it's correct, should match
information in ADF files.
The MCA-specific init quirk taken from Linux smc-mca.c driver.
I don't quite grok why it works, but it does *cross fingers*.
The WD8003W/A seems to be quite a good choice. I get like 340KB/s on my
machine, where 3c523 does only like 310KB/s. The numbers would be probably
even better with faster CPU than 386DX :)
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 syssrc/sys/arch/i386/conf/PS2
cvs rdiff -r1.6 -r1.7 syssrc/sys/dev/mca/files.mca
cvs rdiff -r0 -r1.1 syssrc/sys/dev/mca/if_we_mca.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.