Subject: CVS commit: syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 06/01/2002 20:24:38
Module Name:	syssrc
Committed By:	bouyer
Date:		Sat Jun  1 17:24:38 UTC 2002

Modified Files:
	syssrc/sys/dev/pci: if_ste.c

Log Message:
When the chip gets a transmit underrun, the driver resets the chip, which
cause the link to go down for several seconds on my Dlink DFE580-TX (quad-port
DL1002). This behavior is unacceptable, especially as the driver usually
gets several underrun at once, causing the link to be almost unaviable
for several 10s of seconds.
Bump the default transmit threshold to 1504 bytes to avoid transmit underrun.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/pci/if_ste.c

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