git: kernel/usb4bsd: Port run(4), add firmware too.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Aug 18 06:56:47 PDT 2013
commit 10f2cea74b983f3efa36ee3cbc4d47e05c2d4d34
Author: Sascha Wildner <saw at online.de>
Date: Sun Aug 18 15:53:40 2013 +0200
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
Summary of changes:
Makefile_upgrade.inc | 5 +
share/man/man4/Makefile | 5 +-
share/man/man4/run.4 | 233 ++++++++++++++++++++++++++++++++++
share/man/man4/runfw.4 | 51 ++++++++
share/man/man4/usb.4 | 2 +
share/man/man4/wlan.4 | 1 +
sys/bus/u4b/Makefile | 2 +-
sys/bus/u4b/usbdevs | 1 +
sys/bus/u4b/usbdevs.h | 1 +
sys/bus/u4b/usbdevs_data.h | 6 +
sys/bus/u4b/wlan/Makefile | 2 +-
sys/bus/u4b/wlan/if_run.c | 254 ++++++++++++++++++++++----------------
sys/bus/u4b/wlan/if_runvar.h | 11 +-
sys/bus/u4b/wlan/run/Makefile | 34 +++++
sys/bus/u4b/wlan/runfw/Makefile | 11 ++
sys/conf/files | 15 +++
sys/config/LINT | 3 +
sys/config/LINT64 | 3 +
sys/contrib/dev/run/LICENSE | 39 ++++++
sys/contrib/dev/run/rt2870.fw.uu | 232 ++++++++++++++++++++++++++++++++++
usr.sbin/802_11/hostapd/hostapd.8 | 2 +
21 files changed, 799 insertions(+), 114 deletions(-)
create mode 100644 share/man/man4/run.4
create mode 100644 share/man/man4/runfw.4
create mode 100644 sys/bus/u4b/wlan/run/Makefile
create mode 100644 sys/bus/u4b/wlan/runfw/Makefile
create mode 100644 sys/contrib/dev/run/LICENSE
create mode 100644 sys/contrib/dev/run/rt2870.fw.uu
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/10f2cea74b983f3efa36ee3cbc4d47e05c2d4d34
--
DragonFly BSD source repository
More information about the Commits
mailing list