aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/devctl/devctl.c
Commit message (Expand)AuthorAgeFilesLines
* Implement 'devctl clear driver' to undo a previous 'devctl set driver'.John Baldwin2016-08-291-1/+37
* Add 'devctl delete' that calls device_delete_child().John Baldwin2016-04-271-2/+38
* Add a new rescan method to the bus interface.John Baldwin2016-04-271-0/+12
* Add a new device control utility for new-bus devices called devctl. ThisJohn Baldwin2015-02-061-0/+282