Page MenuHomeFreeBSD

ofw_iicbus: Add interrupt support for children of ofw_iicbus.
AbandonedPublic

Authored by mmel on Mar 9 2015, 2:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jul 3 2026, 3:20 AM
Unknown Object (File)
Jun 28 2026, 6:03 AM
Unknown Object (File)
Jun 26 2026, 9:05 AM
Unknown Object (File)
May 28 2026, 7:42 PM
Unknown Object (File)
May 25 2026, 8:54 PM
Unknown Object (File)
Apr 30 2026, 1:15 PM
Unknown Object (File)
Apr 28 2026, 9:34 PM
Unknown Object (File)
Apr 28 2026, 9:29 PM
Subscribers
None

Details

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

mmel retitled this revision from to ofw_iicbus: Add interrupt support for children of ofw_iicbus..
mmel updated this object.
mmel edited the test plan for this revision. (Show Details)
mmel added reviewers: ian, imp, nwhitehorn.
mmel set the repository for this revision to rS FreeBSD src repository - subversion.
sys/dev/ofw/ofw_iicbus.c
62–70

We should consider some way of making these default

71

Why is this appropriate instead of a generic iicbus one?

sys/dev/ofw/ofw_iicbus.c
71

Ahh, this line is accidentally duplicated by mismerge (see line 73). It will be removed in the commit.

Already fixed by different commit r282702.