diff options
author | Andriy Voskoboinyk <avos@FreeBSD.org> | 2016-11-06 19:51:01 +0000 |
---|---|---|
committer | Andriy Voskoboinyk <avos@FreeBSD.org> | 2016-11-06 19:51:01 +0000 |
commit | fafbeccf90d23d757c550096ea9e67f7bc1e2d74 (patch) | |
tree | c7b96c9e63f26bf15d5bb40b132f504a40abffa4 | |
parent | 319f1fd2eab9f593f379f163b5ce2d1b3f27faca (diff) | |
download | src-test2-fafbeccf90d23d757c550096ea9e67f7bc1e2d74.tar.gz src-test2-fafbeccf90d23d757c550096ea9e67f7bc1e2d74.zip |
Notes
-rw-r--r-- | etc/devd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/devd.conf b/etc/devd.conf index e4bd915d6ab3..164ab6e76c2e 100644 --- a/etc/devd.conf +++ b/etc/devd.conf @@ -23,8 +23,8 @@ options { esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm)\ [0-9]+"; set wifi-driver-regex - "(ath|bwi|bwn|ipw|iwi|iwm|iwn|malo|mwl|ral|rsu|rum|run|uath|\ - upgt|ural|urtw|rtwn_usb|wi|wpi|wtap|zyd)[0-9]+"; + "(ath|bwi|bwn|ipw|iwi|iwm|iwn|malo|mwl|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 |