summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/bcmfw
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2003-10-12 22:04:24 +0000
committeremax <emax@FreeBSD.org>2003-10-12 22:04:24 +0000
commit41bb0e8fd2568243020852e22a6d176bccfa60cd (patch)
tree0ae0c2be63f9f9161693789721b96beb9cabcc77 /usr.sbin/bluetooth/bcmfw
parent66feac7937e372f502539e7d443aee80a25abe16 (diff)
downloadFreeBSD-src-41bb0e8fd2568243020852e22a6d176bccfa60cd.zip
FreeBSD-src-41bb0e8fd2568243020852e22a6d176bccfa60cd.tar.gz
Update Bluetooth code.
Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
Diffstat (limited to 'usr.sbin/bluetooth/bcmfw')
-rw-r--r--usr.sbin/bluetooth/bcmfw/Makefile20
-rw-r--r--usr.sbin/bluetooth/bcmfw/bcmfw.813
2 files changed, 15 insertions, 18 deletions
diff --git a/usr.sbin/bluetooth/bcmfw/Makefile b/usr.sbin/bluetooth/bcmfw/Makefile
index fc2abca..e601a76 100644
--- a/usr.sbin/bluetooth/bcmfw/Makefile
+++ b/usr.sbin/bluetooth/bcmfw/Makefile
@@ -1,23 +1,9 @@
-# $Id: Makefile,v 1.2 2003/04/27 00:44:54 max Exp $
+# $Id: Makefile,v 1.6 2003/08/14 20:05:58 max Exp $
# $FreeBSD$
-DESTDIR= /usr/sbin/
-MANDIR= ../share/man/man
PROG= bcmfw
-MAN8= bcmfw.8
-WARNS?= 2
-CFLAGS+= -g -I${.CURDIR}/../../../sys/netgraph/bluetooth/include
+MAN= bcmfw.8
SRCS= bcmfw.c
+WARNS?= 2
-#FILESDIR= ../local/etc/
-#FILES+= BCM2033-FW.bin BCM2033-MD.hex
-#CLEANFILES+= BCM2033-FW.bin BCM2033-MD.hex
-#
-#BCM2033-FW.bin: BCM2033-FW.bin.uue
-# uudecode BCM2033-FW.bin.uue
-#
-#BCM2033-MD.hex: BCM2033-MD.hex.uue
-# uudecode BCM2033-MD.hex.uue
-#
.include <bsd.prog.mk>
-#.include <bsd.files.mk>
diff --git a/usr.sbin/bluetooth/bcmfw/bcmfw.8 b/usr.sbin/bluetooth/bcmfw/bcmfw.8
index b961167..d5b984b 100644
--- a/usr.sbin/bluetooth/bcmfw/bcmfw.8
+++ b/usr.sbin/bluetooth/bcmfw/bcmfw.8
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: bcmfw.8,v 1.4 2003/04/28 17:10:56 max Exp $
+.\" $Id: bcmfw.8,v 1.7 2003/05/21 00:33:40 max Exp $
.\" $FreeBSD$
.\"
.Dd March 31, 2003
@@ -51,6 +51,17 @@ The vendor ID should be 0x0a5c
.Pq Dv USB_VENDOR_BROADCOM
and the product ID should be 0x2033.
.Pp
+Due to copyright issues I will no longer provide mini-driver and firmware
+files for the device. These files can be obtained from the Linux BlueZ BlueFW
+package.
+.Pp
+Visit http://bluez.sourceforge.net/download/download.html for details.
+.Pp
+I am using the following files:
+.Pp
+.Dl "MD5 (BCM2033-MD.hex) = 5580317158d07fc4ace90af04f8e1c73"
+.Dl "MD5 (BCM2033-FW.bin) = a3a0edfcb85029f4a5d0b1c9649b127d"
+.Pp
The options are as follows:
.Bl -tag -width indent
.It Fl f Ar firmware_file_name
OpenPOWER on IntegriCloud