From e1519c7c55e5f349dd54fc07da8d929734b87ed9 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 9 May 2003 05:58:22 +0000 Subject: [PATCH] Comment out the entire nomatch entry. The partially commented out entry causes problems :-( This effectively backs out the commit the re@ allowed me to commit. --- etc/devd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/devd.conf b/etc/devd.conf index b665c5fce7d9..7ea00603d43f 100644 --- a/etc/devd.conf +++ b/etc/devd.conf @@ -66,9 +66,9 @@ attach 0 { # Don't even try to second guess what to do about drivers that don't # 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"; -}; +#nomatch 0 { +# action "logger Unknown device: $pnpinfo $location $bus"; +#}; /* EXAMPLES TO END OF FILE