From 63f137c92a7e9b631411ba7247bf663161ad63b7 Mon Sep 17 00:00:00 2001 From: brad Date: Tue, 20 Jan 2015 03:26:24 +0000 Subject: [PATCH] printf wasn't supposed to go in. --- sys/dev/mii/rgephy.c | 3 +-- 1 file changed, 1 insertion(+), 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 . 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); } -- 2.20.1