Page MenuHomeFreeBSD

bus_attach_children.9: New manpage for functions operating on children
ClosedPublic

Authored by jhb on Jan 7 2025, 5:05 PM.
Tags
None
Referenced Files
F132489992: D48368.id149014.diff
Fri, Oct 17, 8:46 AM
F132468437: D48368.id149014.diff
Fri, Oct 17, 4:42 AM
Unknown Object (File)
Tue, Oct 14, 2:42 AM
Unknown Object (File)
Mon, Oct 13, 10:30 AM
Unknown Object (File)
Thu, Oct 9, 10:34 AM
Unknown Object (File)
Thu, Oct 9, 10:34 AM
Unknown Object (File)
Tue, Sep 30, 1:00 AM
Unknown Object (File)
Sat, Sep 27, 3:51 PM
Subscribers

Details

Summary

This documents bus_attach_children, bus_delayed_attach_children,
bus_detach_children, bus_enumerate_hinted_children, and
bus_identify_children.

Diff Detail

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

Event Timeline

Possibly device_delete_children should also be in this manpage, but that also highlights that it probably should be renamed (or that all of these functions should be renamed to device_*).

ziaee added a subscriber: ziaee.

Super cool! Unfortunately I am not able to apply this to main with git-arc.sh patch -c D48368.

share/man/man9/bus_attach_children.9
125

Please excuse this stupid nit, but we do always put the capitalized forms first.

jhb marked an inline comment as done.Jan 9 2025, 8:23 PM

The patch probably fails to apply because earlier patches in this stack already patch share/man/man9/Makefile

share/man/man9/bus_attach_children.9
125

Perfectly fine nit to call out.

jhb marked an inline comment as done.

Fix sort order of Xrefs

Adjust stale Xr in DRIVER_ATTACH

This revision was not accepted when it landed; it landed in state Needs Review.Feb 5 2025, 7:50 PM
This revision was automatically updated to reflect the committed changes.