From bbcf4bf60df9ca46e03202033dc7a025c7023e95 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 5 Jul 2004 20:16:30 +0000 Subject: [PATCH] Disable rescanning of the scsi bus for the scsi controllers. There are some that really hate this, so now that devd is default, be more conservative about what we do. Noticed by: marcel --- etc/devd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/devd.conf b/etc/devd.conf index 60f9254685c0..70fde5c77a8f 100644 --- a/etc/devd.conf +++ b/etc/devd.conf @@ -60,7 +60,7 @@ detach 100 { # attach 0 { device-name "$scsi-controller-regex"; - action "camcontrol rescan all"; +// action "camcontrol rescan all"; }; # Don't even try to second guess what to do about drivers that don't