mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Switch to using devmatch to autoload drivers. Remove usb.conf
as obsolete because devmatch gets its information from the same place as the genration scripts.
This commit is contained in:
parent
c0c6f4d2e0
commit
4420d8e198
2 changed files with 13 additions and 6019 deletions
13
etc/devd/devmatch.conf
Normal file
13
etc/devd/devmatch.conf
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
#
|
||||
# Example devd configuration file for automatically
|
||||
# loading what modules we can based on nomatch
|
||||
# events.
|
||||
#
|
||||
# Generic NOMATCH event
|
||||
nomatch 100 {
|
||||
action "service devmatch onestart"
|
||||
};
|
||||
6019
etc/devd/usb.conf
6019
etc/devd/usb.conf
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue