Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Mar 2022 14:17:33 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: dea368bc5e79 - main - devd: Add rtw to wireless list
Message-ID:  <202203281417.22SEHXw7092468@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=dea368bc5e7905e7456b052c545dcfd935341083

commit dea368bc5e7905e7456b052c545dcfd935341083
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-03-28 14:16:14 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-03-28 14:16:14 +0000

    devd: Add rtw to wireless list
    
    rtw88 and rtw89 are coming soon, so add them here now
    
    Sponsored by:           Netflix
    MFC After:              1 day
---
 sbin/devd/devd.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/devd/devd.conf b/sbin/devd/devd.conf
index c6608d14ce42..15b37ee8fd90 100644
--- a/sbin/devd/devd.conf
+++ b/sbin/devd/devd.conf
@@ -19,7 +19,7 @@ options {
 	# Setup some shorthand for regex that we use later in the file.
 	#XXX Yes, this is gross -- imp
 	set wifi-driver-regex
-		"(ath|bwi|bwn|ipw|iwlwifi|iwi|iwm|iwn|malo|mwl|otus|ral|rsu|rtwn|rum|\
+		"(ath|bwi|bwn|ipw|iwlwifi|iwi|iwm|iwn|malo|mwl|otus|ral|rsu|rtw|rtwn|rum|\
 		run|uath|upgt|ural|urtw|wpi|wtap|zyd)[0-9]+";
 };
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203281417.22SEHXw7092468>