Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Dec 2017 04:21:31 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r326676 - stable/11/etc
Message-ID:  <201712080421.vB84LVEo005597@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers
Date: Fri Dec  8 04:21:31 2017
New Revision: 326676
URL: https://svnweb.freebsd.org/changeset/base/326676

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

Modified:
  stable/11/etc/devd.conf
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/etc/devd.conf
==============================================================================
--- stable/11/etc/devd.conf	Fri Dec  8 03:49:53 2017	(r326675)
+++ stable/11/etc/devd.conf	Fri Dec  8 04:21:31 2017	(r326676)
@@ -20,8 +20,8 @@ options {
 	#XXX Yes, these are gross -- imp
 	set scsi-controller-regex
 		"(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|\
-		esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)\
-		[0-9]+";
+		esp|ida|iir|ips|isp|mlx|mly|mpr|mps|mpt|ncr|ncv|nsp|stg|sym|\
+		trm|wds)[0-9]+";
 	set wifi-driver-regex
 		"(ath|bwi|bwn|ipw|iwi|iwm|iwn|malo|mwl|ral|rsu|rum|run|uath|\
 		upgt|ural|urtw|urtwn|wi|wpi|wtap|zyd)[0-9]+";



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712080421.vB84LVEo005597>