Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2018 22:15:47 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r340087 - head/sbin/devd
Message-ID:  <201811022215.wA2MFlZh097442@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Fri Nov  2 22:15:47 2018
New Revision: 340087
URL: https://svnweb.freebsd.org/changeset/base/340087

Log:
  Catch up with the SCSI device removal. We should likely review why we
  even have this.

Modified:
  head/sbin/devd/devd.conf

Modified: head/sbin/devd/devd.conf
==============================================================================
--- head/sbin/devd/devd.conf	Fri Nov  2 22:15:30 2018	(r340086)
+++ head/sbin/devd/devd.conf	Fri Nov  2 22:15:47 2018	(r340087)
@@ -19,9 +19,8 @@ options {
 	# Setup some shorthand for regex that we use later in the file.
 	#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|mpr|mps|mpt|ncr|ncv|nsp|stg|sym|\
-		trm)\
+		"(aac|aacraid|ahc|ahd|amr|ciss|\
+		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|\



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