Subject: CVS commit: src/sys/dev/eisa
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/08/2003 14:06:15
Module Name: src
Committed By: jdolecek
Date: Sat Feb 8 12:06:14 UTC 2003
Modified Files:
src/sys/dev/eisa: if_ep_eisa.c
Log Message:
Don't do EISA reset on attach. This made the card reset to use default irq, rather
than to use the one configured by EISA, and perhaps had some other side
effects - according to Pavel Cahyna, NOT doing the reset improved receive
performance significantly.
This also resolves old thread on current-users regarding this EISA card.
To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sys/dev/eisa/if_ep_eisa.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.