From 91ee05e12229da2b7afe938df273fb7bd48426b7 Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Sat, 4 Jun 2005 21:05:37 +0000 Subject: [PATCH] Add esp(4) to scsi-controller-regex. MFC after: 1 month --- etc/devd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/devd.conf b/etc/devd.conf index afb95bf16113..064658514840 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]+"; };