Subject: CVS commit: [netbsd-2-0] src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 04/16/2004 08:02:53
Module Name:	src
Committed By:	tron
Date:		Fri Apr 16 08:02:53 UTC 2004

Modified Files:
	src/sys/dev/pci [netbsd-2-0]: if_dge.c

Log Message:
Pull up revision 1.3 (requested by ragge in ticket #139):
The 82597 chip may write back some receive descriptors off-by-one when
the PCIX bus start to get heavily loaded.  This only happen when using
chained descriptors, therefore work-around it by providing a private
pool of receive buffers able to contain a full-sized packet.


To generate a diff of this commit:
cvs rdiff -r1.1.2.1 -r1.1.2.2 src/sys/dev/pci/if_dge.c

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