diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2021-01-21 11:05:39 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2021-01-21 11:05:39 +0000 |
commit | a804bb8c5b76e560bafdf0353509ab655892b60a (patch) | |
tree | 1391cf8efa735c793022cea6a6f661ebff245e66 /share | |
parent | fdb73bf5c8db067ab5f6d2906fea26ab9d8242bc (diff) |
Document IFM_2500_T media type.
ok claudio@ jmc@ sthen@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ifmedia.4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/ifmedia.4 b/share/man/man4/ifmedia.4 index d9c8d4b0d55..2d3b18508a7 100644 --- a/share/man/man4/ifmedia.4 +++ b/share/man/man4/ifmedia.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifmedia.4,v 1.27 2020/05/16 12:23:12 jmc Exp $ +.\" $OpenBSD: ifmedia.4,v 1.28 2021/01/21 11:05:38 kevlo Exp $ .\" $NetBSD: ifmedia.4,v 1.14 2001/06/30 17:57:56 bjh21 Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -29,7 +29,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 16 2020 $ +.Dd $Mdocdate: January 21 2021 $ .Dt IFMEDIA 4 .Os .Sh NAME @@ -164,6 +164,9 @@ Compatibility for 1000BASE-T. .It Dv IFM_2500_SX 2500BASE-SX, 2.5Gb/s over multi-mode fiber optic cables. [2500baseSX, 2500SX] +.It Dv IFM_2500_T +2500BASE-T, 2.5Gb/s over unshielded twisted pair, RJ45 connector. +[2500baseT, 2500BASE-T] .It Dv IFM_10G_CX4 10GBASE-CX4, 10Gb/s over XAUI 4-lane PCS and copper cables. [10GbaseCX4, 10GCX4, 10GBASE-CX4] |