Subject: CVS commit: syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/30/2002 22:11:41
Module Name: syssrc
Committed By: thorpej
Date: Sun Jun 30 19:11:40 UTC 2002
Modified Files:
syssrc/sys/dev/pci: if_sip.c
Log Message:
Be more aggressive in giving descriptors to the chip in the transmit
path: Instead of waiting for the if_snd queue to be drained before
giving ownership of the frist descriptor to the chip, do it after
sync'ing all the descriptors for a single packet.
To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 syssrc/sys/dev/pci/if_sip.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.