diff options
author | 2009-07-22 23:51:43 +0000 | |
---|---|---|
committer | 2009-07-22 23:51:43 +0000 | |
commit | c3dc059313203ce379312ce655653c67e7118df2 (patch) | |
tree | 82f8fcd53497fd62cfe67b2077cff703dac6e7cb | |
parent | If there is a current session, use its default path and working directory for (diff) | |
download | wireguard-openbsd-c3dc059313203ce379312ce655653c67e7118df2.tar.xz wireguard-openbsd-c3dc059313203ce379312ce655653c67e7118df2.zip |
comment fix from Brad; OpenBSD's mii_phy_add_media() does not print
the media names like NetBSD does.
-rw-r--r-- | sys/dev/mii/mii_physubr.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/mii/mii_physubr.c b/sys/dev/mii/mii_physubr.c index 0fab2b1f63f..d485dcd7880 100644 --- a/sys/dev/mii/mii_physubr.c +++ b/sys/dev/mii/mii_physubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mii_physubr.c,v 1.35 2008/06/26 05:42:16 ray Exp $ */ +/* $OpenBSD: mii_physubr.c,v 1.36 2009/07/22 23:51:43 sthen Exp $ */ /* $NetBSD: mii_physubr.c,v 1.20 2001/04/13 23:30:09 thorpej Exp $ */ /*- @@ -391,8 +391,7 @@ mii_phy_statusmsg(struct mii_softc *sc) /* * Initialize generic PHY media based on BMSR, called when a PHY is - * attached. We expect to be set up to print a comma-separated list - * of media names. Does not print a newline. + * attached. */ void mii_phy_add_media(struct mii_softc *sc) |