Subject: CVS commit: src/sys/arch/xen
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 06/15/2005 22:08:09
Module Name:	src
Committed By:	bouyer
Date:		Wed Jun 15 22:08:09 UTC 2005

Modified Files:
	src/sys/arch/xen/i386: machdep.c xen_machdep.c
	src/sys/arch/xen/include: xen.h

Log Message:
Add support for x86 boot flags:
-s boot single user
-a ask root device
XXX -d is ifdef'd out for now, it cause early panic (no console message).


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/arch/xen/i386/machdep.c
cvs rdiff -r1.9 -r1.10 src/sys/arch/xen/i386/xen_machdep.c
cvs rdiff -r1.14 -r1.15 src/sys/arch/xen/include/xen.h

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