Subject: CVS commit: src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 05/27/2006 19:55:00
Module Name:	src
Committed By:	bouyer
Date:		Sat May 27 19:55:00 UTC 2006

Modified Files:
	src/sys/arch/xen/xen: if_xennet.c if_xennet_xenbus.c

Log Message:
The receive buffer, once mapped back in the domU, is read/write and not
shared so there;s no problems marking the mbuf M_EXT_RW.


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 src/sys/arch/xen/xen/if_xennet.c
cvs rdiff -r1.9 -r1.10 src/sys/arch/xen/xen/if_xennet_xenbus.c

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