Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sgimips/sgimips If OSLoadOptions is set to auto, bo...
details: https://anonhg.NetBSD.org/src/rev/4157e1761e67
branches: trunk
changeset: 515345:4157e1761e67
user: rafal <rafal%NetBSD.org@localhost>
date: Sat Sep 22 16:26:34 2001 +0000
description:
If OSLoadOptions is set to auto, boot straight to multi-user. Requested
one too many times and it seems to do no harm, so enable it.
diffstat:
sys/arch/sgimips/sgimips/machdep.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 5778a40f6dee -r 4157e1761e67 sys/arch/sgimips/sgimips/machdep.c
--- a/sys/arch/sgimips/sgimips/machdep.c Sat Sep 22 16:21:42 2001 +0000
+++ b/sys/arch/sgimips/sgimips/machdep.c Sat Sep 22 16:26:34 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.25 2001/09/18 05:19:29 rafal Exp $ */
+/* $NetBSD: machdep.c,v 1.26 2001/09/22 16:26:34 rafal Exp $ */
/*
* Copyright (c) 2000 Soren S. Jorvang
@@ -240,11 +240,9 @@
boothowto = RB_SINGLE;
for (i = 0; i < argc; i++) {
-#if 0
if (strcmp(argv[i], "OSLoadOptions=auto") == 0) {
boothowto &= ~RB_SINGLE;
}
-#endif
#if 0
printf("argv[%d]: %s\n", i, argv[i]);
/* delay(20000); */ /* give the user a little time.. */
Home |
Main Index |
Thread Index |
Old Index