Page MenuHomeFreeBSD

new-bus: Add bus_(identify|attach|detach)_children
ClosedPublic

Authored by jhb on Nov 19 2024, 3:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 5, 11:10 AM
Unknown Object (File)
Thu, Mar 5, 10:58 AM
Unknown Object (File)
Thu, Mar 5, 10:58 AM
Unknown Object (File)
Thu, Mar 5, 7:10 AM
Unknown Object (File)
Sun, Mar 1, 4:23 PM
Unknown Object (File)
Mon, Feb 16, 5:11 AM
Unknown Object (File)
Feb 9 2026, 3:23 AM
Unknown Object (File)
Feb 8 2026, 5:20 AM
Subscribers

Details

Summary

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.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Nov 19 2024, 3:32 PM
This revision is now accepted and ready to land.Nov 21 2024, 10:42 PM

FYI: I will bump __FreeBSD_version after committing this (and before any the other changes).

Why not with? Either is fine though

I guess with is fine, but now I'll wait until stabweek is over.

In D47673#1088578, @jhb wrote:

I guess with is fine, but now I'll wait until stabweek is over.

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.