kernel/usb4bsd: Port run(4), add firmware too.
authorSascha Wildner <saw@online.de>
Sun, 18 Aug 2013 13:53:40 +0000 (15:53 +0200)
committerSascha Wildner <saw@online.de>
Sun, 18 Aug 2013 13:54:52 +0000 (15:54 +0200)
commit10f2cea74b983f3efa36ee3cbc4d47e05c2d4d34
tree9d1ad2dc8c60629b86c94c1a8b1e17e12f0e6369
parent685ecad5bf897d53155fd7d4b4920f38699a0d97
kernel/usb4bsd: Port run(4), add firmware too.

Some minor issues might remain, but it works good here with various
compatible adapters.

While here, sync with FreeBSD's latest.

Taken-from: FreeBSD
21 files changed:
Makefile_upgrade.inc
share/man/man4/Makefile
share/man/man4/run.4 [new file with mode: 0644]
share/man/man4/runfw.4 [new file with mode: 0644]
share/man/man4/usb.4
share/man/man4/wlan.4
sys/bus/u4b/Makefile
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_run.c
sys/bus/u4b/wlan/if_runvar.h
sys/bus/u4b/wlan/run/Makefile [new file with mode: 0644]
sys/bus/u4b/wlan/runfw/Makefile [new file with mode: 0644]
sys/conf/files
sys/config/LINT
sys/config/LINT64
sys/contrib/dev/run/LICENSE [new file with mode: 0644]
sys/contrib/dev/run/rt2870.fw.uu [new file with mode: 0644]
usr.sbin/802_11/hostapd/hostapd.8