Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/arch/macppc/stand/ofwboot Pullup rev 1.18 (requeste...



details:   https://anonhg.NetBSD.org/src/rev/9028371dc518
branches:  netbsd-2-0
changeset: 561252:9028371dc518
user:      jmc <jmc%NetBSD.org@localhost>
date:      Tue Jun 01 04:32:36 2004 +0000

description:
Pullup rev 1.18 (requested by schmonz in ticket #428)

Support userconf(4) ("boot -c").

diffstat:

 sys/arch/macppc/stand/ofwboot/boot.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7b8e6d693077 -r 9028371dc518 sys/arch/macppc/stand/ofwboot/boot.c
--- a/sys/arch/macppc/stand/ofwboot/boot.c      Tue Jun 01 04:32:34 2004 +0000
+++ b/sys/arch/macppc/stand/ofwboot/boot.c      Tue Jun 01 04:32:36 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: boot.c,v 1.17 2003/12/26 13:43:29 aymeric Exp $        */
+/*     $NetBSD: boot.c,v 1.17.2.1 2004/06/01 04:32:36 jmc Exp $        */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -273,6 +273,8 @@
        *cp = '-';
        if (boothowto & RB_ASKNAME)
                *++cp = 'a';
+       if (boothowto & RB_USERCONF)
+               *++cp = 'c';
        if (boothowto & RB_SINGLE)
                *++cp = 's';
        if (boothowto & RB_KDB)



Home | Main Index | Thread Index | Old Index