Page MenuHomeFreeBSD

acpi atrtc: Fix cmos address space handler.
AbandonedPublic

Authored by takawata on Jan 12 2022, 3:18 AM.
Tags
None
Referenced Files
F132090432: D33857.id101340.diff
Mon, Oct 13, 2:20 PM
Unknown Object (File)
Sat, Oct 11, 7:30 PM
Unknown Object (File)
Tue, Sep 30, 4:47 AM
Unknown Object (File)
Sun, Sep 21, 1:37 AM
Unknown Object (File)
Sun, Sep 21, 1:15 AM
Unknown Object (File)
Sun, Sep 14, 2:50 PM
Unknown Object (File)
Aug 26 2025, 8:58 PM
Unknown Object (File)
Aug 17 2025, 5:21 PM
Subscribers

Details

Reviewers
wulf
imp
jhb
Summary

Install cmos address space handler in \_SBt even if rtc device object is disabled unless FADT indicate it is not exist.

Diff Detail

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

Event Timeline

takawata held this revision as a draft.

Remove needless debug printf.

takawata retitled this revision from acpi atrtc: Fix cmos address space handler. Install cmos address space handler in \_SB and install it even if rtc device object is disabled unless FADT indicate it is not exist. to acpi atrtc: Fix cmos address space handler. .Jan 12 2022, 3:33 AM
takawata edited the summary of this revision. (Show Details)

Hmm, this seems to be two separate changes, one to ignore _STA for the RTC as long as the FADT says it is present? The second is to install the address space handler to \_SB_ instead of the RTC device?

Correct. I'll separate this into 2 commits.