Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/sparc64 Remove debugging leftover, pointed ...



details:   https://anonhg.NetBSD.org/src/rev/112208bccca8
branches:  trunk
changeset: 447253:112208bccca8
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Jan 05 15:46:02 2019 +0000

description:
Remove debugging leftover, pointed out by mrg

diffstat:

 sys/arch/sparc64/sparc64/autoconf.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r c944b9fc294b -r 112208bccca8 sys/arch/sparc64/sparc64/autoconf.c
--- a/sys/arch/sparc64/sparc64/autoconf.c       Sat Jan 05 13:55:46 2019 +0000
+++ b/sys/arch/sparc64/sparc64/autoconf.c       Sat Jan 05 15:46:02 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.214 2019/01/04 16:25:06 martin Exp $ */
+/*     $NetBSD: autoconf.c,v 1.215 2019/01/05 15:46:02 martin Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -48,7 +48,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.214 2019/01/04 16:25:06 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.215 2019/01/05 15:46:02 martin Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -905,7 +905,6 @@
                   " secondary ATA bus, applying workaround target+2\n"));
                return true;
        } else if (strcmp(tmp, "ide") == 0) {
-               regs[0] = 42;
                if (OF_getprop(parent, "reg", &regs, sizeof(regs))
                    >= sizeof(regs[0])) {
                        DPRINTF(ACDB_BOOTDEV, ("parent seems to be an OpenBIOS"



Home | Main Index | Thread Index | Old Index