Subject: CVS commit: [netbsd-3] src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 02/08/2006 21:10:29
Module Name:	src
Committed By:	tron
Date:		Wed Feb  8 21:10:28 UTC 2006

Modified Files:
	src/sys/dev/pci [netbsd-3]: if_sip.c if_wm.c

Log Message:
Pull up following revision(s) (requested by thorpej in ticket #1161):
	sys/dev/pci/if_wm.c: revision 1.111
	sys/dev/pci/if_sip.c: revision 1.104
In the receive interrupt handler, compute the packet length before
resetting
m to point to the first buffer in the packet.  The bug would cause the
length of jumbo frames to be incorrect.


To generate a diff of this commit:
cvs rdiff -r1.101 -r1.101.2.1 src/sys/dev/pci/if_sip.c
cvs rdiff -r1.100.2.3 -r1.100.2.4 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.