summaryrefslogtreecommitdiff
path: root/sys/dev/mii/rgephy.c
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2015-01-20 03:26:25 +0000
committerBrad Smith <brad@cvs.openbsd.org>2015-01-20 03:26:25 +0000
commit2fc7b73b88c631d4a78270cfbc5fa73c605a31bc (patch)
tree2f54a5e52430508eb3f70177f0a79f7433ab718b /sys/dev/mii/rgephy.c
parent03f2b774679384ad8c0038710f4dab1a21bbbc5b (diff)
printf wasn't supposed to go in.
Diffstat (limited to 'sys/dev/mii/rgephy.c')
-rw-r--r--sys/dev/mii/rgephy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/mii/rgephy.c b/sys/dev/mii/rgephy.c
index 38126ce0893..44ea310554c 100644
--- a/sys/dev/mii/rgephy.c
+++ b/sys/dev/mii/rgephy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rgephy.c,v 1.34 2014/11/24 00:13:42 brad Exp $ */
+/* $OpenBSD: rgephy.c,v 1.35 2015/01/20 03:26:24 brad Exp $ */
/*
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
@@ -485,7 +485,6 @@ rgephy_reset(struct mii_softc *sc)
PHY_WRITE(sc, 31, 0x0a43);
reg = PHY_READ(sc, RGEPHY_CR);
if ((reg & RGEPHY_CR_ALDPS) != 0) {
- printf("rgephy disabling ALDPS");
reg &= ~RGEPHY_CR_ALDPS;
PHY_WRITE(sc, RGEPHY_CR, reg);
}