svn commit: r287398 - head/etc

Gleb Smirnoff glebius at FreeBSD.org
Wed Sep 2 14:38:17 UTC 2015


Author: glebius
Date: Wed Sep  2 14:38:16 2015
New Revision: 287398
URL: https://svnweb.freebsd.org/changeset/base/287398

Log:
  Add iwm(4), that was missing in r287394.
  
  Submitted by:	Shawn Webb

Modified:
  head/etc/devd.conf

Modified: head/etc/devd.conf
==============================================================================
--- head/etc/devd.conf	Wed Sep  2 14:10:09 2015	(r287397)
+++ head/etc/devd.conf	Wed Sep  2 14:38:16 2015	(r287398)
@@ -23,8 +23,8 @@ options {
 		esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)\
 		[0-9]+";
 	set wifi-driver-regex
-		"(ath|bwi|bwn|ipw|iwi|iwn|malo|mwl|ral|rsu|rum|run|uath|upgt|\
-		ural|urtw|urtwn|wi|wpi|wtap|zyd)[0-9]+";
+		"(ath|bwi|bwn|ipw|iwi|iwm|iwn|malo|mwl|ral|rsu|rum|run|uath|\
+		upgt|ural|urtw|urtwn|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