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
Unknown Object (File)
Sat, May 30, 12:27 AM
Unknown Object (File)
Fri, May 29, 2:04 PM
Unknown Object (File)
Fri, May 29, 9:17 AM
Unknown Object (File)
Thu, May 28, 7:29 PM
Unknown Object (File)
Fri, May 22, 3:15 PM
Unknown Object (File)
Thu, May 21, 9:07 AM
Unknown Object (File)
Wed, May 20, 1:56 PM
Unknown Object (File)
Wed, May 20, 7:33 AM
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.