svn commit: r343244 - head/sbin/devd

Andriy Voskoboinyk avos at FreeBSD.org
Mon Jan 21 03:38:38 UTC 2019


Author: avos
Date: Mon Jan 21 03:38:37 2019
New Revision: 343244
URL: https://svnweb.freebsd.org/changeset/base/343244

Log:
  devd.conf(5): add otus(4) into wifi-driver-regex
  
  MFC after:	5 days

Modified:
  head/sbin/devd/devd.conf

Modified: head/sbin/devd/devd.conf
==============================================================================
--- head/sbin/devd/devd.conf	Mon Jan 21 03:01:41 2019	(r343243)
+++ head/sbin/devd/devd.conf	Mon Jan 21 03:38:37 2019	(r343244)
@@ -23,8 +23,8 @@ options {
 		esp|ida|iir|ips|isp|mlx|mly|mpr|mps|mpt|sym|trm)\
 		[0-9]+";
 	set wifi-driver-regex
-		"(ath|bwi|bwn|ipw|iwi|iwm|iwn|malo|mwl|ral|rsu|rtwn|rum|run|\
-		uath|upgt|ural|urtw|wi|wpi|wtap|zyd)[0-9]+";
+		"(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]+";
 };
 
 # Note that the attach/detach with the highest value wins, so that one can


More information about the svn-src-head mailing list