Page MenuHomeFreeBSD

bus: improve null_add_child() panic message
ClosedPublic

Authored by bz on Dec 19 2024, 10:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 29, 10:41 PM
Unknown Object (File)
Apr 21 2026, 2:30 AM
Unknown Object (File)
Apr 21 2026, 12:04 AM
Unknown Object (File)
Apr 19 2026, 8:00 PM
Unknown Object (File)
Apr 18 2026, 11:54 PM
Unknown Object (File)
Apr 14 2026, 7:19 PM
Unknown Object (File)
Apr 14 2026, 12:47 PM
Unknown Object (File)
Apr 14 2026, 4:33 AM
Subscribers

Details

Summary

When null_add_child() panics add the bus device name/unit and the new
unit as this will immediately reveal the parent missing the

DEVMETHOD(bus_add_child, ...)

entry.

Diff Detail

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