Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/sys/arch/xen/i386 Pull up revision 1.17 (requested by bou...



details:   https://anonhg.NetBSD.org/src/rev/b289e905ea2a
branches:  netbsd-3
changeset: 576331:b289e905ea2a
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Jun 28 10:27:51 2005 +0000

description:
Pull up revision 1.17 (requested by bouyer in ticket #481):
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).

diffstat:

 sys/arch/xen/i386/machdep.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 373fd70fb8a3 -r b289e905ea2a sys/arch/xen/i386/machdep.c
--- a/sys/arch/xen/i386/machdep.c       Tue Jun 28 10:27:44 2005 +0000
+++ b/sys/arch/xen/i386/machdep.c       Tue Jun 28 10:27:51 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.13.2.1 2005/04/21 18:40:56 tron Exp $    */
+/*     $NetBSD: machdep.c,v 1.13.2.2 2005/06/28 10:27:51 tron Exp $    */
 /*     NetBSD: machdep.c,v 1.559 2004/07/22 15:12:46 mycroft Exp       */
 
 /*-
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.13.2.1 2005/04/21 18:40:56 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.13.2.2 2005/06/28 10:27:51 tron Exp $");
 
 #include "opt_beep.h"
 #include "opt_compat_ibcs2.h"
@@ -1489,6 +1489,7 @@
        x86_bus_space_init();
 #endif /* defined(XEN) && defined(DOM0OPS) */
        consinit();     /* XXX SHOULD NOT BE DONE HERE */
+       xen_parse_cmdline(XEN_PARSE_BOOTFLAGS, NULL);
        /*
         * Initailize PAGE_SIZE-dependent variables.
         */



Home | Main Index | Thread Index | Old Index