Details
Details
- Test for successful device attach on:
- N16, N53, BCM43225, BCM4312 (PMU devices)
- WGT634U (non-PMU, non-PWRCTL)
- Verify expected mem/cpu/bus frequency values under dev.bhnd_pmu sysctl
I could use a hand testing the PWRCTL code; I don't seem to have any
hardware that advertises PWRCTL support.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Does the code complain loudly if the hardware advertises PWRCTL support? That'd make it easier to evaluate.
Comment Actions
Not currently (it'll use a device description of 'ChipCommon Power Control' that differentiates it from the PMU driver, but that's about it).
Something like "WARNING: Using untested PWRCTL support" ?