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
F107128479: D47673.id146700.diff
Fri, Jan 10, 1:44 PM
F107124267: D47673.diff
Fri, Jan 10, 12:06 PM
Unknown Object (File)
Sun, Dec 15, 3:23 PM
Unknown Object (File)
Dec 9 2024, 1:52 PM
Unknown Object (File)
Dec 6 2024, 10:29 PM
Unknown Object (File)
Dec 2 2024, 8:32 PM
Unknown Object (File)
Dec 2 2024, 7:48 AM
Unknown Object (File)
Nov 29 2024, 3:43 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.