Subject: CVS commit: src/sys/arch/xen
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/19/2006 00:36:09
Module Name:	src
Committed By:	bouyer
Date:		Sun Mar 19 00:36:09 UTC 2006

Modified Files:
	src/sys/arch/xen/conf: files.xen
	src/sys/arch/xen/xen: xbd.c
Added Files:
	src/sys/arch/xen/xen: xbd_xenbus.c

Log Message:
Add a block device frontend driver for Xen-3. xbd at hypervisor now
attaches with xbd_hypervisor, adjust CFATTACH_DECL().


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/sys/arch/xen/conf/files.xen
cvs rdiff -r1.27 -r1.28 src/sys/arch/xen/xen/xbd.c
cvs rdiff -r0 -r1.1 src/sys/arch/xen/xen/xbd_xenbus.c

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