svn commit: r325812 - head/etc

Alan Somers asomers at FreeBSD.org
Tue Nov 14 16:32:42 UTC 2017


Author: asomers
Date: Tue Nov 14 16:32:40 2017
New Revision: 325812
URL: https://svnweb.freebsd.org/changeset/base/325812

Log:
  devd.conf: add mps and mpr to the scsi controllers regex
  
  MFC after:	3 weeks
  Sponsored by:	Spectra Logic Corp
  Differential Revision:	https://reviews.freebsd.org/D12744

Modified:
  head/etc/devd.conf

Modified: head/etc/devd.conf
==============================================================================
--- head/etc/devd.conf	Tue Nov 14 16:31:11 2017	(r325811)
+++ head/etc/devd.conf	Tue Nov 14 16:32:40 2017	(r325812)
@@ -20,7 +20,8 @@ options {
 	#XXX Yes, these are gross -- imp
 	set scsi-controller-regex
 		"(aac|adv|adw|aha|ahc|ahd|aic|amr|bt|ciss|dpt|\
-		esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm)\
+		esp|ida|iir|ips|isp|mlx|mly|mpr|mps|mpt|ncr|ncv|nsp|stg|sym|\
+		trm)\
 		[0-9]+";
 	set wifi-driver-regex
 		"(ath|bwi|bwn|ipw|iwi|iwm|iwn|malo|mwl|ral|rsu|rtwn|rum|run|\


More information about the svn-src-all mailing list