diff --git a/sys/arch/playstation2/playstation2/autoconf.c b/sys/arch/playstation2/playstation2/autoconf.c index 6f016a490c4a..0d7dd848aba3 100644 --- a/sys/arch/playstation2/playstation2/autoconf.c +++ b/sys/arch/playstation2/playstation2/autoconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: autoconf.c,v 1.2 2003/07/15 02:54:37 lukem Exp $ */ +/* $NetBSD: autoconf.c,v 1.3 2005/06/26 19:55:45 he Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -34,7 +34,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.2 2003/07/15 02:54:37 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.3 2005/06/26 19:55:45 he Exp $"); #include #include @@ -55,7 +55,7 @@ cpu_configure() /* Enable SIF BIOS for IOP access */ sif_init(); - if (config_rootfound("mainbus", "mainbus") == NULL) + if (config_rootfound("mainbus", NULL) == NULL) panic("no mainbus found"); /* Enable all interrupts */