Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Mar 2016 20:50:15 +0300
From:      Chagin Dmitry <dchagin@freebsd.org>
To:        Adrian Chadd <adrian@FreeBSD.org>
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>
In-Reply-To: <201603200354.u2K3swvK049827@repo.freebsd.org>
References:  <201603200354.u2K3swvK049827@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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. 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160320175015.GA80201>