diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-12 07:45:48 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-12 07:45:48 +0000 |
commit | 74fd51ab511c4cde00ad1390dd45599b01eee156 (patch) | |
tree | ebc46e1053b1754f8bda2beaf6839515ab8fad4e /share | |
parent | 13a6a29647ee6b88dff15c2d9c76dcb4e509cf08 (diff) |
Oops, forgot to add nsphyter.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/mii.4 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/share/man/man4/mii.4 b/share/man/man4/mii.4 index c1e74e909ab..ad819752b17 100644 --- a/share/man/man4/mii.4 +++ b/share/man/man4/mii.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mii.4,v 1.8 2001/03/11 02:51:01 aaron Exp $ +.\" $OpenBSD: mii.4,v 1.9 2001/03/12 07:45:47 aaron Exp $ .\" $NetBSD: mii.4,v 1.1 1998/11/04 05:21:50 thorpej Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -52,6 +52,7 @@ .Cd "lxtphy* at mii? phy ?" .Cd "mtdphy* at mii? phy ?" .Cd "nsphy* at mii? phy ?" +.Cd "nsphyter* at mii? phy ?" .Cd "qsphy* at mii? phy ?" .Cd "rlphy* at mii? phy ?" .Cd "sqphy* at mii? phy ?" @@ -63,7 +64,8 @@ .Sh DESCRIPTION Media Independent Interface is an IEEE standard serial bus for connecting MACs (network controllers) to PHYs (physical media -interfaces). The +interfaces). +The .Nm layer allows network device drivers to share support code for various PHY models, and allows unused support for PHYs which @@ -73,8 +75,9 @@ Network device drivers which use the .Nm layer carry the .Dq mii -autoconfiguration attribute. This allows kernel configuration -files to simply specify PHYs as described above in the synopsis. +autoconfiguration attribute. +This allows kernel configuration files to simply specify PHYs as +described above in the synopsis. .Pp The following is an example of the messages displayed when a network interface with an attached PHY is detected by the kernel: @@ -100,6 +103,7 @@ program. .Xr mtdphy 4 , .Xr netintro 4 , .Xr nsphy 4 , +.Xr nsphyter 4 , .Xr qsphy 4 , .Xr rlphy 4 , .Xr sqphy 4 , |