Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/23/2003 02:56:17
Module Name:	src
Committed By:	thorpej
Date:		Sun Mar 23 00:56:17 UTC 2003

Modified Files:
	src/sys/dev/pci: if_sip.c

Log Message:
Add a work-around for the "short cable problem" that some DP83815
revisions have, as discussed on the soekris-tech mailing list a
while ago, whereby one can experience excessive recieve erros when
using < 30m cables.  The patch detects overflow in a DSP filter
parameter, and corrects it by writing a known good value.


To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 src/sys/dev/pci/if_sip.c

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