artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c08555d
)
printf wasn't supposed to go in.
author
brad
<brad@openbsd.org>
Tue, 20 Jan 2015 03:26:24 +0000
(
03:26
+0000)
committer
brad
<brad@openbsd.org>
Tue, 20 Jan 2015 03:26:24 +0000
(
03:26
+0000)
sys/dev/mii/rgephy.c
patch
|
blob
|
history
diff --git
a/sys/dev/mii/rgephy.c
b/sys/dev/mii/rgephy.c
index
38126ce
..
44ea310
100644
(file)
--- a/
sys/dev/mii/rgephy.c
+++ b/
sys/dev/mii/rgephy.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: rgephy.c,v 1.3
4 2014/11/24 00:13:42
brad Exp $ */
+/* $OpenBSD: rgephy.c,v 1.3
5 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);
}