From owner-svn-src-head@freebsd.org Wed Sep 2 15:23:58 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 521CE9C9711 for ; Wed, 2 Sep 2015 15:23:58 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qg0-f52.google.com (mail-qg0-f52.google.com [209.85.192.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F05E1F64 for ; Wed, 2 Sep 2015 15:23:57 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by qgx61 with SMTP id 61so7644188qgx.3 for ; Wed, 02 Sep 2015 08:23:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=ZWycm+vII2hVUKIoYfY3sLheVMuFczcq50PhH+HnJgo=; b=mpIvZEe+IewddCLnkss9QskkERM26SYQAL310SQ02IjMx/Bt8SCitF4JSRpLrhBcZy HjSnbBs5DGGP9oswbguSY5w4VyZFy8MbrXSgG2tyFR5Q2vr/k3qbyGO5aLW0B9J0xIbK +WbmMHlUBP4VN/ts4rmmo9B7ixN7Doh/Rx1p4wG/YrftELjst2CrOs5g8nzJHfiIPAor 0+5dQuC9Yl5XIHqpzINfML5f9vqpPztfc9Us7ifzylKHe1Yh9j1P2qDZv+g+jZM8W9p8 CWu5I22Ki9939+7Ob/0a8r3i42jxfwpzFg1fo0Jd0CpzEmyCPxnjydv+VgUd0H/EbS7L 24hg== X-Gm-Message-State: ALoCoQmALluXif/QFi1Hm5oRiZAdSTy0fGkxLwjRfIr6wM0QxEipehijFQOZxP3LM3rTzIC0UvlL MIME-Version: 1.0 X-Received: by 10.140.196.10 with SMTP id r10mr58154672qha.29.1441206933655; Wed, 02 Sep 2015 08:15:33 -0700 (PDT) Sender: wlosh@bsdimp.com Received: by 10.140.80.164 with HTTP; Wed, 2 Sep 2015 08:15:33 -0700 (PDT) X-Originating-IP: [69.53.245.39] In-Reply-To: <201509021246.t82Ckhkn099532@repo.freebsd.org> References: <201509021246.t82Ckhkn099532@repo.freebsd.org> Date: Wed, 2 Sep 2015 09:15:33 -0600 X-Google-Sender-Auth: w4TpTT5OqgfFoDHJm3SATA-_MAs Message-ID: Subject: Re: svn commit: r287394 - head/etc From: Warner Losh To: Gleb Smirnoff Cc: src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2015 15:23:58 -0000 On Wed, Sep 2, 2015 at 6:46 AM, Gleb Smirnoff wrote: > + set wifi-driver-regex > + > "(ath|bwi|bwn|ipw|iwi|iwn|malo|mwl|ral|rsu|rum|run|uath|upgt|\ > + ural|urtw|urtwn|wi|wpi|wtap|zyd)[0-9]+"; > This moves us in the wrong direction. We've been looking at ways of getting rid of the NIC regex since it went in. Now there's another one to fight with :( Warner