Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/hp300 2nd arg of config_foundroot() is aux, s...



details:   https://anonhg.NetBSD.org/src/rev/7ef49a3c3425
branches:  trunk
changeset: 581571:7ef49a3c3425
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Jun 02 16:44:27 2005 +0000

description:
2nd arg of config_foundroot() is aux, so it should not be strings.

diffstat:

 sys/arch/hp300/hp300/autoconf.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c7bada30b215 -r 7ef49a3c3425 sys/arch/hp300/hp300/autoconf.c
--- a/sys/arch/hp300/hp300/autoconf.c   Thu Jun 02 16:25:02 2005 +0000
+++ b/sys/arch/hp300/hp300/autoconf.c   Thu Jun 02 16:44:27 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.70 2004/10/23 17:07:38 thorpej Exp $    */
+/*     $NetBSD: autoconf.c,v 1.71 2005/06/02 16:44:27 tsutsui Exp $    */
 
 /*-
  * Copyright (c) 1996, 1997, 2002 The NetBSD Foundation, Inc.
@@ -143,7 +143,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.70 2004/10/23 17:07:38 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.71 2005/06/02 16:44:27 tsutsui Exp $");
 
 #include "hil.h"
 #include "dvbox.h"
@@ -344,7 +344,7 @@
 
        softintr_init();
 
-       if (config_rootfound("mainbus", "mainbus") == NULL)
+       if (config_rootfound("mainbus", NULL) == NULL)
                panic("no mainbus found");
 
        /* Configuration is finished, turn on interrupts. */



Home | Main Index | Thread Index | Old Index