Module Name: src
Committed By: martin
Date: Sat Jan 5 15:46:02 UTC 2019
Modified Files:
src/sys/arch/sparc64/sparc64: autoconf.c
Log Message:
Remove debugging leftover, pointed out by mrg
To generate a diff of this commit:
cvs rdiff -u -r1.214 -r1.215 src/sys/arch/sparc64/sparc64/autoconf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sparc64/sparc64/autoconf.c
diff -u src/sys/arch/sparc64/sparc64/autoconf.c:1.214 src/sys/arch/sparc64/sparc64/autoconf.c:1.215
--- src/sys/arch/sparc64/sparc64/autoconf.c:1.214 Fri Jan 4 16:25:06 2019
+++ src/sys/arch/sparc64/sparc64/autoconf.c Sat Jan 5 15:46:02 2019
@@ -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 @@ openbios_secondary_ata_heuristic(int par
" secondary ATA bus, applying workaround target+2\n"));
return true;
} else if (strcmp(tmp, "ide") == 0) {
- regs[0] = 42;
if (OF_getprop(parent, "reg", ®s, sizeof(regs))
>= sizeof(regs[0])) {
DPRINTF(ACDB_BOOTDEV, ("parent seems to be an OpenBIOS"