summaryrefslogtreecommitdiffstats
path: root/etc/devd.conf
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-07-28 03:51:54 +0000
committerimp <imp@FreeBSD.org>2005-07-28 03:51:54 +0000
commitc6224df3d731537c693e6240098488dc3375d6a8 (patch)
tree63359335dfd978086e59f0d138e7a6f4d152c754 /etc/devd.conf
parentdc3be45bb968f75ac7b8c3d457dcabf10b6d0c72 (diff)
downloadFreeBSD-src-c6224df3d731537c693e6240098488dc3375d6a8.zip
FreeBSD-src-c6224df3d731537c693e6240098488dc3375d6a8.tar.gz
Add a couple of missing nic interfaces that have been added: iwi, ipw,
ral and ural. Add a comment about this regexp being lame, which should shock no-one. Add a comment about why rescans are disabled on scsi cards.
Diffstat (limited to 'etc/devd.conf')
-rw-r--r--etc/devd.conf11
1 files changed, 7 insertions, 4 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index 6968a8b..e55a5d9 100644
--- a/etc/devd.conf
+++ b/etc/devd.conf
@@ -17,10 +17,12 @@ options {
pid-file "/var/run/devd.pid";
# Setup some shorthand for regex that we use later in the file.
+ #XXX Yes, these are gross -- imp
set ethernet-nic-regex
- "(an|ar|ath|aue|awi|axe|bfe|bge|cdce|cm|cnw|cs|cue|dc|de|ed|el|em|\
- ep|ex|fe|fxp|gem|hme|ie|kue|lge|lnc|my|nge|pcn|ray|re|rl|rue|\
- sf|sis|sk|sn|snc|ste|ti|tl|tx|txp|udav|vge|vr|vx|wb|wi|xe|xl)\
+ "(an|ar|ath|aue|awi|axe|bfe|bge|cdce|cm|cnw|cs|cue|dc|de|ed|el|\
+ em|ep|ex|fe|fxp|gem|hme|ie|ipw|iwi|kue|lge|lnc|my|nge|pcn|ral|\
+ ray|re|rl|rue|sf|sis|sk|sn|snc|ste|ti|tl|tx|txp|udav|ural|vge|\
+ vr|vx|wb|wi|xe|xl)\
[0-9]+";
set scsi-controller-regex
"(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|\
@@ -88,7 +90,8 @@ attach 100 {
};
#
-# Rescan scsi device-names on attach, but not detach.
+# Rescan scsi device-names on attach, but not detach. However, it is
+# disabled by default due to reports of problems.
#
attach 0 {
device-name "$scsi-controller-regex";
OpenPOWER on IntegriCloud