summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjakllsch <jakllsch@NetBSD.org>2017-08-10 19:42:53 +0000
committerjakllsch <jakllsch@NetBSD.org>2017-08-10 19:42:53 +0000
commitb0df3f76d9142bebde8d7c00d1ca2dbdbc6262ec (patch)
tree76d204a4d25deddb64a1cf735275afc6c308943c
parent7c6eed0a6a72c662dd687afb3201f6baf65bbda0 (diff)
Fix up bcm43xx bluetooth firmware addition. Including mtree directory
addition, and using the correct spelling of the license file name.
-rw-r--r--etc/mtree/NetBSD.dist.base3
-rw-r--r--external/broadcom/bcm43xx/Makefile4
2 files changed, 4 insertions, 3 deletions
diff --git a/etc/mtree/NetBSD.dist.base b/etc/mtree/NetBSD.dist.base
index c4e963d16ad..fd82ba4ca48 100644
--- a/etc/mtree/NetBSD.dist.base
+++ b/etc/mtree/NetBSD.dist.base
@@ -1,4 +1,4 @@
-# $NetBSD: NetBSD.dist.base,v 1.161 2017/08/01 20:07:43 joerg Exp $
+# $NetBSD: NetBSD.dist.base,v 1.162 2017/08/10 19:42:53 jakllsch Exp $
# @(#)4.4BSD.dist 8.1 (Berkeley) 6/13/93
# Do not customize this file as it may be overwritten on upgrades.
@@ -269,6 +269,7 @@
./usr/libdata/debug/usr/mdec
./usr/libdata/debug/usr/sbin
./usr/libdata/firmware
+./usr/libdata/firmware/bcm43xx
./usr/libdata/ldscripts
./usr/libdata/lint
./usr/libexec
diff --git a/external/broadcom/bcm43xx/Makefile b/external/broadcom/bcm43xx/Makefile
index f9aaeaf7dc6..477fc073c43 100644
--- a/external/broadcom/bcm43xx/Makefile
+++ b/external/broadcom/bcm43xx/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/08/10 15:15:48 nat Exp $
+# $NetBSD: Makefile,v 1.2 2017/08/10 19:42:53 jakllsch Exp $
NOMAN= # define
-FILES= LICENSE.broadcom_bcm43xx BCM43430A1.hcd
+FILES= LICENCE.broadcom_bcm43xx BCM43430A1.hcd
FILESDIR= /usr/libdata/firmware/bcm43xx
td>thorpej 2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej 2002-03-20Use bus_space_vaddr() correctly. (XXX do we really need this?)eeh 2002-03-11Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to constructpk 2002-01-14Call malloc(9) with M_ZERO flag instead of bzero() after malloc().tsutsui 2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem 2001-11-13add RCSIDslukem 2001-09-26getprop* -> PROM_getprop*eeh 2000-04-14add some casts to (u_long) to shut up gccmrg 2000-01-11Remove old-style boot device recognition.pk