Page MenuHomeFreeBSD

acpi atrtc: Fix cmos address space handler.
AbandonedPublic

Authored by takawata on Jan 12 2022, 3:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Aug 14, 12:06 AM
Unknown Object (File)
Wed, Aug 12, 11:13 PM
Unknown Object (File)
Sat, Aug 8, 5:47 PM
Unknown Object (File)
Fri, Aug 7, 12:37 PM
Unknown Object (File)
Thu, Aug 6, 10:12 AM
Unknown Object (File)
Mon, Aug 3, 6:13 AM
Unknown Object (File)
Mon, Aug 3, 2:33 AM
Unknown Object (File)
Sun, Aug 2, 4:56 AM
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.