Subject: CVS commit: [netbsd-3] src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Geert Hendrickx <ghen@netbsd.org>
List: source-changes
Date: 08/05/2006 15:59:06
Module Name: src
Committed By: ghen
Date: Sat Aug 5 15:59:06 UTC 2006
Modified Files:
src/sys/arch/xen/xen [netbsd-3]: if_xennet.c if_xennet_xenbus.c
Log Message:
Pull up following revision(s) (requested by bouyer in ticket #1452):
sys/arch/xen/xen/if_xennet.c: revision 1.48
sys/arch/xen/xen/if_xennet_xenbus.c: revision 1.10
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.13.2.25 -r1.13.2.26 src/sys/arch/xen/xen/if_xennet.c
cvs rdiff -r1.7.2.2 -r1.7.2.3 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.