Man page for the Intel PIIX4 power management driver.
This commit is contained in:
parent
462acc087a
commit
cab8eb4069
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.382 2006/04/07 18:55:21 riz Exp $
|
||||
# $NetBSD: Makefile,v 1.383 2006/05/07 01:34:46 jmcneill Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/18/93
|
||||
|
||||
MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 adc.4 adt7467c.4 adv.4 \
|
||||
|
@ -29,8 +29,8 @@ MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 adc.4 adt7467c.4 adv.4 \
|
|||
nsclpcsio.4 nsip.4 nsphy.4 nsphyter.4 ntwoc.4 \
|
||||
null.4 nsmb.4 oak.4 oosiop.4 opl.4 options.4 \
|
||||
optiide.4 osiop.4 pas.4 pcdisplay.4 pciide.4 \
|
||||
pdcide.4 pdcsata.4 piixide.4 pckbc.4 pckbd.4 pcn.4 pcppi.4 pcscp.4 \
|
||||
pcweasel.4 pim.4 plip.4 pms.4 pnaphy.4 ppbus.4 ppp.4 \
|
||||
pdcide.4 pdcsata.4 piixide.4 piixpm.4 pckbc.4 pckbd.4 pcn.4 pcppi.4 \
|
||||
pcscp.4 pcweasel.4 pim.4 plip.4 pms.4 pnaphy.4 ppbus.4 ppp.4 \
|
||||
pppoe.4 ptm.4 pty.4 puc.4 px.4 pxg.4 qe.4 qec.4 qsphy.4 \
|
||||
raid.4 ral.4 ray.4 rcons.4 re.4 rgephy.4 rlphy.4 rnd.4 route.4 \
|
||||
rs5c372rtc.4 rtk.4 rtw.4 \
|
||||
|
|
|
@ -0,0 +1,65 @@
|
|||
.\" $NetBSD: piixpm.4,v 1.1 2006/05/07 01:34:46 jmcneill Exp $
|
||||
.\" $OpenBSD: piixpm.4,v 1.9 2006/01/18 03:06:33 brad Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2004, 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 May 6, 2006
|
||||
.Dt PIIXPM 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm piixpm
|
||||
.Nd Intel PIIX and compatible Power Management controller
|
||||
.Sh SYNOPSIS
|
||||
.Cd "piixpm* at pci?"
|
||||
.Cd "iic* at piixpm?"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver provides support for the Intel PIIX and compatible Power Management
|
||||
controller.
|
||||
Only the SMBus host interface is supported and can be used with the
|
||||
.Xr iic 4
|
||||
framework.
|
||||
.Pp
|
||||
Supported chipsets:
|
||||
.Pp
|
||||
.Bl -bullet -compact -offset indent
|
||||
.It
|
||||
ATI SB200
|
||||
.It
|
||||
Intel 82371AB (PIIX4), 82440MX
|
||||
.El
|
||||
.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 current
|
||||
.Nm
|
||||
driver was written by
|
||||
.An Alexander Yurchenko Aq grange@openbsd.org .
|
||||
It was ported to
|
||||
.Nx
|
||||
by
|
||||
.An Jared D. McNeill Aq jmcneill@netbsd.org .
|
||||
.Sh BUGS
|
||||
The driver doesn't support I2C commands with a data buffer size of more
|
||||
than 2 bytes.
|
Loading…
Reference in New Issue