diff options
author | 2005-02-05 04:39:54 +0000 | |
---|---|---|
committer | 2005-02-05 04:39:54 +0000 | |
commit | 67c23c61615e5a6132ad79fb65d6b9bc500af93e (patch) | |
tree | fd824d7ca0f5a27b91cd0b6085fa711ac3658baf | |
parent | use mii_phy_match() (diff) | |
download | wireguard-openbsd-67c23c61615e5a6132ad79fb65d6b9bc500af93e.tar.xz wireguard-openbsd-67c23c61615e5a6132ad79fb65d6b9bc500af93e.zip |
update
-rw-r--r-- | share/man/man4/bmtphy.4 | 8 | ||||
-rw-r--r-- | share/man/man4/exphy.4 | 6 | ||||
-rw-r--r-- | share/man/man4/xl.4 | 4 |
3 files changed, 12 insertions, 6 deletions
diff --git a/share/man/man4/bmtphy.4 b/share/man/man4/bmtphy.4 index 57d203ad4b8..cde4fa175ca 100644 --- a/share/man/man4/bmtphy.4 +++ b/share/man/man4/bmtphy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bmtphy.4,v 1.4 2004/09/30 19:59:24 mickey Exp $ +.\" $OpenBSD: bmtphy.4,v 1.5 2005/02/05 04:39:54 brad Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt .\" All rights reserved. @@ -36,7 +36,11 @@ The .Nm driver supports the Broadcom Mini-Theta BCM5201 and BCM5202 10/100 -Ethernet PHYs, as well as the BCM5221 100baseTX Ethernet PHY. +Ethernet PHYs and their derivatives such as BCM5214, BCM5221, BCM5222, +and BCM4401. +It also supports the internal PHY on the 3Com 3C905C-TX 10/100 Ethernet +interface, and the internal PHY on some 3Com 3C905B-TX 10/100 Ethernet +interfaces. These PHYs are found on a variety of high-performance Ethernet interfaces. .Sh SEE ALSO .Xr exphy 4 , diff --git a/share/man/man4/exphy.4 b/share/man/man4/exphy.4 index 484d72b03cf..719ed6dae62 100644 --- a/share/man/man4/exphy.4 +++ b/share/man/man4/exphy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: exphy.4,v 1.10 2004/09/30 19:59:24 mickey Exp $ +.\" $OpenBSD: exphy.4,v 1.11 2005/02/05 04:39:54 brad Exp $ .\" $NetBSD: exphy.4,v 1.1 1998/11/04 05:53:58 thorpej Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -41,13 +41,13 @@ .Os .Sh NAME .Nm exphy -.Nd 3Com 3C905B-TX and 3C905C-TX internal Ethernet PHY driver +.Nd 3Com 3C905B-TX internal Ethernet PHY driver .Sh SYNOPSIS .Cd "exphy* at mii?" .Sh DESCRIPTION The .Nm -driver supports the internal PHY on 3Com 3C905B-TX and 3C905C-TX 10/100 Ethernet +driver supports the internal PHY on 3Com 3C905B-TX 10/100 Ethernet interfaces. .Sh SEE ALSO .Xr bmtphy 4 , diff --git a/share/man/man4/xl.4 b/share/man/man4/xl.4 index 6fcbdcca0ba..1e9d9c83772 100644 --- a/share/man/man4/xl.4 +++ b/share/man/man4/xl.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xl.4,v 1.33 2004/09/30 19:59:26 mickey Exp $ +.\" $OpenBSD: xl.4,v 1.34 2005/02/05 04:39:54 brad Exp $ .\" .\" Copyright (c) 1997, 1998 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -42,6 +42,7 @@ .Cd "xl* at pci?" .Cd "xl* at cardbus?" .Cd "amphy* at mii?" +.Cd "bmtphy* at mii?" .Cd "exphy* at mii?" .Cd "nsphy* at mii?" .Sh DESCRIPTION @@ -209,6 +210,7 @@ the author considers it a manufacturing defect. .Sh SEE ALSO .Xr amphy 4 , .Xr arp 4 , +.Xr bmtphy 4 , .Xr cardbus 4 , .Xr ec 4 , .Xr eg 4 , |