summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2005-12-19 20:56:49 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2005-12-19 20:56:49 +0000
commitf4ecca752a0cbeba3e3579232f22db0cf32e420c (patch)
treebabde5f5feb3aa3a3393150c138880fb0bfcc397 /share
parent6e54f08831752f2a8493af67773ca8d6002eaff6 (diff)
Add ichiic(4) man page.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/ichiic.449
2 files changed, 51 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 724b1741ce4..c366dfdb27c 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.323 2005/11/18 00:47:07 deraadt Exp $
+# $OpenBSD: Makefile,v 1.324 2005/12/19 20:56:48 grange Exp $
MAN= aac.4 ac97.4 acphy.4 adc.4 addcom.4 admtmp.4 adt.4 adv.4 aha.4 ahb.4 \
ahc.4 ahd.4 aic.4 amdpm.4 ami.4 amphy.4 an.4 aps.4 aria.4 art.4 ast.4 \
@@ -13,7 +13,7 @@ MAN= aac.4 ac97.4 acphy.4 adc.4 addcom.4 admtmp.4 adt.4 adv.4 aha.4 ahb.4 \
faith.4 fd.4 fdc.4 fms.4 fpa.4 fxp.4 gdt.4 gentbi.4 gem.4 gif.4 \
gpio.4 gpr.4 gre.4 gscsio.4 gtp.4 \
hifn.4 hil.4 hilid.4 hilkbd.4 hilms.4 hme.4 hotplug.4 hsq.4 \
- ichwdt.4 icmp.4 icmp6.4 icsphy.4 idp.4 ifmedia.4 \
+ ichiic.4 ichwdt.4 icmp.4 icmp6.4 icsphy.4 idp.4 ifmedia.4 \
iha.4 iic.4 inet.4 inet6.4 inphy.4 iop.4 iophy.4 ioprbs.4 \
iopsp.4 ip.4 ip6.4 ipcomp.4 ipmi.4 ipsec.4 ipw.4 isa.4 isapnp.4 \
ises.4 isp.4 it.4 iwi.4 ixgb.4 ksyms.4 kue.4 lc.4 lge.4 lkm.4 lm.4 \
diff --git a/share/man/man4/ichiic.4 b/share/man/man4/ichiic.4
new file mode 100644
index 00000000000..cc64e576206
--- /dev/null
+++ b/share/man/man4/ichiic.4
@@ -0,0 +1,49 @@
+.\" $OpenBSD: ichiic.4,v 1.1 2005/12/19 20:56:48 grange Exp $
+.\"
+.\" Copyright (c) 2005 Alexander Yurchenko <grange@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 December 19, 2005
+.Dt ICHIIC 4
+.Os
+.Sh NAME
+.Nm ichiic
+.Nd Intel ICH SMBus controller
+.Sh SYNOPSIS
+.Cd "ichiic* at pci?"
+.Cd "iic* at ichiic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Intel ICH SMBus controller to be
+used with the
+.Xr iic 4
+framework.
+.Sh SEE ALSO
+.Xr iic 4 ,
+.Xr intro 4 ,
+.Xr pci 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 3.9 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Alexander Yurchenko Aq grange@openbsd.org .
+.Sh BUGS
+The driver doesn't support commands with data buffer size more
+than 2 bytes.