mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove stale drivers (amd(4) and asr(4)) from the SCSI controller regex.
This commit is contained in:
parent
64450fdf48
commit
5d41c20b85
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ options {
|
|||
# Setup some shorthand for regex that we use later in the file.
|
||||
#XXX Yes, these are gross -- imp
|
||||
set scsi-controller-regex
|
||||
"(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|\
|
||||
"(aac|adv|adw|aha|ahb|ahc|ahd|aic|amr|bt|ciss|ct|dpt|\
|
||||
esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm)\
|
||||
[0-9]+";
|
||||
set wifi-driver-regex
|
||||
|
|
|
|||
Loading…
Reference in a new issue