diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-02-28 12:37:16 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-02-28 12:37:16 +0000 |
commit | b5f9b7680f28fe23df9fbf8bc678005d0c302d3a (patch) | |
tree | 41d1a4d782f16a153a97ace647d74146a5b23fae | |
parent | 03d6415c5d45ee79abef577a111189babcb8364c (diff) |
Remove a debug printf that crept into the last commit.
ok deraadt@
-rw-r--r-- | sys/dev/mii/ciphy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/mii/ciphy.c b/sys/dev/mii/ciphy.c index 642ad41cd05..fda056fc830 100644 --- a/sys/dev/mii/ciphy.c +++ b/sys/dev/mii/ciphy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ciphy.c,v 1.10 2006/02/28 08:13:47 jsg Exp $ */ +/* $OpenBSD: ciphy.c,v 1.11 2006/02/28 12:37:15 jsg Exp $ */ /* $FreeBSD: ciphy.c,v 1.1 2004/09/10 20:57:45 wpaul Exp $ */ /* * Copyright (c) 2004 @@ -338,7 +338,6 @@ ciphy_fixup(struct mii_softc *sc) speed = status & CIPHY_AUXCSR_SPEED; if (strcmp(sc->mii_dev.dv_parent->dv_cfdata->cf_driver->cd_name, "nfe") == 0) { - printf("ciphy nfe fixup called!\n"); /* need to set for 2.5V RGMII for NVIDIA adapters */ PHY_SETBIT(sc, CIPHY_MII_ECTL1, CIPHY_INTSEL_RGMII); PHY_SETBIT(sc, CIPHY_MII_ECTL1, CIPHY_IOVOL_2500MV); |