git: 88e71cc06d92 - main - mt76: devd: add support for mt79* wireless drivers to devd.conf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Apr 2023 21:31:39 UTC
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=88e71cc06d92f90b368f1af45d6dfb5f38d14cdf commit 88e71cc06d92f90b368f1af45d6dfb5f38d14cdf Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2023-04-18 14:31:41 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2023-04-23 21:31:07 +0000 mt76: devd: add support for mt79* wireless drivers to devd.conf Add the "mt79" to the regex for wireless drivers in devd.conf so that they get handled as expected. MFC after: 2 months --- sbin/devd/devd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/devd/devd.conf b/sbin/devd/devd.conf index 9604fe8efc05..ccf9726ab124 100644 --- a/sbin/devd/devd.conf +++ b/sbin/devd/devd.conf @@ -19,8 +19,8 @@ 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|rtw|rtwn|rum|\ - run|uath|upgt|ural|urtw|wpi|wtap|zyd)[0-9]+"; + "(ath|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]+"; }; # Note that the attach/detach with the highest value wins, so that one can