diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-31 09:08:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-31 09:08:22 +0000 |
commit | 050a77f01ae14768664151fe06dc0220b576e76a (patch) | |
tree | 91f00547d1cc711501c4a1e90573ab8c07544db1 /share | |
parent | c5cd702cb092d4224aae84b552518cf8acf4fe0d (diff) |
more models supported; Henning Brauer, hostmaster@bsws.de
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/icsphy.4 | 9 | ||||
-rw-r--r-- | share/man/man4/sqphy.4 | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/share/man/man4/icsphy.4 b/share/man/man4/icsphy.4 index e6045490e4a..911a00322cc 100644 --- a/share/man/man4/icsphy.4 +++ b/share/man/man4/icsphy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: icsphy.4,v 1.4 2000/10/18 02:38:22 aaron Exp $ +.\" $OpenBSD: icsphy.4,v 1.5 2001/05/31 09:08:21 deraadt Exp $ .\" $NetBSD: icsphy.4,v 1.1 1998/11/04 05:53:58 thorpej Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -36,18 +36,19 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd November 3, 1998 +.Dd May 31, 2001 .Dt ICSPHY 4 .Os .Sh NAME .Nm icsphy -.Nd Integrated Circuit Systems ICS1890 10/100 Ethernet PHY driver +.Nd Integrated Circuit Systems ICS1890 and ICS1892 10/100 Ethernet PHY driver .Sh SYNOPSIS .Cd "icsphy* at mii? phy ?" .Sh DESCRIPTION The .Nm -driver supports the Integrated Circuit Systems ICS1890 10/100 Ethernet PHYs. +driver supports the Integrated Circuit Systems ICS1890 10/100 Ethernet PHYs +and its successor ICS1892. These PHYs are found on a variety of high-performance Ethernet interfaces. .Sh SEE ALSO .Xr ifmedia 4 , diff --git a/share/man/man4/sqphy.4 b/share/man/man4/sqphy.4 index 7fab2487322..319e0ea75ef 100644 --- a/share/man/man4/sqphy.4 +++ b/share/man/man4/sqphy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sqphy.4,v 1.4 2000/10/18 02:38:23 aaron Exp $ +.\" $OpenBSD: sqphy.4,v 1.5 2001/05/31 09:08:21 deraadt Exp $ .\" $NetBSD: sqphy.4,v 1.1 1998/11/04 05:53:59 thorpej Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -36,18 +36,18 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd November 3, 1998 +.Dd May 31, 2001 .Dt SQPHY 4 .Os .Sh NAME .Nm sqphy -.Nd Seeq 80220/80221 and 80223 10/100 Ethernet PHY driver +.Nd Seeq 80220/80221, 80223 and 84220 10/100 Ethernet PHY driver .Sh SYNOPSIS .Cd "sqphy* at mii? phy ?" .Sh DESCRIPTION The .Nm -driver supports the Seeq 80220/80221 and 80223 10/100 Ethernet PHYs. The +driver supports the Seeq 80220/80221, 80223 and 84220 10/100 Ethernet PHYs. The 80223 is a 3.3 volt version of the 80221. These PHYs are found on a variety of high-performance Ethernet interfaces. .Sh SEE ALSO |