Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: john heasley <heas@netbsd.org>
List: source-changes
Date: 02/18/2005 01:21:03
Module Name:	src
Committed By:	heas
Date:		Fri Feb 18 01:21:03 UTC 2005

Modified Files:
	src/sys/dev/pci: if_dge.c if_wm.c

Log Message:
Adjust csum_data usage; mask off the high 16 bits for L4 header stuff offset
and make use of the L3 header length from the high 16 bits such that an
m_pullup is no londer necessary.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/dev/pci/if_dge.c
cvs rdiff -r1.90 -r1.91 src/sys/dev/pci/if_wm.c

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