Page MenuHomeFreeBSD

Add 'devctl delete' that calls device_delete_child().
ClosedPublic

Authored by jhb on Apr 20 2016, 2:33 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 16, 2:34 AM
Unknown Object (File)
Mon, Apr 14, 6:41 AM
Unknown Object (File)
Mon, Apr 14, 3:30 AM
Unknown Object (File)
Mon, Apr 14, 2:23 AM
Unknown Object (File)
Mon, Apr 14, 1:48 AM
Unknown Object (File)
Mon, Apr 7, 4:42 AM
Unknown Object (File)
Fri, Mar 21, 10:55 PM
Unknown Object (File)
Mar 15 2025, 7:49 AM
Subscribers

Details

Summary

Add 'devctl delete' that calls device_delete_child().

'devctl delete' can be used to delete a device that is no longer present.
As a foot-shooting measure, 'delete' will not delete a device unless it's
parent bus says it is no longer present. This can be overridden by passing
the force ('-f') flag.

Note that this command should be used with care. If a device is deleted
that is actually present it can't be resurrected unless the parent bus
driver supports rescans.

Test Plan
  • delete a device on a PCI bus and then use devctl rescan to bring it back

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3341
Build 3376: arc lint + arc unit

Event Timeline

jhb retitled this revision from to Add 'devctl delete' that calls device_delete_child()..
jhb updated this object.
jhb edited the test plan for this revision. (Show Details)
jhb added a reviewer: imp.
This revision was automatically updated to reflect the committed changes.