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

Modified Files:
	src/sys/dev/pci: if_vge.c

Log Message:
Rather than copying m_pkthdr.csum_flags in m_defrag() (which was
committed in rev 1.22), save it before calling m_defrag().

I haven't confirmed whether the m_pkthdr.csum_flags is preserved during
m_defrag(), but the previous way sometimes makes vge(4) chip mad...


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/dev/pci/if_vge.c

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