git: kernel/usb4bsd: Port rum(4).
Sascha Wildner
swildner at crater.dragonflybsd.org
Sat Aug 17 11:02:08 PDT 2013
commit f794c13fd5d2ae453863c861336c7a3bc1f443ed
Author: Sascha Wildner <saw at online.de>
Date: Sat Aug 17 20:01:15 2013 +0200
kernel/usb4bsd: Port rum(4).
The driver behaves mostly stable but a few issues remain, such as
kldunloading cleanly.
Summary of changes:
Makefile_upgrade.inc | 6 +-
share/man/man4/Makefile | 7 +-
share/man/man4/rum.4 | 207 ++++++++++++------------
share/man/man4/usb.4 | 4 +-
share/man/man4/wlan.4 | 2 +-
share/man/man4/wlan_amrr.4 | 2 +-
sys/bus/u4b/Makefile | 2 +-
sys/{gnu/vfs => bus/u4b/wlan}/Makefile | 2 +-
sys/bus/u4b/wlan/if_rum.c | 187 ++++++++++++---------
sys/bus/u4b/{quirk => wlan/if_rum}/Makefile | 15 +-
sys/bus/u4b/wlan/if_rumfw.h | 2 +-
sys/bus/u4b/wlan/if_rumreg.h | 2 +-
sys/bus/u4b/wlan/if_rumvar.h | 11 +-
sys/conf/files | 4 +
sys/config/LINT | 2 +-
sys/config/LINT64 | 2 +-
usr.sbin/802_11/wpa_supplicant/wpa_supplicant.8 | 2 +-
17 files changed, 260 insertions(+), 199 deletions(-)
copy sys/{gnu/vfs => bus/u4b/wlan}/Makefile (63%)
copy sys/bus/u4b/{quirk => wlan/if_rum}/Makefile (82%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f794c13fd5d2ae453863c861336c7a3bc1f443ed
--
DragonFly BSD source repository
More information about the Commits
mailing list