diff options
author | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2006-04-21 06:18:52 +0000 |
---|---|---|
committer | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2006-04-21 06:18:52 +0000 |
commit | 550a3e6366e66913e0e1af97934655bfddbefefc (patch) | |
tree | df26ca3272c5a66510845bc4d1d7288b79eff558 /share/man/man4 | |
parent | 012b8d5bf42d38944d188243d4a3bc88a0e2c2b0 (diff) |
Document that amdpm supports the SMBus host interface of the
AMD 756/766/768/8111 and NVIDIA nForce 1 chipsets, and the
RNG of the AMD-768 and 8111 chipsets.
ok jmc@, dlg@
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/amdpm.4 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/share/man/man4/amdpm.4 b/share/man/man4/amdpm.4 index 70ad5705106..eb4a10b00cc 100644 --- a/share/man/man4/amdpm.4 +++ b/share/man/man4/amdpm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: amdpm.4,v 1.7 2006/01/05 10:04:38 grange Exp $ +.\" $OpenBSD: amdpm.4,v 1.8 2006/04/21 06:18:51 gwk Exp $ .\" .\" Copyright (c) 2002 Michael Shalayeff .\" All rights reserved @@ -29,20 +29,24 @@ .Os .Sh NAME .Nm amdpm -.Nd AMD-76x Power Management controller +.Nd AMD-756/766/768/8111 Power Management controller .Sh SYNOPSIS .Cd "amdpm* at pci?" .Cd "iic* at amdpm?" .Sh DESCRIPTION The .Nm -driver provides support for the AMD-76x Power Management controller. -The RNG function and the SMBus host interface are supported at this time. +driver provides support for the +AMD-756/766/768/8111 Power Management controller. .Pp -The data generated by the RNG get fed into the pool of the +The RNG function of the AMD-768/8111 Power Management controller +is supported. +Data generated by the RNG get fed into the pool of the .Xr random 4 device. .Pp +The SMBus host interface of the AMD-756/766/768/8111 Power Management controller +and NVIDIA nForce 1 chipset are also supported. The SMBus host interface can be used with the .Xr iic 4 framework. |