Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sandpoint/stand/netboot fixed message: "is found" -...
details: https://anonhg.NetBSD.org/src/rev/bde457516bca
branches: trunk
changeset: 760637:bde457516bca
user: phx <phx%NetBSD.org@localhost>
date: Sun Jan 09 22:59:40 2011 +0000
description:
fixed message: "is found" -> "was found"
diffstat:
sys/arch/sandpoint/stand/netboot/main.c | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 7b2760cbb243 -r bde457516bca sys/arch/sandpoint/stand/netboot/main.c
--- a/sys/arch/sandpoint/stand/netboot/main.c Sun Jan 09 22:21:55 2011 +0000
+++ b/sys/arch/sandpoint/stand/netboot/main.c Sun Jan 09 22:59:40 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.35 2010/08/08 11:54:45 phx Exp $ */
+/* $NetBSD: main.c,v 1.36 2011/01/09 22:59:40 phx Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -133,13 +133,14 @@
pcifixup();
if (dskdv_init(dsk, &dev) == 0 || disk_scan(dev) == 0)
- printf("no IDE/SATA device driver is found\n");
+ printf("no IDE/SATA device driver was found\n");
if (netif_init(tag) == 0)
- printf("no NIC device driver is found\n");
+ printf("no NIC device driver was found\n");
+
+ howto = RB_AUTOBOOT; /* default is autoboot = 0 */
/* get boot options and determine bootname */
- howto = RB_AUTOBOOT;
for (n = 1; n < argc; n++) {
for (i = 0; i < sizeof(bootargs) / sizeof(bootargs[0]); i++) {
if (strncasecmp(argv[n], bootargs[i].name,
Home |
Main Index |
Thread Index |
Old Index