summaryrefslogtreecommitdiff
path: root/sys/kern/driver_blacklist.c
AgeCommit message (Collapse)Author
20 hourskernel: driver: Implement driver blacklistIan Moffett
Sometimes one may not want *all* of the drivers to start up during system boot. The driver blacklist allows one to mark a driver to be ignored during startup. Signed-off-by: Ian Moffett <ian@osmora.org>