Subject: CVS commit: [netbsd-4] src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Soren Jacobsen <snj@netbsd.org>
List: source-changes
Date: 05/07/2007 03:21:33
Module Name:	src
Committed By:	snj
Date:		Mon May  7 03:21:33 UTC 2007

Modified Files:
	src/sys/dev/ic [netbsd-4]: sgec.c

Log Message:
Pull up following revision(s) (requested by mhitch in ticket #608):
	sys/dev/ic/sgec.c: revision 1.29
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.27 -r1.27.24.1 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.