Page MenuHomeFreeBSD

iichid: Soften "Interrupt setup failed" message
ClosedPublic

Authored by emaste on Jul 23 2024, 5:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 22, 2:16 PM
Unknown Object (File)
Sat, Feb 22, 1:40 PM
Unknown Object (File)
Sun, Feb 9, 1:18 AM
Unknown Object (File)
Feb 7 2025, 11:33 PM
Unknown Object (File)
Feb 7 2025, 5:05 PM
Unknown Object (File)
Feb 7 2025, 4:37 PM
Unknown Object (File)
Jan 31 2025, 2:46 PM
Unknown Object (File)
Jan 19 2025, 3:16 AM
Subscribers

Details

Summary
Users may interpret the message as a possible hardware error, but the
issue is in fact unimplemented functionality.  Reword the message to
avoid implying it is an error.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste created this revision.

I don't have a full understanding to be certain, but "Unimplemented functionality" is based on reading comments in the src and commit message (b1f1b07f6d412cb3ec8588a634836e26396eec70: "interrupt resource acquisition is not always possible in a case of GPIO interrupts").

This revision is now accepted and ready to land.Jul 23 2024, 8:32 PM