From owner-svn-src-all@freebsd.org Wed Sep 2 15:15:40 2015 Return-Path: Delivered-To: svn-src-all@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 1D1479C92AC for ; Wed, 2 Sep 2015 15:15:40 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qg0-f53.google.com (mail-qg0-f53.google.com [209.85.192.53]) (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 D505986E for ; Wed, 2 Sep 2015 15:15:39 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by qgx61 with SMTP id 61so7477647qgx.3 for ; Wed, 02 Sep 2015 08:15:33 -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=YfvmmxCV8ws/pQn+6YLodNG1l8GKAuRZaFsIgJdgfZMOHFbcl4I21ywruaHZzMKFGs neiwWN70Miwklu5KMuDYXe7Uh/cLAnuYI6LLMqvtsXyhH/ONk3TTOAhTObfOEDLhVNvz 0fd0hgt13BCQzIknADikfeUPj1a4umrat/fzaOdrfAALRKpr2nbcPiq9bse2BhSQqHg5 Bag6iJvILh/XZicfyPFD/PqoPLzRZDyecWTXf3DIydH19OU41HEMo455Lv037AGXbdRT hMtNwubHjHw0lQof2tD1wkzYWYyXESyojKOZODYXoxBD3nKcq9kSH6SVbcJBcZ0+NjiX 4Qkg== X-Gm-Message-State: ALoCoQmV6q6cal6i4FKcUZg3mjP/twQqxRNjvMbeBisR4nMQ3dAa1iDnz/M4xJx4uLdgI+EyVwYn 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2015 15:15:40 -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