diff options
author | avg <avg@FreeBSD.org> | 2016-09-21 16:12:34 +0000 |
---|---|---|
committer | avg <avg@FreeBSD.org> | 2016-09-21 16:12:34 +0000 |
commit | 4ec257d7fc8b94f04891448c0c85fccb4a20e98d (patch) | |
tree | 2aabbf0c356a7ad166e13d996edb2a4614d96814 /share | |
parent | ab041048f276c1df113ef1dbbdef15e9413efe77 (diff) | |
download | FreeBSD-src-4ec257d7fc8b94f04891448c0c85fccb4a20e98d.zip FreeBSD-src-4ec257d7fc8b94f04891448c0c85fccb4a20e98d.tar.gz |
MFC r303111: Document list of supported chipsets.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/intpm.4 | 32 |
1 files changed, 23 insertions, 9 deletions
diff --git a/share/man/man4/intpm.4 b/share/man/man4/intpm.4 index 5e015a8..ff5fd43 100644 --- a/share/man/man4/intpm.4 +++ b/share/man/man4/intpm.4 @@ -24,25 +24,39 @@ .\" .\" $FreeBSD$ .\" -.Dd January 8, 1999 +.Dd July 20, 2016 .Dt INTPM 4 .Os .Sh NAME .Nm intpm .Nd Intel PIIX4 Power Management controller driver .Sh SYNOPSIS +.Cd device pci .Cd device smbus .Cd device smb .Cd device intpm .Sh DESCRIPTION -This driver provides access to -.Tn Intel PIIX4 PCI Controller function 3 , -Power management controller. -Currently, only smbus controller -function is implemented. -But it also have bus idle monitoring function. -It -will display mapped I/O address for bus monitoring function when attaching. +The +.Nm +driver provides access to +.Tn Intel PIIX4 +compatible Power Management controllers. +Currently, only +.Xr smbus 4 +controller function is implemented. +.Sh HARDWARE +The +.Nm +driver supports the following chipsets: +.Pp +.Bl -bullet -compact +.It +Intel 82371AB/82443MX +.It +ATI IXP400 +.It +AMD SB600/700/710/750 +.El .Sh SEE ALSO .Xr smb 4 , .Xr smbus 4 |