Subject: CVS commit: syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/09/2002 04:00:13
Module Name:	syssrc
Committed By:	thorpej
Date:		Thu May  9 01:00:12 UTC 2002

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

Log Message:
* Increase the number of Tx job queue entries from 32 to 64.
* Garbage-collect some unused stuff.
* Make the Tx window slide along the Tx job queue space, not the
  Tx descriptor space.  We are more likely to run low on DMA maps
  than we are hardware descriptors.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/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.