Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 04/13/2007 04:16:46
Module Name: src
Committed By: matt
Date: Fri Apr 13 04:16:45 UTC 2007
Modified Files:
src/sys/dev/ic: sgec.c
Log Message:
Improve the transmit logic. Use bus_dma_load_mbuf on the entire mbuf and
load each segment. in transmit interrupt service, take advatnage on know
how many segments/descriptors are in each packet.
To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sys/dev/ic/sgec.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.