diff options
author | imp <imp@FreeBSD.org> | 2003-05-07 15:48:20 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-05-07 15:48:20 +0000 |
commit | eb477bf3815281eaf86af2a8946f2ca35bf4b6ab (patch) | |
tree | 0c7d423bf153622f47f482dd542ebc9a86d46700 /etc | |
parent | 787b7986739e70d107a2b216225df19fbb85916a (diff) | |
download | FreeBSD-src-eb477bf3815281eaf86af2a8946f2ca35bf4b6ab.zip FreeBSD-src-eb477bf3815281eaf86af2a8946f2ca35bf4b6ab.tar.gz |
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)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/devd.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/devd.conf b/etc/devd.conf index 6e7ba86..b665c5f 100644 --- a/etc/devd.conf +++ b/etc/devd.conf @@ -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 |