diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-05-07 15:48:20 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-05-07 15:48:20 +0000 |
| commit | 690f3e84868ce4edbe5decf4aead51f152210049 (patch) | |
| tree | 0c7d423bf153622f47f482dd542ebc9a86d46700 /etc/devd.conf | |
| parent | 8b7e2de80ca291949115e91b0301745f3ea531ec (diff) | |
Notes
Diffstat (limited to 'etc/devd.conf')
| -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 6e7ba8682a75..b665c5fce7d9 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 |
