git: e17944a821a1 - main - ath10k: ath11k: ammend devd.conf regex

From: Bjoern A. Zeeb <bz_at_FreeBSD.org>
Date: Sun, 23 Apr 2023 21:31:40 UTC
The branch main has been updated by bz:

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

commit e17944a821a1a3d71b16fb23349e1f3ad80641ac
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2023-04-18 20:13:24 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2023-04-23 21:31:07 +0000

    ath10k: ath11k: ammend devd.conf regex
    
    In order to match these drivers, and in expectiation of ath12k
    happening add ath[0-9]+k to the regex pattern for wlan devices.
    
    MFC after:      2 months
---
 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 ccf9726ab124..a61d93260dfc 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|mt79|otus|\
+		"(ath|ath[0-9]+k|bwi|bwn|ipw|iwlwifi|iwi|iwm|iwn|malo|mwl|mt79|otus|\
 		ral|rsu|rtw|rtwn|rum|run|uath|upgt|ural|urtw|wpi|wtap|zyd)[0-9]+";
 };