These correspond to the current implementations of
bus_generic_(probe|attach|detach) but with more accurate names and
semantics. The intention is to deprecate bus_generic_(probe|attach)
and reimplement bus_generic_detach in a future commit.
Details
Details
- Reviewers
imp - Commits
- rG46297859a745: new-bus: Add bus_(identify|attach|detach)_children
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
FYI: I will bump __FreeBSD_version after committing this (and before any the other changes).
Comment Actions
Fair enough... This change looks safe, but hasn't been widely tested as safe, so waiting is a good idea to give it 3ish weeks to cook before the next stabweek.