diff options
| author | Warner Losh <imp@FreeBSD.org> | 2018-11-02 22:15:47 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2018-11-02 22:15:47 +0000 |
| commit | 43a96624381d8f047dfe767546aa38b0af0218a0 (patch) | |
| tree | ad67befb6abf7c27a898371446983986ea4d012f /sbin/devd | |
| parent | 7e4161c1096958afd60c878743cb4f8df226cfcb (diff) | |
Notes
Diffstat (limited to 'sbin/devd')
| -rw-r--r-- | sbin/devd/devd.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/devd/devd.conf b/sbin/devd/devd.conf index 730591e90d0ea..220fca7627f08 100644 --- a/sbin/devd/devd.conf +++ b/sbin/devd/devd.conf @@ -19,9 +19,8 @@ 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|ahc|ahd|aic|amr|bt|ciss|dpt|\ - esp|ida|iir|ips|isp|mlx|mly|mpr|mps|mpt|ncr|ncv|nsp|stg|sym|\ - trm)\ + "(aac|aacraid|ahc|ahd|amr|ciss|\ + esp|ida|iir|ips|isp|mlx|mly|mpr|mps|mpt|sym|trm)\ [0-9]+"; set wifi-driver-regex "(ath|bwi|bwn|ipw|iwi|iwm|iwn|malo|mwl|ral|rsu|rtwn|rum|run|\ |
