Subject: CVS commit: src/sys/dev/cardbus
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 02/06/2008 22:11:55
Module Name:	src
Committed By:	dyoung
Date:		Wed Feb  6 22:11:55 UTC 2008

Modified Files:
	src/sys/dev/cardbus: if_tlp_cardbus.c

Log Message:
On a tlp@cardbus, don't set the Tx FIFO threshold to "store &
forward" mode, but let the driver automatically adjust.

Cardbus is not actually so slow that it cannot keep up with the
NIC.  It may sometimes have appeared so because we had not enabled
PCI read bursts.   These days, though, we enable read bursts on at
least one TI PCI-Cardbus bridge.


To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 src/sys/dev/cardbus/if_tlp_cardbus.c

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