Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/mii Back out change accidentally committed.
details: https://anonhg.NetBSD.org/src/rev/0d9484a595c2
branches: trunk
changeset: 526852:0d9484a595c2
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sun May 12 21:39:46 2002 +0000
description:
Back out change accidentally committed.
diffstat:
sys/dev/mii/mii_physubr.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5edf5b1c2680 -r 0d9484a595c2 sys/dev/mii/mii_physubr.c
--- a/sys/dev/mii/mii_physubr.c Sun May 12 21:30:35 2002 +0000
+++ b/sys/dev/mii/mii_physubr.c Sun May 12 21:39:46 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mii_physubr.c,v 1.32 2002/05/10 20:45:05 thorpej Exp $ */
+/* $NetBSD: mii_physubr.c,v 1.33 2002/05/12 21:39:46 thorpej Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mii_physubr.c,v 1.32 2002/05/10 20:45:05 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mii_physubr.c,v 1.33 2002/05/12 21:39:46 thorpej Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -114,7 +114,7 @@
int bmcr, anar, gtcr;
if (IFM_SUBTYPE(ife->ifm_media) == IFM_AUTO) {
-// if ((PHY_READ(sc, MII_BMCR) & BMCR_AUTOEN) == 0)
+ if ((PHY_READ(sc, MII_BMCR) & BMCR_AUTOEN) == 0)
(void) mii_phy_auto(sc, 1);
return;
}
Home |
Main Index |
Thread Index |
Old Index