Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/mii remove a mysterious printf(" complete\n").
details: https://anonhg.NetBSD.org/src/rev/49b481d679f9
branches: trunk
changeset: 573759:49b481d679f9
user: yamt <yamt%NetBSD.org@localhost>
date: Tue Feb 08 05:52:31 2005 +0000
description:
remove a mysterious printf(" complete\n").
diffstat:
sys/dev/mii/rgephy.c | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diffs (38 lines):
diff -r 831c5adee72c -r 49b481d679f9 sys/dev/mii/rgephy.c
--- a/sys/dev/mii/rgephy.c Tue Feb 08 05:16:17 2005 +0000
+++ b/sys/dev/mii/rgephy.c Tue Feb 08 05:52:31 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rgephy.c,v 1.3 2005/02/04 15:17:31 kanaoka Exp $ */
+/* $NetBSD: rgephy.c,v 1.4 2005/02/08 05:52:31 yamt Exp $ */
/*
* Copyright (c) 2003
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rgephy.c,v 1.3 2005/02/04 15:17:31 kanaoka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rgephy.c,v 1.4 2005/02/08 05:52:31 yamt Exp $");
/*
@@ -436,8 +436,6 @@
{
int val;
-
-
#if 1
PHY_WRITE(sc, 31, 0x0001);
PHY_WRITE(sc, 21, 0x1000);
@@ -525,10 +523,6 @@
#endif
DELAY(40);
-
- printf(" complete\n");
-
-
}
static void
Home |
Main Index |
Thread Index |
Old Index