summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpvalchev <pvalchev@openbsd.org>2004-10-29 01:52:35 +0000
committerpvalchev <pvalchev@openbsd.org>2004-10-29 01:52:35 +0000
commit000647369c8f21c8b44ef0ca0f5a3b76cb63747d (patch)
treec2a7c4bf36d8d7dd7e0640acc44c5cd061caaf61
parentrev 1.78 (diff)
downloadwireguard-openbsd-000647369c8f21c8b44ef0ca0f5a3b76cb63747d.tar.xz
wireguard-openbsd-000647369c8f21c8b44ef0ca0f5a3b76cb63747d.zip
remove double "PHY" printed in dmesg; ok deraadt
-rw-r--r--sys/dev/mii/rgephy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mii/rgephy.c b/sys/dev/mii/rgephy.c
index ffe6c10ada1..2fe2d3e8492 100644
--- a/sys/dev/mii/rgephy.c
+++ b/sys/dev/mii/rgephy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rgephy.c,v 1.5 2004/10/28 23:37:11 pvalchev Exp $ */
+/* $OpenBSD: rgephy.c,v 1.6 2004/10/29 01:52:35 pvalchev Exp $ */
/*
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
@@ -111,7 +111,7 @@ rgephyattach(struct device *parent, struct device *self, void *aux)
struct mii_attach_args *ma = aux;
struct mii_data *mii = ma->mii_data;
- printf(": %s, rev. %d PHY\n", MII_STR_xxREALTEK_RTL8169S,
+ printf(": %s, rev. %d\n", MII_STR_xxREALTEK_RTL8169S,
MII_REV(ma->mii_id2));
sc->mii_inst = mii->mii_instance;