freebsd-dev/lib/libdevctl
John Baldwin 88eb5c506d Add 'devctl delete' that calls device_delete_child().
'devctl delete' can be used to delete a device that is no longer present.
As an anti-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
device's driver supports rescans.

Differential Revision:	https://reviews.freebsd.org/D6019
2016-04-27 16:33:17 +00:00
..
devctl.3 Add 'devctl delete' that calls device_delete_child(). 2016-04-27 16:33:17 +00:00
devctl.c Add 'devctl delete' that calls device_delete_child(). 2016-04-27 16:33:17 +00:00
devctl.h Add 'devctl delete' that calls device_delete_child(). 2016-04-27 16:33:17 +00:00
Makefile First pass through library packaging. 2016-02-04 21:16:35 +00:00
Makefile.depend