diff options
author | Andriy Voskoboinyk <avos@FreeBSD.org> | 2019-01-21 03:38:37 +0000 |
---|---|---|
committer | Andriy Voskoboinyk <avos@FreeBSD.org> | 2019-01-21 03:38:37 +0000 |
commit | 271b714d95e4c8a17b381830dfcb839e410df121 (patch) | |
tree | c437a8a14d1d323f1d0a38b0126062010d4c7e85 /sbin | |
parent | afbc939b81e69eb6ee5762b83074e1db1a0ef049 (diff) | |
download | src-test2-271b714d95e4c8a17b381830dfcb839e410df121.tar.gz src-test2-271b714d95e4c8a17b381830dfcb839e410df121.zip |
Notes
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/devd/devd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/devd/devd.conf b/sbin/devd/devd.conf index 8a6151cfd899..9fbf19d7e9bc 100644 --- a/sbin/devd/devd.conf +++ b/sbin/devd/devd.conf @@ -23,8 +23,8 @@ options { 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|\ - uath|upgt|ural|urtw|wi|wpi|wtap|zyd)[0-9]+"; + "(ath|bwi|bwn|ipw|iwi|iwm|iwn|malo|mwl|otus|ral|rsu|rtwn|rum|\ + run|uath|upgt|ural|urtw|wi|wpi|wtap|zyd)[0-9]+"; }; # Note that the attach/detach with the highest value wins, so that one can |