svn commit: r308387 - head/etc

Andriy Voskoboinyk avos at FreeBSD.org
Sun Nov 6 19:51:02 UTC 2016


Author: avos
Date: Sun Nov  6 19:51:01 2016
New Revision: 308387
URL: https://svnweb.freebsd.org/changeset/base/308387

Log:
  Fix device driver name if devd.conf + move it into appropriate place.
  
  Noticed by:	Idwer Vollering <vidwer at gmail.com>

Modified:
  head/etc/devd.conf

Modified: head/etc/devd.conf
==============================================================================
--- head/etc/devd.conf	Sun Nov  6 19:37:22 2016	(r308386)
+++ head/etc/devd.conf	Sun Nov  6 19:51:01 2016	(r308387)
@@ -23,8 +23,8 @@ options {
 		esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm)\
 		[0-9]+";
 	set wifi-driver-regex
-		"(ath|bwi|bwn|ipw|iwi|iwm|iwn|malo|mwl|ral|rsu|rum|run|uath|\
-		upgt|ural|urtw|rtwn_usb|wi|wpi|wtap|zyd)[0-9]+";
+		"(ath|bwi|bwn|ipw|iwi|iwm|iwn|malo|mwl|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-all mailing list