Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/05/2004 19:11:11
Module Name:	src
Committed By:	thorpej
Date:		Thu Aug  5 19:11:11 UTC 2004

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

Log Message:
- Dump the mbuf chain if we encounter a "too many DMA segments" error
  on transmit.
- On 82544 and up, allocate 4096 Tx descriptors rather than just 256.
  82543 and down must still use 256, due to errata.
- Allow up to 256 DMA segments per packet.  I have observed some truly
  pathological mbuf chains under certain (admittedly uncommon) workloads
  when jumbo frames are in use.


To generate a diff of this commit:
cvs rdiff -r1.74 -r1.75 src/sys/dev/pci/if_wm.c

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