Subject: CVS commit: src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 07/02/2006 16:32:49
Module Name:	src
Committed By:	bouyer
Date:		Sun Jul  2 16:32:49 UTC 2006

Modified Files:
	src/sys/arch/xen/xen: xennetback_xenbus.c

Log Message:
Fix a off by one error in xstart_mmu[] that would cause bad corruption
when handling full batch of requests.
Linux expects to have 16 btyes free between the start of the RX buffer and the
start of the packet, handle this.
Get rid of the "hotplug-status" hack, we now have proper tools to deal with
it in userland.
Various minor fixes and code reorg.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/arch/xen/xen/xennetback_xenbus.c

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