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, Jan 12, 8:13 PM
Unknown Object (File)
Sat, Jan 11, 3:11 PM
Unknown Object (File)
Sat, Jan 11, 3:29 AM
Unknown Object (File)
Fri, Jan 10, 9:40 PM
Unknown Object (File)
Fri, Jan 10, 1:44 PM
Unknown Object (File)
Fri, Jan 10, 12:06 PM
Unknown Object (File)
Sun, Dec 15, 3:23 PM
Unknown Object (File)
Dec 9 2024, 1:52 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.