Page MenuHomeFreeBSD

fix acpi idle assert and hv driver.
AbandonedPublic

Authored by howard0su_gmail.com on Feb 20 2016, 7:16 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 2, 12:05 PM
Unknown Object (File)
Jan 11 2024, 7:45 PM
Unknown Object (File)
Dec 24 2023, 2:41 AM
Unknown Object (File)
Dec 20 2023, 12:06 AM
Unknown Object (File)
Dec 8 2023, 7:52 AM
Unknown Object (File)
Nov 26 2023, 9:20 AM
Unknown Object (File)
Nov 22 2023, 8:20 AM
Unknown Object (File)
Nov 21 2023, 2:29 AM

Details

Reviewers
jhb

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2605
Build 2622: arc lint + arc unit

Event Timeline

howard0su_gmail.com retitled this revision from to fix acpi idle assert and hv driver..
howard0su_gmail.com updated this object.
howard0su_gmail.com edited the test plan for this revision. (Show Details)

I will pull this into my ap_startup branch. It can't go into stock FreeBSD yet as it depends on the AP changes. However, this change looks good to me. Eventually it might be nice to rework the acpi_cpu driver so it uses an identify routine to figure out which style of Cx (generic vs _CST) and then let the regular attach routine do all the work.

This is not for -current branch.