Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/alpha Gah, fix cut-and-paste-o.



details:   https://anonhg.NetBSD.org/src/rev/e392fad217c5
branches:  trunk
changeset: 379240:e392fad217c5
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat May 22 15:05:36 2021 +0000

description:
Gah, fix cut-and-paste-o.

diffstat:

 sys/arch/alpha/alpha/autoconf.c |  11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diffs (32 lines):

diff -r 33034708e15e -r e392fad217c5 sys/arch/alpha/alpha/autoconf.c
--- a/sys/arch/alpha/alpha/autoconf.c   Sat May 22 15:04:33 2021 +0000
+++ b/sys/arch/alpha/alpha/autoconf.c   Sat May 22 15:05:36 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.56 2021/05/22 15:04:33 thorpej Exp $ */
+/* $NetBSD: autoconf.c,v 1.57 2021/05/22 15:05:36 thorpej Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -42,7 +42,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.56 2021/05/22 15:04:33 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.57 2021/05/22 15:05:36 thorpej Exp $");
 
 #include "pci.h"
 
@@ -116,13 +116,6 @@ qemu_find_rootdev(void)
                }
        }
 
-       if (prom_qemu_getenv("rootdev", buf, sizeof(buf))) {
-               snprintf(bootinfo.booted_dev, sizeof(bootinfo.booted_dev),
-                   "rootdev=%s", buf);
-               booted_device = device_find_by_xname(buf);
-               return;
-       }
-
        const size_t devlen = strlen("/dev/");
        const char *cp = buf;
        char *ecp = &buf[sizeof(buf) - 1];



Home | Main Index | Thread Index | Old Index