summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2009-02-17 20:35:48 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2009-02-17 20:35:48 +0000
commit3d9a18958aa562486403a18d5a5b8adc3925b033 (patch)
treeef769b68f3c760aa021755207fe3d3196e9cd6b8 /sys
parent7e4427953ac5c996b79e732aedfe45c97bfafdfe (diff)
Remove debug printf.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/socppc/socppc/machdep.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/socppc/socppc/machdep.c b/sys/arch/socppc/socppc/machdep.c
index e598baf53db..bf8298c7330 100644
--- a/sys/arch/socppc/socppc/machdep.c
+++ b/sys/arch/socppc/socppc/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.8 2009/01/28 20:15:14 kettenis Exp $ */
+/* $OpenBSD: machdep.c,v 1.9 2009/02/17 20:35:47 kettenis Exp $ */
/* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */
/*
@@ -396,11 +396,6 @@ initppc(u_int startkernel, u_int endkernel, char *args)
printf("kernel does not support -c; continuing..\n");
#endif
}
-
- printf("%02x:%02x:%02x:%02x:%02x:%02x\n", bootinfo.bi_enetaddr[0],
- bootinfo.bi_enetaddr[1], bootinfo.bi_enetaddr[2],
- bootinfo.bi_enetaddr[3], bootinfo.bi_enetaddr[4],
- bootinfo.bi_enetaddr[5]);
}
void