summaryrefslogtreecommitdiff
path: root/share/man/man4/piixpm.4
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2004-09-16 08:20:19 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2004-09-16 08:20:19 +0000
commitf8ab28e80b1f7bfb29f8ffcb3b9a895f30c5d96d (patch)
treefada612a5c4f34472fe151cdfee14095ec6d0fb5 /share/man/man4/piixpm.4
parentf956b360c69aa6d5a78ab52cedcc5d7922f18fab (diff)
Add man page for piixpm(4).
Diffstat (limited to 'share/man/man4/piixpm.4')
-rw-r--r--share/man/man4/piixpm.448
1 files changed, 48 insertions, 0 deletions
diff --git a/share/man/man4/piixpm.4 b/share/man/man4/piixpm.4
new file mode 100644
index 00000000000..54e65393360
--- /dev/null
+++ b/share/man/man4/piixpm.4
@@ -0,0 +1,48 @@
+.\" $OpenBSD: piixpm.4,v 1.1 2004/09/16 08:20:18 grange Exp $
+.\"
+.\" Copyright (c) 2004 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 September 16, 2004
+.Dt PIIXPM 4
+.Os
+.Sh NAME
+.Nm piixpm
+.Nd Intel PIIX Power Management
+.Sh SYNOPSIS
+.Cd "piixpm* at pci? dev ? function ?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Intel PIIX Power Management controller.
+Only power management timer is supported for now.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr pci 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 3.7 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Poul-Henning Kamp Aq phk@FreeBSD.ORG
+for
+.Fx
+and ported to
+.Ox
+by
+.An Thorsten Lockert Aq tholo@openbsd.org .