Page MenuHomeFreeBSD

ipmi: Use devclass_find to lookup ipmi devclass in ipmi_unload.
ClosedPublic

Authored by jhb on Apr 26 2022, 12:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jan 29, 7:54 PM
Unknown Object (File)
Fri, Jan 17, 7:23 PM
Unknown Object (File)
Thu, Jan 9, 3:29 AM
Unknown Object (File)
Dec 18 2024, 9:42 AM
Unknown Object (File)
Dec 14 2024, 11:04 AM
Unknown Object (File)
Oct 21 2024, 12:34 AM
Unknown Object (File)
Sep 23 2024, 5:12 PM
Unknown Object (File)
Sep 17 2024, 7:32 AM
Subscribers
None

Diff Detail

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

Event Timeline

jhb requested review of this revision.Apr 26 2022, 12:10 AM
jhb created this revision.
sys/dev/ipmi/ipmi.c
1073

BTW, this pattern of deleting devices created via BUS_ADD_CHILD in identify routines when unloading a driver that created the devices is not uncommon (there are about 4 or 5 drivers that do it). I wonder if we want to create a helper (devclass_delete_devices or the like) that drivers can use?

This revision was not accepted when it landed; it landed in state Needs Review.May 5 2022, 11:43 PM
This revision was automatically updated to reflect the committed changes.