Page MenuHomeFreeBSD

cpufreq: Use a real device_probe routine
ClosedPublic

Authored by jhb on Oct 18 2024, 7:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 21, 6:42 AM
Unknown Object (File)
Sun, Nov 3, 1:31 PM
Unknown Object (File)
Tue, Oct 29, 10:41 PM
Unknown Object (File)
Oct 21 2024, 2:35 PM
Unknown Object (File)
Oct 21 2024, 12:11 AM
Subscribers

Details

Summary

cpufreq doesn't have any child drivers, so calling bus_generic_probe
was a nop.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Oct 18 2024, 7:29 PM

This might start to interfere with the cpu freq driver cleanup I have in flight... But if so, the collision will be manageable enough so don't that stop you.

This revision is now accepted and ready to land.Oct 19 2024, 4:39 AM
This revision was automatically updated to reflect the committed changes.