From owner-svn-src-all@freebsd.org Sun Mar 20 17:50:30 2016 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 E9768AD7A2E; Sun, 20 Mar 2016 17:50:30 +0000 (UTC) (envelope-from dchagin@chd.heemeyer.club) Received: from heemeyer.club (heemeyer.club [108.61.204.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "heemeyer.club", Issuer "heemeyer.club" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A41E81A34; Sun, 20 Mar 2016 17:50:28 +0000 (UTC) (envelope-from dchagin@chd.heemeyer.club) Received: from chd.heemeyer.club (dchagin.static.corbina.ru [78.107.232.239]) by heemeyer.club (8.15.2/8.15.1) with ESMTPS id u2KHoNjG018354 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Sun, 20 Mar 2016 17:50:25 GMT (envelope-from dchagin@chd.heemeyer.club) X-Authentication-Warning: heemeyer.club: Host dchagin.static.corbina.ru [78.107.232.239] claimed to be chd.heemeyer.club Received: from chd.heemeyer.club (localhost [127.0.0.1]) by chd.heemeyer.club (8.15.2/8.15.1) with ESMTPS id u2KHoFd0093760 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 20 Mar 2016 20:50:15 +0300 (MSK) (envelope-from dchagin@chd.heemeyer.club) Received: (from dchagin@localhost) by chd.heemeyer.club (8.15.2/8.15.2/Submit) id u2KHoFxM093737; Sun, 20 Mar 2016 20:50:15 +0300 (MSK) (envelope-from dchagin) Date: Sun, 20 Mar 2016 20:50:15 +0300 From: Chagin Dmitry To: Adrian Chadd Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r297058 - in head/sys: dev/urtwn dev/usb/wlan modules modules/urtwn modules/urtwnfw modules/usb modules/usb/urtwn modules/usb/urtwnfw Message-ID: <20160320175015.GA80201@chd.heemeyer.club> References: <201603200354.u2K3swvK049827@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201603200354.u2K3swvK049827@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.21 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: Sun, 20 Mar 2016 17:50:31 -0000 On Sun, Mar 20, 2016 at 03:54:58AM +0000, Adrian Chadd wrote: > Author: adrian > Date: Sun Mar 20 03:54:57 2016 > New Revision: 297058 > URL: https://svnweb.freebsd.org/changeset/base/297058 > > Log: > [urtwn] migrate urtwn out into sys/dev/urtwn/ . > > There's some upcoming work to add new chipset support here and I'd > like to only add 802.11n support to one driver, instead of both > urtwn and rtwn. > > There's also missing support for things like 802.11n, some powersave > work, bluetooth integration/coexistence, etc, and also newer parts > (like 8192EU, maybe some 11ac parts, not sure yet.) > > So, this is hopefully the first step in a longer set of steps to unify > rtwn/urtwn and extend it with more interesting chipset and functionality > support. > > Reviewed by: kevlo > > Added: > head/sys/dev/urtwn/ > head/sys/dev/urtwn/if_urtwn.c > - copied, changed from r297057, head/sys/dev/usb/wlan/if_urtwn.c > head/sys/dev/urtwn/if_urtwnreg.h > - copied unchanged from r297057, head/sys/dev/usb/wlan/if_urtwnreg.h > head/sys/dev/urtwn/if_urtwnvar.h > - copied unchanged from r297057, head/sys/dev/usb/wlan/if_urtwnvar.h > head/sys/modules/urtwn/ > - copied from r297057, head/sys/modules/usb/urtwn/ > head/sys/modules/urtwnfw/ > - copied from r297057, head/sys/modules/usb/urtwnfw/ > Deleted: > head/sys/dev/usb/wlan/if_urtwn.c > head/sys/dev/usb/wlan/if_urtwnreg.h > head/sys/dev/usb/wlan/if_urtwnvar.h > head/sys/modules/usb/urtwn/ > head/sys/modules/usb/urtwnfw/ > Modified: > head/sys/modules/Makefile > head/sys/modules/urtwn/Makefile > head/sys/modules/urtwnfw/Makefile.inc > head/sys/modules/usb/Makefile > this commit broke the LINT build, fix sys/conf/files please.