summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2005-12-25 00:01:24 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2005-12-25 00:01:24 +0000
commit9b83299694e9ff27f53c9e92e014dad8171fb7c2 (patch)
treee404de6fd432c1dc92a9c6857af285e0f2a6abdd /share
parentf6b83c0db12e80419bae40368df465a95bedcf0e (diff)
alipm(4)
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile6
-rw-r--r--share/man/man4/alipm.450
2 files changed, 53 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 2c4eb816ada..417626170a3 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.326 2005/12/24 23:17:12 deraadt Exp $
+# $OpenBSD: Makefile,v 1.327 2005/12/25 00:01:23 kettenis 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 amdpm.4 ami.4 amphy.4 an.4 aps.4 aria.4 art.4 ast.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 \
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/alipm.4 b/share/man/man4/alipm.4
new file mode 100644
index 00000000000..5ecf42e5b80
--- /dev/null
+++ b/share/man/man4/alipm.4
@@ -0,0 +1,50 @@
+.\" $OpenBSD: alipm.4,v 1.1 2005/12/25 00:01:23 kettenis Exp $
+.\"
+.\" Copyright (c) 2005 Mark Kettenis <kettenis@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 25, 2005
+.Dt ALIPM 4
+.Os
+.Sh NAME
+.Nm alipm
+.Nd Acer Labs M7101 Power Management
+.Sh SYNOPSIS
+.Cd "alipm* at pci?"
+.Cd "iic* at alipm?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Acer Labs M7101 Power Management
+controller.
+Only the SMBus controller is supported and can 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 Mark Kettenis Aq kettenis@openbsd.org .
+.Sh BUGS
+The driver doesn't support commands with data buffer size more
+than 2 bytes.