freebsd-src/lib/libdevctl
John Baldwin f60d3e4d93 MFC 305034: Implement 'devctl clear driver' to undo a previous 'set driver'.
Add a new 'clear driver' command for devctl along with the accompanying
ioctl and devctl_clear_driver() library routine to reset a device to
use a wildcard devclass instead of a fixed devclass.  This can be used
to undo a previous 'set driver' command.  After the device's name has
been reset to permit wildcard names, it is reprobed so that it can
attach to newly-available (to it) device drivers.

Sponsored by:	Chelsio Communications
2016-09-30 22:05:47 +00:00
..
devctl.3 MFC 305034: Implement 'devctl clear driver' to undo a previous 'set driver'. 2016-09-30 22:05:47 +00:00
devctl.c MFC 305034: Implement 'devctl clear driver' to undo a previous 'set driver'. 2016-09-30 22:05:47 +00:00
devctl.h MFC 305034: Implement 'devctl clear driver' to undo a previous 'set driver'. 2016-09-30 22:05:47 +00:00
Makefile