sysutils/powerdxx: add pkg-message to inform

- for CPUs that are supported by the hwpstate driver powerd++ is
  obsolete and in fact not possible, because the driver discards
  frequencies set via the sysctl interface.

- there is a loader tunable that lets you turn it off.

 PR:		255324
This commit is contained in:
Nuno Teixeira
2021-09-20 12:26:07 -03:00
committed by Alexandre C. Guimarães
parent c769b65e5a
commit 98858214cd
2 changed files with 14 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
PORTNAME= powerdxx
DISTVERSION= 0.4.4
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= rigoletto@FreeBSD.org

View File

@@ -9,3 +9,16 @@ Command line arguments can be set via powerdxx_flags. See powerd++(8)
EOM
}
]
***************************************************************************
For CPUs that are supported by the hwpstate driver powerd++ is obsolete and
in fact not possible, because the driver discards frequencies set via the
sysctl interface.
There is a loader tunable that lets you turn it off:
hint.hwpstate_intel.0.disabled
You can use that if you have issues with hwpstate controlling your CPU
frequency.