svn commit: r304504 - head/etc

John Baldwin jhb at FreeBSD.org
Fri Aug 19 22:05:23 UTC 2016


Author: jhb
Date: Fri Aug 19 22:05:22 2016
New Revision: 304504
URL: https://svnweb.freebsd.org/changeset/base/304504

Log:
  Remove stale drivers (amd(4) and asr(4)) from the SCSI controller regex.

Modified:
  head/etc/devd.conf

Modified: head/etc/devd.conf
==============================================================================
--- head/etc/devd.conf	Fri Aug 19 21:51:42 2016	(r304503)
+++ head/etc/devd.conf	Fri Aug 19 22:05:22 2016	(r304504)
@@ -19,7 +19,7 @@ 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|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|\
+		"(aac|adv|adw|aha|ahb|ahc|ahd|aic|amr|bt|ciss|ct|dpt|\
 		esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm)\
 		[0-9]+";
 	set wifi-driver-regex


More information about the svn-src-all mailing list