CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/28 15:35:14
Modified files:
usr.sbin/apmd : apmd.c
Log message:
Set hw.perfpolicy to "manual" and hw.setperf to max when handling -H
This is better than using hw.perfpolicy="high" for a number of reasons:
- matches the manpage
- apm(8) reporting becomes accurate
- more symmetry with -L ("low")
- lets the user tweak hw.setperf with sysctl(8) later
ok tedu@
