https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234455

--- Comment #6 from Dave Green <d...@fastmail.co.uk> ---
CPU is 800 at boot either with or without powerd.

Temperature is always stable at 25 degrees.

I'll retry debug.acpi.disabled="thermal" but I don't recall it having any
effect for 11.2-RELEASE.

If I comment out the conditional in cf_set_method() at kern/kern_cpu.c:291 then
both sysctl and powerd can be used to adjust the frequency.

>    if (priority < sc->curr_priority) {
>        CF_DEBUG("ignoring, curr prio %d less than %d\n", priority,
>            sc->curr_priority);
>        error = EPERM;
>        goto out;
>    }

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to