svn commit: r297058 - in head/sys: dev/urtwn dev/usb/wlan modules modules/urtwn modules/urtwnfw modules/usb modules/usb/urtwn modules/usb/urtwnfw

Chagin Dmitry dchagin at freebsd.org
Sun Mar 20 17:50:31 UTC 2016


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. 


More information about the svn-src-head mailing list