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/08/2002 20:53:29
Module Name: syssrc
Committed By: thorpej
Date: Wed May 8 17:53:29 UTC 2002
Modified Files:
syssrc/sys/dev/pci: if_wm.c
Log Message:
* Account for the descriptor consumed by the Tx checksum offload
context setup.
* Implement Matt Thomas's sliding Tx interrupt window algorithm,
forcing an interrupt when the Tx desc list is 2/3 consumed.
* Use the Report Packet Sent interrupt, rather than Report Status,
since we use the Tx descriptor to count Tx errors.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 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.