Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/stand/uboot Sort boot options. Add -c for us...



details:   https://anonhg.NetBSD.org/src/rev/b3a17ed2fe42
branches:  trunk
changeset: 511967:b3a17ed2fe42
user:      gmcgarry <gmcgarry%NetBSD.org@localhost>
date:      Sun Jul 01 02:58:38 2001 +0000

description:
Sort boot options.  Add -c for userconf.

diffstat:

 sys/arch/hp300/stand/uboot/uboot.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d273f8bc8a2b -r b3a17ed2fe42 sys/arch/hp300/stand/uboot/uboot.c
--- a/sys/arch/hp300/stand/uboot/uboot.c        Sun Jul 01 02:56:20 2001 +0000
+++ b/sys/arch/hp300/stand/uboot/uboot.c        Sun Jul 01 02:58:38 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uboot.c,v 1.6 2001/07/01 01:38:14 gmcgarry Exp $       */
+/*     $NetBSD: uboot.c,v 1.7 2001/07/01 02:58:38 gmcgarry Exp $       */
 
 /*-
  * Copyright (c) 1982, 1986, 1990, 1993
@@ -114,7 +114,7 @@
 {
        char c, *ptr = line;
 
-       printf("Boot: [[[%s%d%c:]%s][-s][-a][-d][-v][-q]] :- ",
+       printf("Boot: [[[%s%d%c:]%s][-a][-c][-d][-s][-v][-q]] :- ",
            devsw[bdev].dv_name, bctlr + (8 * badapt), 'a' + bpart, name);
 
        if (tgets(line)) {



Home | Main Index | Thread Index | Old Index