summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-07-25 18:03:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-07-25 18:03:04 +0000
commit6879f55d9388ee38976e0aba46c031da63217b29 (patch)
tree59d7ab5204efa4ee87cf7c5f1dbc5bd22cf9ac5b /sys
parent8d6ac6c70bdb969f7ce68a157bd9d6a3ca75ac7b (diff)
remove debugging stuff i commited by accident
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc/sparc/autoconf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc/sparc/autoconf.c b/sys/arch/sparc/sparc/autoconf.c
index 3a9cc3bfcce..038a3d4813b 100644
--- a/sys/arch/sparc/sparc/autoconf.c
+++ b/sys/arch/sparc/sparc/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.35 2000/07/14 20:27:32 deraadt Exp $ */
+/* $OpenBSD: autoconf.c,v 1.36 2000/07/25 18:03:03 deraadt Exp $ */
/* $NetBSD: autoconf.c,v 1.73 1997/07/29 09:41:53 fair Exp $ */
/*
@@ -1314,13 +1314,11 @@ findzs(zs)
panic("findzs: no obio node");
node = firstchild(node);
}
- printf("[zs%d]", zs);
while ((node = findnode(node, "zs")) != 0) {
if (getpropint(node, "slave", -1) == zs)
return ((void *)getpropint(node, "address", 0));
node = nextsibling(node);
}
- printf("huh");
return (NULL);
}
#endif