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)
Wed, May 20, 9:03 AM
Unknown Object (File)
Tue, May 19, 8:05 PM
Unknown Object (File)
Sun, May 17, 5:10 PM
Unknown Object (File)
Sun, May 17, 5:04 PM
Unknown Object (File)
Sun, May 17, 3:31 PM
Unknown Object (File)
Thu, May 14, 9:16 PM
Unknown Object (File)
Mon, May 11, 7:42 PM
Unknown Object (File)
Sun, May 10, 7:14 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.