Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/01/2006 16:26:27
Module Name: src
Committed By: tsutsui
Date: Wed Nov 1 16:26:27 UTC 2006
Modified Files:
src/sys/dev/pci: if_vge.c
Log Message:
Also copy csum_flags and csum_data in vge_m_defrag().
Fix checksum error problem on sending fragmented large packets,
which was introduced in rev 1.14.
BTW, should we have m_defrag() in MI for other drivers?
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 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.