diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-09-16 08:20:19 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-09-16 08:20:19 +0000 |
commit | f8ab28e80b1f7bfb29f8ffcb3b9a895f30c5d96d (patch) | |
tree | fada612a5c4f34472fe151cdfee14095ec6d0fb5 /share | |
parent | f956b360c69aa6d5a78ab52cedcc5d7922f18fab (diff) |
Add man page for piixpm(4).
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/piixpm.4 | 48 |
2 files changed, 50 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index b437c9d4d34..f15cf97e739 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.274 2004/08/06 23:51:59 mickey Exp $ +# $OpenBSD: Makefile,v 1.275 2004/09/16 08:20:18 grange Exp $ MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 \ aic.4 amdpm.4 ami.4 amphy.4 an.4 aria.4 ast.4 atalk.4 \ @@ -21,7 +21,7 @@ MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 \ netintro.4 nge.4 noct.4 nofn.4 ns.4 nsclpcsio.4 nsgphy.4 \ nsip.4 nsphy.4 nsphyter.4 null.4 ohci.4 opl.4 options.4 \ oosiop.4 osiop.4 pcdisplay.4 pchb.4 pci.4 pcib.4 pciide.4 pckbc.4 \ - pckbd.4 pcmcia.4 pcppi.4 pcscp.4 pf.4 pflog.4 pfsync.4 \ + pckbd.4 pcmcia.4 pcppi.4 pcscp.4 pf.4 pflog.4 pfsync.4 piixpm.4 \ pms.4 ppb.4 ppp.4 pty.4 puc.4 qsphy.4 radio.4 raid.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 safe.4 san.4 sbus.4 scsi.4 sd.4 ses.4 sf.4 \ 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 . |