From owner-freebsd-arch@freebsd.org Thu Jun 7 13:05:00 2018 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64A33FE6E56 for ; Thu, 7 Jun 2018 13:05:00 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id DD5F98F73A for ; Thu, 7 Jun 2018 13:04:27 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: by mailman.ysv.freebsd.org (Postfix) id 9DBDDFE6E54; Thu, 7 Jun 2018 13:04:27 +0000 (UTC) Delivered-To: arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B58CFE6E53 for ; Thu, 7 Jun 2018 13:04:27 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from mail.0x20.net (mail.0x20.net [46.251.251.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "0x20.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2AF198F736; Thu, 7 Jun 2018 13:04:26 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from e.0x20.net (mail.0x20.net [46.251.251.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id CB8BD4B7F0; Thu, 7 Jun 2018 14:57:15 +0200 (CEST) Received: (from lars@localhost) by e.0x20.net (8.15.2/8.15.2/Submit) id w57CvF3U030641; Thu, 7 Jun 2018 14:57:15 +0200 (CEST) (envelope-from lars) Date: Thu, 7 Jun 2018 14:57:15 +0200 From: Lars Engels To: Adrian Chadd Cc: John Baldwin , "freebsd-arch@freebsd.org" Subject: Re: RFC: Create a default wlan for wireless NICs Message-ID: <20180607125715.GK46700@e.0x20.net> References: <6686653.ooTk0CQ0bF@ralph.baldwin.cx> <20180527195553.GA48909@ymer.vnode.se> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Editor: VIM - Vi IMproved 8.0 User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2018 13:05:00 -0000 On Sun, May 27, 2018 at 07:28:44PM -0700, Adrian Chadd wrote: > Lol. :-) > > The main change here is people having to unlearn wlanX being the device and > things are now named dependent on your hardware type. > > I mean, ok ok it could just be like freebsd-4 or whatever, pre-vap support. > :-) > > (do it!) The problem I see is that a couple of tools / scripts in ports do expect a "wlan0" device to be the first wireless device and will stop working after the change.