diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-12-15 16:35:22 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-12-15 16:35:22 +0000 |
commit | f6d7bd93b12781724f9154e7e7aab7b2ddbb82e3 (patch) | |
tree | 31e181182760ecd8139536098bbd231be781e206 /share/man/man4/mii.4 | |
parent | 35db8976cd886dad13531b01216df4f95070c460 (diff) |
add missing Xrs and clean a bit
Diffstat (limited to 'share/man/man4/mii.4')
-rw-r--r-- | share/man/man4/mii.4 | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/share/man/man4/mii.4 b/share/man/man4/mii.4 index 5e410b235d9..f2035015824 100644 --- a/share/man/man4/mii.4 +++ b/share/man/man4/mii.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mii.4,v 1.5 1999/12/07 22:58:30 jason Exp $ +.\" $OpenBSD: mii.4,v 1.6 1999/12/15 16:35:21 jason Exp $ .\" $NetBSD: mii.4,v 1.1 1998/11/04 05:21:50 thorpej Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -46,11 +46,16 @@ .Cd "exphy* at mii? phy ?" .Cd "icsphy* at mii? phy ?" .Cd "inphy* at mii? phy ?" +.Cd "iophy* at mii? phy ?" .Cd "lxtphy* at mii? phy ?" +.Cd "mtdphy* at mii? phy ?" .Cd "nsphy* at mii? phy ?" .Cd "qsphy* at mii? phy ?" .Cd "sqphy* at mii? phy ?" .Cd "tlphy* at mii? phy ?" +.Cd "tqphy* at mii? phy ?" +.Cd "txphy* at mii? phy ?" +.Cd "ukphy* at mii? phy ?" .Sh DESCRIPTION Media Independent Interface is an IEEE standard serial bus for connecting MACs (network controllers) to PHYs (physical media @@ -72,12 +77,11 @@ interface with an attached PHY is detected by the kernel: .Bd -literal -offset indent hme0 at sbus0 slot 1 offset 0x8c00000 pri 7: address 08:00:20:22:86:b8 rev 34 nsphy0 at hme0 phy 1: DP83840 10/100 media interface, rev. 1 -nsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto .Ed .Pp -All PHY drivers display the media types supported by the PHY when it -is detected by the kernel. These media types are valid media keywords -for use with the +.Xr ifconfig 8 +can be used to display the media types supported by the PHY. +These media types are valid media keywords for use with the .Xr ifconfig 8 program. .Sh SEE ALSO @@ -87,11 +91,13 @@ program. .Xr inphy 4 , .Xr iophy 4 , .Xr lxtphy 4 , +.Xr mtdphy 4 , .Xr netintro 4 , .Xr nsphy 4 , .Xr qsphy 4 , .Xr sqphy 4 , .Xr tlphy 4 , .Xr tqphy 4 , +.Xr txphy 4 , .Xr ukphy 4 , .Xr ifconfig 8 |