summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2006-02-01 13:26:33 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2006-02-01 13:26:33 +0000
commitcbc46aaa16feda09bc31adc876f14a4e40fcc9df (patch)
tree383bdcd6c0038876f21ea0b26609deec265c333b /share/man
parentdb7f9ac020d0063f02eaea0064778ff0bd8bf403 (diff)
a manpage for pcfiic(4)
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/Makefile7
-rw-r--r--share/man/man4/pcfiic.448
2 files changed, 52 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 0cf57578a2b..8afabdd0a10 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.338 2006/01/28 10:44:23 kettenis Exp $
+# $OpenBSD: Makefile,v 1.339 2006/02/01 13:26:32 dlg Exp $
MAN= aac.4 ac97.4 acphy.4 acpi.4 acpitimer.4 \
adc.4 addcom.4 admcts.4 admlc.4 admtemp.4 \
@@ -25,8 +25,9 @@ MAN= aac.4 ac97.4 acphy.4 acpi.4 acpitimer.4 \
mii.4 mpt.4 mpu.4 mtd.4 mtdphy.4 multicast.4 mtio.4 ne.4 neo.4 \
netintro.4 nge.4 noct.4 nofn.4 nsclpcsio.4 nsgphy.4 \
nsphy.4 nsphyter.4 null.4 nviic.4 ohci.4 opl.4 options.4 \
- oosiop.4 osiop.4 pcagpio.4 pcdisplay.4 pchb.4 pci.4 pcib.4 pciide.4 pckbc.4 \
- pckbd.4 pcmcia.4 pcn.4 pcppi.4 pcscp.4 pf.4 pflog.4 pfsync.4 piixpm.4 pim.4 \
+ oosiop.4 osiop.4 pcagpio.4 pcdisplay.4 pchb.4 pci.4 pcib.4 \
+ pcfiic.4 pciide.4 pckbc.4 \ pckbd.4 pcmcia.4 pcn.4 pcppi.4 pcscp.4 \
+ pf.4 pflog.4 pfsync.4 piixpm.4 pim.4 \
pms.4 ppb.4 ppp.4 pppoe.4 pty.4 puc.4 qsphy.4 radio.4 raid.4 ral.4 \
random.4 ray.4 rd.4 re.4 rgephy.4 rl.4 rln.4 rlphy.4 route.4 rt.4 \
rtfps.4 rtii.4 rtw.4 safe.4 safte.4 san.4 sbus.4 scsi.4 sd.4 ses.4 \
diff --git a/share/man/man4/pcfiic.4 b/share/man/man4/pcfiic.4
new file mode 100644
index 00000000000..f59b8c6d5ac
--- /dev/null
+++ b/share/man/man4/pcfiic.4
@@ -0,0 +1,48 @@
+.\" $OpenBSD: pcfiic.4,v 1.1 2006/02/01 13:26:32 dlg Exp $
+.\"
+.\" Copyright (c) 2006 David Gwynne <dlg@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 February 1, 2006
+.Dt PCFIIC 4
+.Os
+.Sh NAME
+.Nm pcfiic
+.Nd Phillips PCF8584 I2Ccontroller
+.Sh SYNOPSIS
+.Cd "# sparc64"
+.Cd "pcfiic* at ebus?"
+.Cd "iic* at pcfiic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Phillips PCF8584 I2C controll to be
+used with the
+.Xr iic 4
+framework.
+.Sh SEE ALSO
+.Xr iic 4 ,
+.Xr intro 4 ,
+.Xr ebus 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 3.9 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An David Gwynne Aq dlg@openbsd.org .