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)
Sun, Oct 12, 7:44 PM
Unknown Object (File)
Sat, Oct 4, 6:09 AM
Unknown Object (File)
Thu, Sep 25, 7:03 PM
Unknown Object (File)
Sep 15 2025, 2:08 PM
Unknown Object (File)
Sep 10 2025, 6:44 AM
Unknown Object (File)
Sep 9 2025, 7:25 PM
Unknown Object (File)
Sep 9 2025, 2:20 PM
Unknown Object (File)
Sep 6 2025, 12:27 PM
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.