diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2004-12-24 23:39:24 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2004-12-24 23:39:24 +0000 |
| commit | c072c000ac6cda2353da4e06036132d30577b15d (patch) | |
| tree | c5bf5e84489311b0e8c34781ee401ed4ad7a7da1 /etc | |
| parent | c6d9136b34aab6101f57f56ddc754c53e2ca486e (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/devd.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/devd.conf b/etc/devd.conf index 4468c87c34999..ffc3e842d34f8 100644 --- a/etc/devd.conf +++ b/etc/devd.conf @@ -20,11 +20,12 @@ options { set ethernet-nic-regex "(an|ar|ath|aue|awi|axe|bfe|bge|cm|cnw|cs|cue|dc|de|ed|el|em|\ ep|ex|fe|fxp|gem|gx|hme|ie|kue|lge|lnc|my|nge|pcn|ray|re|rl|\ - rue|sf|sis|sk|sn|snc|ste|ti|tl|tx|txp|vge|vr|vx|wb|wi|xe|\ - xl)[0-9]+"; + rue|sf|sis|sk|sn|snc|ste|ti|tl|tx|txp|udav|vge|vr|vx|wb|wi|\ + xe|xl)[0-9]+"; set scsi-controller-regex - "(adv|advw|aic|aha|ahb|ahc|ahd|bt|ct|iir|isp|mly|mpt|ncv|nsp|\ - stg|sym|wds)[0-9]+"; + "(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|\ + ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)\ + [0-9]+"; }; # Note that the attach/detach with the highest value wins, so that one can |
