Module Name: src
Committed By: pgoyette
Date: Thu Jul 7 09:23:20 UTC 2016
Modified Files:
src/share/man/man4: amdpm.4
Log Message:
Clarify the BUGS section. The driver doesn't do any PM stuff, but it
does still provide access to the SMBus.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man4/amdpm.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/amdpm.4
diff -u src/share/man/man4/amdpm.4:1.7 src/share/man/man4/amdpm.4:1.8
--- src/share/man/man4/amdpm.4:1.7 Thu Feb 25 17:08:01 2010
+++ src/share/man/man4/amdpm.4 Thu Jul 7 09:23:20 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: amdpm.4,v 1.7 2010/02/25 17:08:01 wiz Exp $
+.\" $NetBSD: amdpm.4,v 1.8 2016/07/07 09:23:20 pgoyette Exp $
.\"
.\" Copyright (c) 2002, 2006 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd January 29, 2006
+.Dd July 7, 2016
.Dt AMDPM 4
.Os
.Sh NAME
@@ -50,4 +50,6 @@ The
driver appeared in
.Nx 2.0 .
.Sh BUGS
-Currently, this driver does nothing except collecting random numbers.
+Currently, this driver does not provide any power management capabilities.
+It does, however, provide access to the SMBus via the System Management
+Controller.