Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/macppc #ifdef'ed out debug printf.
details: https://anonhg.NetBSD.org/src/rev/8a76badfbc8c
branches: trunk
changeset: 518553:8a76badfbc8c
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Dec 01 23:39:11 2001 +0000
description:
#ifdef'ed out debug printf.
diffstat:
sys/arch/macppc/macppc/autoconf.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 68191842372d -r 8a76badfbc8c sys/arch/macppc/macppc/autoconf.c
--- a/sys/arch/macppc/macppc/autoconf.c Sat Dec 01 23:34:52 2001 +0000
+++ b/sys/arch/macppc/macppc/autoconf.c Sat Dec 01 23:39:11 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.27 2001/11/19 23:22:48 matt Exp $ */
+/* $NetBSD: autoconf.c,v 1.28 2001/12/01 23:39:11 tsutsui Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -280,7 +280,9 @@
bp++;
return;
} else {
+#ifdef DEBUG
printf("%s -> %s\n", bootpath, dev->dv_xname);
+#endif
booted_device = dev;
return;
}
Home |
Main Index |
Thread Index |
Old Index