Page MenuHomeFreeBSD

Allow child classes of simplebus to call attach directly
ClosedPublic

Authored by andrew on Aug 3 2020, 12:03 PM.
Tags
None
Referenced Files
F160154953: D25925.diff
Sun, Jun 21, 7:55 PM
F160123883: D25925.diff
Sun, Jun 21, 2:35 PM
Unknown Object (File)
Tue, Jun 9, 4:07 PM
Unknown Object (File)
May 15 2026, 7:56 PM
Unknown Object (File)
May 15 2026, 7:56 PM
Unknown Object (File)
May 15 2026, 7:51 PM
Unknown Object (File)
Apr 29 2026, 5:49 PM
Unknown Object (File)
Apr 16 2026, 10:54 AM
Subscribers

Details

Summary

Reduce code duplication when a bus is subclassed from simplebus by allowing
them to call simplebus_attach directly. This is useful when the child bus
will just implement the same calls.

As not all children will expect to have a ranges property, e.g. the
Raspberry Pi firmware, allow this property to be missing.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable