Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/07/2006 06:20:04
Module Name: src
Committed By: thorpej
Date: Tue Feb 7 06:20:04 UTC 2006
Modified Files:
src/sys/dev/pci: if_sip.c if_wm.c
Log Message:
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.103 -r1.104 src/sys/dev/pci/if_sip.c
cvs rdiff -r1.110 -r1.111 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.