From 73ca9658a672c9fe36ffca076edee3f273ef2497 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 28 Jul 2005 03:51:54 +0000 Subject: [PATCH] Add a couple of missing nic interfaces that have been added: iwi, ipw, ral and ural. Add a comment about this regexp being lame, which should shock no-one. Add a comment about why rescans are disabled on scsi cards. --- etc/devd.conf | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/etc/devd.conf b/etc/devd.conf index 6968a8b8daeb..e55a5d923544 100644 --- a/etc/devd.conf +++ b/etc/devd.conf @@ -17,10 +17,12 @@ options { pid-file "/var/run/devd.pid"; # Setup some shorthand for regex that we use later in the file. + #XXX Yes, these are gross -- imp set ethernet-nic-regex - "(an|ar|ath|aue|awi|axe|bfe|bge|cdce|cm|cnw|cs|cue|dc|de|ed|el|em|\ - ep|ex|fe|fxp|gem|hme|ie|kue|lge|lnc|my|nge|pcn|ray|re|rl|rue|\ - sf|sis|sk|sn|snc|ste|ti|tl|tx|txp|udav|vge|vr|vx|wb|wi|xe|xl)\ + "(an|ar|ath|aue|awi|axe|bfe|bge|cdce|cm|cnw|cs|cue|dc|de|ed|el|\ + em|ep|ex|fe|fxp|gem|hme|ie|ipw|iwi|kue|lge|lnc|my|nge|pcn|ral|\ + ray|re|rl|rue|sf|sis|sk|sn|snc|ste|ti|tl|tx|txp|udav|ural|vge|\ + vr|vx|wb|wi|xe|xl)\ [0-9]+"; set scsi-controller-regex "(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|\ @@ -88,7 +90,8 @@ attach 100 { }; # -# Rescan scsi device-names on attach, but not detach. +# Rescan scsi device-names on attach, but not detach. However, it is +# disabled by default due to reports of problems. # attach 0 { device-name "$scsi-controller-regex";