Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 04/14/2004 17:31:02
Module Name:	src
Committed By:	ragge
Date:		Wed Apr 14 17:31:02 UTC 2004

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

Log Message:
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.2 -r1.3 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.