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)
Oct 6 2023, 10:21 PM
Unknown Object (File)
Aug 10 2023, 5:54 PM
Unknown Object (File)
Jun 15 2023, 1:40 PM
Unknown Object (File)
Mar 5 2023, 8:02 AM
Unknown Object (File)
Feb 16 2023, 12:14 PM
Unknown Object (File)
Dec 1 2022, 2:09 PM
Unknown Object (File)
Nov 29 2022, 1:54 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.