summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatrick <patrick@openbsd.org>2019-05-11 16:00:12 +0000
committerpatrick <patrick@openbsd.org>2019-05-11 16:00:12 +0000
commit0735e5abfea910275d4b6c28dae264de1a17bc36 (patch)
tree7182ff34b2b0508c573078ce4603137797372ff6
parent$OpenBSD$ (diff)
downloadwireguard-openbsd-0735e5abfea910275d4b6c28dae264de1a17bc36.tar.xz
wireguard-openbsd-0735e5abfea910275d4b6c28dae264de1a17bc36.zip
Add a manpage for fusbtc(4).
-rw-r--r--share/man/man4/Makefile6
-rw-r--r--share/man/man4/fusbtc.445
-rw-r--r--share/man/man4/iic.46
3 files changed, 52 insertions, 5 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 7187776ca8f..8dcf03fde59 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.710 2019/05/11 15:47:58 patrick Exp $
+# $OpenBSD: Makefile,v 1.711 2019/05/11 16:00:12 patrick Exp $
MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \
acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \
@@ -25,8 +25,8 @@ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \
eap.4 ec.4 eephy.4 ef.4 eg.4 ehci.4 eisa.4 el.4 em.4 emc.4 gcu.4 \
emu.4 enc.4 endrun.4 envy.4 eoip.4 ep.4 epic.4 esa.4 \
eso.4 ess.4 et.4 etherip.4 etphy.4 ex.4 exphy.4 exrtc.4 \
- fanpwr.4 fd.4 fdc.4 fec.4 fins.4 fintek.4 fms.4 fuse.4 fxp.4 gdt.4 \
- gentbi.4 gem.4 gif.4 \
+ fanpwr.4 fd.4 fdc.4 fec.4 fins.4 fintek.4 fms.4 fusbtc.4 fuse.4 \
+ fxp.4 gdt.4 gentbi.4 gem.4 gif.4 \
glenv.4 gpio.4 gpiodcf.4 gpioiic.4 gpioow.4 gpr.4 gre.4 gscsio.4 \
hds.4 hiclock.4 hidwusb.4 hifn.4 hil.4 hilid.4 hilkbd.4 hilms.4 \
hireset.4 hitemp.4 hme.4 hotplug.4 hsq.4 \
diff --git a/share/man/man4/fusbtc.4 b/share/man/man4/fusbtc.4
new file mode 100644
index 00000000000..4358f02823a
--- /dev/null
+++ b/share/man/man4/fusbtc.4
@@ -0,0 +1,45 @@
+.\" $OpenBSD: fusbtc.4,v 1.1 2019/05/11 16:00:12 patrick Exp $
+.\"
+.\" Copyright (c) 2019 Patrick Wildt <patrick@blueri.se>
+.\"
+.\" 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: May 11 2019 $
+.Dt FUSBTC 4
+.Os
+.Sh NAME
+.Nm fusbtc
+.Nd Fairchild FUSB302 USB Type-C Port controller
+.Sh SYNOPSIS
+.Cd "fusbtc* at iic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Fairchild FUSB302 USB Type-C port controller.
+It takes care of plug and unplug events on the USB Type-C port and discovers
+the orientation of the plug so that the USB SuperSpeed pins can be routed
+correctly. Additionally it enables power on the USB Type-C port when a sink
+is connected to power attached devices.
+.Sh SEE ALSO
+.Xr iic 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 6.6 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Patrick Wildt Aq Mt patrick@blueri.se .
diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4
index edaab01b8e4..4e4a0428940 100644
--- a/share/man/man4/iic.4
+++ b/share/man/man4/iic.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: iic.4,v 1.97 2019/04/23 14:02:40 visa Exp $
+.\" $OpenBSD: iic.4,v 1.98 2019/05/11 16:00:12 patrick Exp $
.\"
.\" Copyright (c) 2004, 2006 Alexander Yurchenko <grange@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 23 2019 $
+.Dd $Mdocdate: May 11 2019 $
.Dt IIC 4
.Os
.Sh NAME
@@ -154,6 +154,8 @@ Fairchild FAN53555 voltage regulator
Apple Fan Control Unit sensor device
.It Xr fintek 4
Fintek F75375 temperature sensor
+.It Xr fusbtc 4
+Fairchild FUSB302 USB Type-C Port controller
.It Xr glenv 4
Genesys Logic GL518SM temperature, voltage, and fan sensor
.It Xr iatp 4