summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-07-05 20:16:30 +0000
committerimp <imp@FreeBSD.org>2004-07-05 20:16:30 +0000
commit4a1a7c3a8340d90949eb6ed19ef3655b55c2417b (patch)
tree2f770253e9cf1b1ba2e65c6a4bf6cc69ec5b6886 /etc
parent3267d49aab23af8acd52ae57563c0f719b7b30b4 (diff)
downloadFreeBSD-src-4a1a7c3a8340d90949eb6ed19ef3655b55c2417b.zip
FreeBSD-src-4a1a7c3a8340d90949eb6ed19ef3655b55c2417b.tar.gz
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
Diffstat (limited to 'etc')
-rw-r--r--etc/devd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index 60f9254..70fde5c 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
OpenPOWER on IntegriCloud