summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2006-01-04 01:37:34 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2006-01-04 01:37:34 +0000
commit0c1d336411b952c9a294c3c7045c09c159e3c69e (patch)
treeab4a7fcaac4cb990e2a28646112498a4c1843646 /share
parentad9e68d31eec756517d0cabaa2192c3d2bb5ec71 (diff)
manpage for nviic(4), which is a driver supporting the nvidia nforce2/3/4
smbus controllers. i think this is the first time ive committed a manpage before miod has reminded me that ive forgotten about the docs.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/iic.44
-rw-r--r--share/man/man4/nviic.450
-rw-r--r--share/man/man4/pci.44
4 files changed, 58 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 3b2bf9b9064..b85f6976a6e 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.331 2006/01/01 22:32:26 djm Exp $
+# $OpenBSD: Makefile,v 1.332 2006/01/04 01:37:33 dlg Exp $
MAN= aac.4 ac97.4 acphy.4 adc.4 addcom.4 admcts.4 admlc.4 admtemp.4 \
admtm.4 admtmp.4 admtt.4 adt.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 aic.4 \
@@ -22,7 +22,7 @@ MAN= aac.4 ac97.4 acphy.4 adc.4 addcom.4 admcts.4 admlc.4 admtemp.4 \
maestro.4 maxds.4 maxtmp.4 midi.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 ohci.4 opl.4 options.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 \
pms.4 ppb.4 ppp.4 pppoe.4 pty.4 puc.4 qsphy.4 radio.4 raid.4 ral.4 \
diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4
index 27c918302a4..109df9076ee 100644
--- a/share/man/man4/iic.4
+++ b/share/man/man4/iic.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: iic.4,v 1.34 2006/01/03 17:24:58 xsa Exp $
+.\" $OpenBSD: iic.4,v 1.35 2006/01/04 01:37:33 dlg Exp $
.\"
.\" Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org>
.\"
@@ -70,6 +70,8 @@ National Semiconductor Geode SC1100 Super I/O
Intel ICH SMBus controllers
.It Xr ki2c 4
Apple Kauai I2C controller
+.It Xr nviic 4
+NVIDIA nForce2/3/4 SMBus controller
.It Xr pi2c 4
Apple via-pmu I2C controller
.It Xr piixpm 4
diff --git a/share/man/man4/nviic.4 b/share/man/man4/nviic.4
new file mode 100644
index 00000000000..84bd0bdcc14
--- /dev/null
+++ b/share/man/man4/nviic.4
@@ -0,0 +1,50 @@
+.\" $OpenBSD: nviic.4,v 1.1 2006/01/04 01:37:33 dlg Exp $
+.\"
+.\" Copyright (c) 2005 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 January 4, 2006
+.Dt NVIIC 4
+.Os
+.Sh NAME
+.Nm nviic
+.Nd NVIDIA nForce2/3/4 SMBus controller
+.Sh SYNOPSIS
+.Cd "nviic* at pci?"
+.Cd "iic* at nviic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the NVIDIA nForce2/3/4 SMBus controllers 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
+.An -nosplit
+The
+.Nm
+driver was written by
+.An David Gwynne Aq dlg@openbsd.org .
+.Sh BUGS
+The driver doesn't support I2C commands with a data buffer size of more
+than 2 bytes.
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4
index e9ede78d6c6..a7042274011 100644
--- a/share/man/man4/pci.4
+++ b/share/man/man4/pci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci.4,v 1.134 2006/01/01 13:39:15 kettenis Exp $
+.\" $OpenBSD: pci.4,v 1.135 2006/01/04 01:37:33 dlg Exp $
.\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $
.\"
.\" Copyright (c) 2000 Theo de Raadt. All rights reserved.
@@ -403,6 +403,8 @@ USB EHCI host controller.
Intel ICH SMBus controllers.
.It Xr ichwdt 4
Intel 6300ESB ICH watchdog timer.
+.It Xr nviic 4
+NVIDIA nForce2/3/4 SMBus controller.
.It Xr ohci 4
USB OHCI host controller.
.It Xr pcic 4