Subject: CVS commit: src/sys/arch/xen
To: None <source-changes@NetBSD.org>
From: Christian Limpach <cl@netbsd.org>
List: source-changes
Date: 04/24/2004 20:05:49
Module Name:	src
Committed By:	cl
Date:		Sat Apr 24 20:05:49 UTC 2004

Modified Files:
	src/sys/arch/xen/conf: GENERIC XEN files.xen
	src/sys/arch/xen/include: xbdvar.h
	src/sys/arch/xen/xen: xbd.c

Log Message:
Allow the block device driver to impersonate wd/sd/cd devices.  This allows
for most system seamless migration from a NetBSD/i386 setup to a NetBSD/xen
setup without changing /etc/fstab or creating additional device nodes.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/xen/conf/GENERIC src/sys/arch/xen/conf/XEN
cvs rdiff -r1.7 -r1.8 src/sys/arch/xen/conf/files.xen
cvs rdiff -r1.2 -r1.3 src/sys/arch/xen/include/xbdvar.h
cvs rdiff -r1.4 -r1.5 src/sys/arch/xen/xen/xbd.c

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