Subject: CVS commit: [netbsd-3] 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:45:34
Module Name:	src
Committed By:	tron
Date:		Wed Feb  1 20:45:34 UTC 2006

Modified Files:
	src/sys/arch/xen/xen [netbsd-3]: 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
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.19 -r1.13.2.20 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.