1.\" $NetBSD: piixpm.4,v 1.2 2006/05/07 02:01:26 xtraeme Exp $ 2.\" $OpenBSD: piixpm.4,v 1.9 2006/01/18 03:06:33 brad Exp $ 3.\" 4.\" Copyright (c) 2004, 2005 Alexander Yurchenko <grange@openbsd.org> 5.\" 6.\" Permission to use, copy, modify, and distribute this software for any 7.\" purpose with or without fee is hereby granted, provided that the above 8.\" copyright notice and this permission notice appear in all copies. 9.\" 10.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 11.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 12.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 13.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 14.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 15.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 16.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 17.\" 18.Dd May 6, 2006 19.Dt PIIXPM 4 20.Os 21.Sh NAME 22.Nm piixpm 23.Nd Intel PIIX and compatible Power Management controller 24.Sh SYNOPSIS 25.Cd "piixpm* at pci? dev ? function ?" 26.Cd "iic* at piixpm?" 27.Sh DESCRIPTION 28The 29.Nm 30driver provides support for the Intel PIIX and compatible Power Management 31controller. 32Only the SMBus host interface is supported and can be used with the 33.Xr iic 4 34framework. 35.Pp 36Supported chipsets: 37.Pp 38.Bl -bullet -compact -offset indent 39.It 40ATI SB200 41.It 42Intel 82371AB (PIIX4), 82440MX 43.El 44.Sh SEE ALSO 45.Xr iic 4 , 46.Xr intro 4 , 47.Xr pci 4 48.Sh HISTORY 49The 50.Nm 51driver first appeared in 52.Ox 3.9 and then in 53.Nx 4.0 . 54.Sh AUTHORS 55.An -nosplit 56The current 57.Nm 58driver was written by 59.An Alexander Yurchenko Aq grange@openbsd.org . 60It was ported to 61.Nx 62by 63.An Jared D. McNeill Aq jmcneill@netbsd.org . 64.Sh BUGS 65The driver doesn't support I2C commands with a data buffer size of more 66than 2 bytes. 67