diff options
author | marius <marius@FreeBSD.org> | 2005-06-04 21:05:37 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2005-06-04 21:05:37 +0000 |
commit | a5dfc9120a1e79d33d0f8adb86f994e37a73df99 (patch) | |
tree | be8138ca53c7d716c1763936e035125a17ebf6c2 /etc | |
parent | 4eca37e10bc83afcbab535be239a5365d1d6cc59 (diff) | |
download | FreeBSD-src-a5dfc9120a1e79d33d0f8adb86f994e37a73df99.zip FreeBSD-src-a5dfc9120a1e79d33d0f8adb86f994e37a73df99.tar.gz |
Add esp(4) to scsi-controller-regex.
MFC after: 1 month
Diffstat (limited to 'etc')
-rw-r--r-- | etc/devd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/devd.conf b/etc/devd.conf index afb95bf..0646585 100644 --- a/etc/devd.conf +++ b/etc/devd.conf @@ -24,7 +24,7 @@ options { [0-9]+"; set scsi-controller-regex "(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)\ + esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)\ [0-9]+"; }; |