summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/devd.conf5
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
OpenPOWER on IntegriCloud