kernel/usb4bsd: Bring in urtwn(4) and firmware.
authorSascha Wildner <saw@online.de>
Mon, 19 Aug 2013 19:53:36 +0000 (21:53 +0200)
committerSascha Wildner <saw@online.de>
Mon, 19 Aug 2013 19:54:26 +0000 (21:54 +0200)
commit790340ea960775102b35f5f6d6e3548e6d754e6f
treecd2f768ba441b954b2b45a41beb29afc0ae29ad9
parent3f183094de2d57f4ba99de840c31b6b4f98071f4
kernel/usb4bsd: Bring in urtwn(4) and firmware.

It passes initial testing, but of course there might still be uncaught
issues.

Taken-from: FreeBSD
25 files changed:
Makefile_upgrade.inc
etc/mtree/BSD.usr.dist
share/doc/legal/Makefile
share/doc/legal/realtek/Makefile [new file with mode: 0644]
share/man/man4/Makefile
share/man/man4/urtwn.4 [new file with mode: 0644]
share/man/man4/usb.4
share/man/man4/wlan.4
sys/bus/u4b/usbdevs
sys/bus/u4b/usbdevs.h
sys/bus/u4b/usbdevs_data.h
sys/bus/u4b/wlan/Makefile
sys/bus/u4b/wlan/if_urtwn.c [new file with mode: 0644]
sys/bus/u4b/wlan/if_urtwnreg.h [new file with mode: 0644]
sys/bus/u4b/wlan/urtwn/Makefile [new file with mode: 0644]
sys/bus/u4b/wlan/urtwnfw/Makefile [new file with mode: 0644]
sys/bus/u4b/wlan/urtwnfw/Makefile.inc [new file with mode: 0644]
sys/bus/u4b/wlan/urtwnfw/urtwnrtl8192cT/Makefile [new file with mode: 0644]
sys/bus/u4b/wlan/urtwnfw/urtwnrtl8192cU/Makefile [new file with mode: 0644]
sys/conf/files
sys/config/LINT
sys/config/LINT64
sys/contrib/dev/urtwn/LICENSE [new file with mode: 0644]
sys/contrib/dev/urtwn/urtwn-rtl8192cfwT.fw.uu [new file with mode: 0644]
sys/contrib/dev/urtwn/urtwn-rtl8192cfwU.fw.uu [new file with mode: 0644]