summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2005-12-31 06:20:23 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2005-12-31 06:20:23 +0000
commita06814dbc028af567c2f1ab4f2f13c57b05019ec (patch)
treef04eae04abd47526b7055bb0e6b8a8d1b0d73f6b /share
parent5addb2e49bee0da856d5e7766b7e33c8261a1cd6 (diff)
Add AMD-8111 SMBus controller driver.
ok deraadt@
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/amdiic.450
-rw-r--r--share/man/man4/pci.46
3 files changed, 57 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 417626170a3..a4174e0bb2a 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.327 2005/12/25 00:01:23 kettenis Exp $
+# $OpenBSD: Makefile,v 1.328 2005/12/31 06:20:22 grange Exp $
MAN= aac.4 ac97.4 acphy.4 adc.4 addcom.4 admtemp.4 admtm.4 admtmp.4 \
admtt.4 adt.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 aic.4 \
- alipm.4 amdpm.4 ami.4 amphy.4 an.4 aps.4 aria.4 art.4 ast.4 \
+ alipm.4 amdiic.4 amdpm.4 ami.4 amphy.4 an.4 aps.4 aria.4 art.4 ast.4 \
atalk.4 atapiscsi.4 ath.4 atu.4 atw.4 audio.4 aue.4 auich.4 autri.4 \
auixp.4 auvia.4 awi.4 axe.4 az.4 bce.4 bge.4 bha.4 bio.4 bktr.4 \
bmtphy.4 boca.4 bpf.4 brgphy.4 bridge.4 cac.4 cardbus.4 \
diff --git a/share/man/man4/amdiic.4 b/share/man/man4/amdiic.4
new file mode 100644
index 00000000000..4558b32e08c
--- /dev/null
+++ b/share/man/man4/amdiic.4
@@ -0,0 +1,50 @@
+.\" $OpenBSD: amdiic.4,v 1.1 2005/12/31 06:20:22 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 31, 2005
+.Dt AMDIIC 4
+.Os
+.Sh NAME
+.Nm amdiic
+.Nd AMD-8111 SMBus controller
+.Sh SYNOPSIS
+.Cd "amdiic* at pci?"
+.Cd "iic* at amdiic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the AMD-8111 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
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Alexander Yurchenko Aq grange@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 a706fd0f7f3..90f7ba74c01 100644
--- a/share/man/man4/pci.4
+++ b/share/man/man4/pci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci.4,v 1.132 2005/12/27 23:41:50 kettenis Exp $
+.\" $OpenBSD: pci.4,v 1.133 2005/12/31 06:20:22 grange Exp $
.\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $
.\"
.\" Copyright (c) 2000 Theo de Raadt. All rights reserved.
@@ -384,6 +384,8 @@ Gemtek PCI FM radio device driver.
.Bl -tag -width 10n -offset ind -compact
.It Xr alipm 4
Acer Labs M7101 Power Management controller.
+.It Xr amdiic 4
+AMD-8111 SMBus controller
.It Xr amdpm 4
AMD768 Power Management controller.
.It Xr bktr 4
@@ -497,6 +499,8 @@ driver.
.Xr ahc 4 ,
.Xr ahd 4 ,
.Xr alipm 4 ,
+.Xr amdiic 4 ,
+.Xr amdpm 4 ,
.Xr ami 4 ,
.Xr an 4 ,
.Xr apecs 4 ,