summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2016-01-17 05:25:48 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2016-01-17 05:25:48 +0000
commite9cebd39d8ef30c5dc245948b31025cc123b0240 (patch)
tree9178708072b3d65a786a6676139ed6014500ed7a /share
parentec657ff6e3fa1f7132495fe421c4287728e6284a (diff)
add pages for dwiic, ihidev, ims and ikbd
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile6
-rw-r--r--share/man/man4/dwiic.440
-rw-r--r--share/man/man4/ihidev.436
-rw-r--r--share/man/man4/ikbd.440
-rw-r--r--share/man/man4/ims.440
5 files changed, 159 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index cde50426b44..39c330c4081 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.612 2016/01/08 09:36:59 mpi Exp $
+# $OpenBSD: Makefile,v 1.613 2016/01/17 05:25:47 jsg Exp $
MAN= aac.4 ac97.4 acphy.4 \
acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \
@@ -18,7 +18,7 @@ MAN= aac.4 ac97.4 acphy.4 \
cac.4 cas.4 cardbus.4 carp.4 cd.4 cdce.4 cdcef.4 cfxga.4 \
ch.4 ciphy.4 ciss.4 clcs.4 clct.4 cmpci.4 cnw.4 \
com.4 cue.4 cy.4 cz.4 dc.4 dcphy.4 ddb.4 de.4 \
- diskmap.4 divert.4 dpt.4 drm.4 \
+ diskmap.4 divert.4 dpt.4 drm.4 dwiic.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 ep.4 epic.4 esa.4 \
eso.4 ess.4 et.4 etherip.4 etphy.4 ex.4 exphy.4 \
@@ -27,7 +27,7 @@ MAN= aac.4 ac97.4 acphy.4 \
glenv.4 gpio.4 gpiodcf.4 gpioiic.4 gpioow.4 gpr.4 gre.4 gscsio.4 gtp.4 \
hds.4 hifn.4 hil.4 hilid.4 hilkbd.4 hilms.4 hme.4 hotplug.4 hsq.4 \
ichiic.4 ichwdt.4 icmp.4 icmp6.4 icsphy.4 ifmedia.4 \
- iha.4 iic.4 inet.4 inet6.4 inphy.4 iophy.4 \
+ iha.4 ihidev.4 iic.4 ikbd.4 ims.4 inet.4 inet6.4 inphy.4 iophy.4 \
ip.4 ip6.4 ipcomp.4 ipgphy.4 ipmi.4 ips.4 ipsec.4 ipw.4 \
isa.4 isagpio.4 isapnp.4 it.4 itherm.4 iwi.4 iwn.4 iwm.4 \
ix.4 ixgb.4 jmb.4 jme.4 jmphy.4 \
diff --git a/share/man/man4/dwiic.4 b/share/man/man4/dwiic.4
new file mode 100644
index 00000000000..5eaea495b2b
--- /dev/null
+++ b/share/man/man4/dwiic.4
@@ -0,0 +1,40 @@
+.\" $OpenBSD: dwiic.4,v 1.1 2016/01/17 05:25:47 jsg Exp $
+.\"
+.\" Copyright (c) 2016 Jonathan Gray <jsg@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: January 17 2016 $
+.Dt DWIIC 4
+.Os
+.Sh NAME
+.Nm dwiic
+.Nd Synopsys DesignWare I2C controller
+.Sh SYNOPSIS
+.Cd "dwiic* at acpi?"
+.Cd "iic* at dwiic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports the Synopsys DesignWare I2C controller for use
+with the
+.Xr iic 4
+framework.
+.Sh SEE ALSO
+.Xr acpi 4 ,
+.Xr iic 4
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 5.9 .
diff --git a/share/man/man4/ihidev.4 b/share/man/man4/ihidev.4
new file mode 100644
index 00000000000..c19b6451dc8
--- /dev/null
+++ b/share/man/man4/ihidev.4
@@ -0,0 +1,36 @@
+.\" $OpenBSD: ihidev.4,v 1.1 2016/01/17 05:25:47 jsg Exp $
+.\"
+.\" Copyright (c) 2016 Jonathan Gray <jsg@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: January 17 2016 $
+.Dt IHIDEV 4
+.Os
+.Sh NAME
+.Nm ihidev
+.Nd HID over I2C support
+.Sh SYNOPSIS
+.Cd "ihidev* at iic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for Human Interface Devices (HID) on
+Inter-Integrated Circuit (I2C) buses.
+.Sh SEE ALSO
+.Xr iic 4
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 5.9 .
diff --git a/share/man/man4/ikbd.4 b/share/man/man4/ikbd.4
new file mode 100644
index 00000000000..9704daabe78
--- /dev/null
+++ b/share/man/man4/ikbd.4
@@ -0,0 +1,40 @@
+.\" $OpenBSD: ikbd.4,v 1.1 2016/01/17 05:25:47 jsg Exp $
+.\"
+.\" Copyright (c) 2016 Jonathan Gray <jsg@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: January 17 2016 $
+.Dt IKBD
+.Os
+.Sh NAME
+.Nm ikbd
+.Nd I2C HID keyboard support
+.Sh SYNOPSIS
+.Cd "ikbd* at ihidev?"
+.Cd "wskbd* at ikbd? mux 1"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for I2C HID keyboards.
+Access to these devices is through the
+.Xr wscons 4
+driver.
+.Sh SEE ALSO
+.Xr ihidev 4 ,
+.Xr wskbd 4
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 5.9 .
diff --git a/share/man/man4/ims.4 b/share/man/man4/ims.4
new file mode 100644
index 00000000000..e9de2d374ca
--- /dev/null
+++ b/share/man/man4/ims.4
@@ -0,0 +1,40 @@
+.\" $OpenBSD: ims.4,v 1.1 2016/01/17 05:25:47 jsg Exp $
+.\"
+.\" Copyright (c) 2016 Jonathan Gray <jsg@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: January 17 2016 $
+.Dt IMS 4
+.Os
+.Sh NAME
+.Nm ims
+.Nd I2C HID mouse support
+.Sh SYNOPSIS
+.Cd "ims* at ihidev?"
+.Cd "wsmouse* at ims? mux 0"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for I2C HID mice.
+Access to these devices is through the
+.Xr wscons 4
+driver.
+.Sh SEE ALSO
+.Xr ihidev 4 ,
+.Xr wsmouse 4
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 5.9 .