summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2023-03-04 22:44:28 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2023-03-04 22:44:28 +0000
commitc8d7b860d8ac6326c61cfaec10587e7afc8b1894 (patch)
tree27662a2827e7485935738202d27ad03be2ab8aa3 /share/man
parent436e1b696e8807866649344541e22b9a7b4d52d6 (diff)
ytphy(4)
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/ytphy.444
2 files changed, 46 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index df72fbea9af..9cf7c2d73ee 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -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
index 00000000000..abc7d104e49
--- /dev/null
+++ b/share/man/man4/ytphy.4
@@ -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 .