Subject: CVS commit: [netbsd-3-0] src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 02/01/2006 20:48:28
Module Name:	src
Committed By:	tron
Date:		Wed Feb  1 20:48:28 UTC 2006

Modified Files:
	src/sys/arch/xen/xen [netbsd-3-0]: if_xennet.c

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #1154):
	sys/arch/xen/xen/if_xennet.c: revision 1.41 patch
Fif off-by-one error: the last byte of a packet is at offset len - 1,
not len.
Should fix KASSERT panic reported by Mike M. Volokhov on port-xen.


To generate a diff of this commit:
cvs rdiff -r1.13.2.15 -r1.13.2.15.2.1 src/sys/arch/xen/xen/if_xennet.c

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