ytphy(4)
authorkettenis <kettenis@openbsd.org>
Sat, 4 Mar 2023 22:44:27 +0000 (22:44 +0000)
committerkettenis <kettenis@openbsd.org>
Sat, 4 Mar 2023 22:44:27 +0000 (22:44 +0000)
share/man/man4/Makefile
share/man/man4/ytphy.4 [new file with mode: 0644]

index df72fbe..9cf7c2d 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.831 2023/02/13 19:33:51 kettenis Exp $
+#      $OpenBSD: Makefile,v 1.832 2023/03/04 22:44:27 kettenis Exp $
 
 MAN=   aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \
        acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \
@@ -112,7 +112,7 @@ MAN=        aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \
        wg.4 wi.4 witness.4 wpi.4 wscons.4 wsdisplay.4 wskbd.4 wsmouse.4 \
        wsmux.4 \
        xbf.4 xe.4 xen.4 xf86.4 xge.4 xhci.4 xl.4 xmphy.4 xnf.4 xspd.4 \
-       yds.4 zero.4 zyd.4
+       yds.4 ytphy.4 zero.4 zyd.4
 
 SUBDIR=        man4.alpha man4.amd64 man4.arm64 man4.armv7 \
        man4.hppa man4.i386 man4.landisk man4.loongson man4.luna88k \
diff --git a/share/man/man4/ytphy.4 b/share/man/man4/ytphy.4
new file mode 100644 (file)
index 0000000..abc7d10
--- /dev/null
@@ -0,0 +1,44 @@
+.\"    $OpenBSD: ytphy.4,v 1.1 2023/03/04 22:44:27 kettenis Exp $
+.\"
+.\" Copyright (c) 2023 Mark Kettenis <kettenis@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: March 4 2023 $
+.Dt YTPHY 4
+.Os
+.Sh NAME
+.Nm ytphy
+.Nd MotorComm YT8511 10/100/1Gb Ethernet PHY
+.Sh SYNOPSIS
+.Cd "ytphy* at mii?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports the MotorComm YT8511 10/100/1Gb Ethernet PHY.
+.Sh SEE ALSO
+.Xr ifmedia 4 ,
+.Xr intro 4 ,
+.Xr mii 4 ,
+.Xr ifconfig 8
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 7.3 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Mark Kettenis Aq Mt kettenis@openbsd.org .