Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/04/2006 05:18:26
Module Name:	src
Committed By:	tsutsui
Date:		Sat Nov  4 05:18:26 UTC 2006

Modified Files:
	src/sys/dev/ic: elinkxl.c

Log Message:
Preserve m_pkthdr.csum_flags in TX packets because
it could be lost if bus_dmamap_load_mbuf(9) returns EFBIG.
(though I've never seen the "too mamy segments" message
 which indicates the packet has more than 32 fragments)


To generate a diff of this commit:
cvs rdiff -r1.90 -r1.91 src/sys/dev/ic/elinkxl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.