]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r351197, r351199:
authorVladimir Kondratyev <wulf@FreeBSD.org>
Mon, 9 Sep 2019 18:57:17 +0000 (18:57 +0000)
committerVladimir Kondratyev <wulf@FreeBSD.org>
Mon, 9 Sep 2019 18:57:17 +0000 (18:57 +0000)
commite88be9b1915f7f30e7bbcc263fe915ea4341c5f9
tree350e2bc187954724636b732b8dd78a2d626d656a
parentfc3777bdc77a597740436de136b7bfb6d97e03f6
MFC r351197, r351199:

iwmbtfw: Firmware loader for Intel Wireless 8260 based Bluetooth USB devices

Currently supported models are: 8260, 8265, 9560, 9260 and 22161.
Firmware files can be installed with comms/iwmbt-firmware port.

PR: 237083
Reviewed by: hps, emax
Differential Revision: https://reviews.freebsd.org/D21071
12 files changed:
targets/pseudo/userland/Makefile.depend
tools/build/mk/OptionalObsoleteFiles.inc
usr.sbin/bluetooth/Makefile
usr.sbin/bluetooth/iwmbtfw/Makefile [new file with mode: 0644]
usr.sbin/bluetooth/iwmbtfw/iwmbt_dbg.h [new file with mode: 0644]
usr.sbin/bluetooth/iwmbtfw/iwmbt_fw.c [new file with mode: 0644]
usr.sbin/bluetooth/iwmbtfw/iwmbt_fw.h [new file with mode: 0644]
usr.sbin/bluetooth/iwmbtfw/iwmbt_hw.c [new file with mode: 0644]
usr.sbin/bluetooth/iwmbtfw/iwmbt_hw.h [new file with mode: 0644]
usr.sbin/bluetooth/iwmbtfw/iwmbtfw.8 [new file with mode: 0644]
usr.sbin/bluetooth/iwmbtfw/iwmbtfw.conf [new file with mode: 0644]
usr.sbin/bluetooth/iwmbtfw/main.c [new file with mode: 0644]