git: a5ece99d2291 - releng/13.1 - devd: correct wifi regexp
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Mar 2022 23:54:25 UTC
The branch releng/13.1 has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=a5ece99d2291267df00699e83a9e1304e11a4c34
commit a5ece99d2291267df00699e83a9e1304e11a4c34
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-01-09 17:16:31 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-03-29 23:54:16 +0000
devd: correct wifi regexp
Correct the wifi regexp to include iwlwifi and remove wi driver that was
has been retired.
Approved by: re@ (gjb)
Sponsored by: Netflix
(cherry picked from commit e0ab0ff104cb0e817d47a1a2a235f915ec1a31f4)
(cherry picked from commit eeec49e0b30a3faf2985e27f163a4c2f7b511e7c)
---
sbin/devd/devd.conf | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sbin/devd/devd.conf b/sbin/devd/devd.conf
index 1836afe589e4..c6608d14ce42 100644
--- a/sbin/devd/devd.conf
+++ b/sbin/devd/devd.conf
@@ -17,10 +17,10 @@ options {
pid-file "/var/run/devd.pid";
# Setup some shorthand for regex that we use later in the file.
- #XXX Yes, these are gross -- imp
+ #XXX Yes, this is gross -- imp
set wifi-driver-regex
- "(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]+";
+ "(ath|bwi|bwn|ipw|iwlwifi|iwi|iwm|iwn|malo|mwl|otus|ral|rsu|rtwn|rum|\
+ run|uath|upgt|ural|urtw|wpi|wtap|zyd)[0-9]+";
};
# Note that the attach/detach with the highest value wins, so that one can