From 1a5f5dc0973e9307be0e0f0d33a5b727ba450a06 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 15 Feb 2007 16:38:10 +0000 Subject: [PATCH] fix comment about what pnpinfo is set --- etc/devd.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/devd.conf b/etc/devd.conf index 46d86a0a0b74..38be193a916b 100644 --- a/etc/devd.conf +++ b/etc/devd.conf @@ -155,7 +155,8 @@ 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. +# moment, as the pnpinfo variable isn't set in devd yet. Individual +# variables within the bus supplied pnpinfo are set. nomatch 0 { # action "logger Unknown device: $pnpinfo $location $bus"; };