mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't use logger by default just yet for unmatched devices. It is a
little too chatty on boot and doesn't give enough information. Approved by: re@ (bmah)
This commit is contained in:
parent
8b7e2de80c
commit
690f3e8486
1 changed files with 3 additions and 2 deletions
|
|
@ -64,9 +64,10 @@ attach 0 {
|
|||
};
|
||||
|
||||
# Don't even try to second guess what to do about drivers that don't
|
||||
# match here. Instead, pass it off to a smart script to deal.
|
||||
# match here. Instead, pass it off to syslog. Commented out for the
|
||||
# moment, as pnpinfo isn't set in devd yet
|
||||
nomatch 0 {
|
||||
action "logger Unknown device: $pnpinfo $location $bus";
|
||||
// action "logger Unknown device: $pnpinfo $location $bus";
|
||||
};
|
||||
|
||||
/* EXAMPLES TO END OF FILE
|
||||
|
|
|
|||
Loading…
Reference in a new issue