Module Name:    src
Committed By:   jakllsch
Date:           Sat Jul 23 21:12:58 UTC 2011

Modified Files:
        src/sys/arch/alpha/conf: GENERIC
        src/sys/arch/amd64/conf: GENERIC XEN3_DOM0
        src/sys/arch/evbarm/conf: GUMSTIX MPCSA_GENERIC SHEEVAPLUG
        src/sys/arch/evbppc/conf: OPENBLOCKS266_OPT
        src/sys/arch/i386/conf: ALL GENERIC XEN3_DOM0
        src/sys/arch/iyonix/conf: GENERIC
        src/sys/arch/sparc64/conf: GENERIC
        src/sys/dev/usb: usbdevices.config

Log Message:
Enable or note aubtfwl(4) wherever ubt(4) is enabled or noted.


To generate a diff of this commit:
cvs rdiff -u -r1.340 -r1.341 src/sys/arch/alpha/conf/GENERIC
cvs rdiff -u -r1.326 -r1.327 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.69 -r1.70 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/evbarm/conf/GUMSTIX
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/evbarm/conf/MPCSA_GENERIC
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/conf/SHEEVAPLUG
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT
cvs rdiff -u -r1.314 -r1.315 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1040 -r1.1041 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/i386/conf/XEN3_DOM0
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/iyonix/conf/GENERIC
cvs rdiff -u -r1.140 -r1.141 src/sys/arch/sparc64/conf/GENERIC
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/usb/usbdevices.config

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/alpha/conf/GENERIC
diff -u src/sys/arch/alpha/conf/GENERIC:1.340 src/sys/arch/alpha/conf/GENERIC:1.341
--- src/sys/arch/alpha/conf/GENERIC:1.340	Thu Jun 30 20:09:18 2011
+++ src/sys/arch/alpha/conf/GENERIC	Sat Jul 23 21:12:57 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.340 2011/06/30 20:09:18 wiz Exp $
+# $NetBSD: GENERIC,v 1.341 2011/07/23 21:12:57 jakllsch Exp $
 #
 # This machine description file is used to generate the default NetBSD
 # kernel.
@@ -19,7 +19,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-ident		"GENERIC-$Revision: 1.340 $"
+ident		"GENERIC-$Revision: 1.341 $"
 
 maxusers 32
 
@@ -644,6 +644,7 @@
 
 # Bluetooth USB Controllers
 ubt* at uhub? port ?
+aubtfwl* at uhub? port ?
 
 # Bluetooth Device Hub
 bthub* at bcsp?

Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.326 src/sys/arch/amd64/conf/GENERIC:1.327
--- src/sys/arch/amd64/conf/GENERIC:1.326	Thu Jul 21 04:05:14 2011
+++ src/sys/arch/amd64/conf/GENERIC	Sat Jul 23 21:12:57 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.326 2011/07/21 04:05:14 jakllsch Exp $
+# $NetBSD: GENERIC,v 1.327 2011/07/23 21:12:57 jakllsch Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.326 $"
+#ident 		"GENERIC-$Revision: 1.327 $"
 
 maxusers	64		# estimated number of users
 
@@ -1055,6 +1055,7 @@
 
 # Bluetooth USB Controllers
 ubt* at uhub? port ?
+aubtfwl* at uhub? port ?
 
 # Bluetooth Device Hub
 bthub* at bcsp?

Index: src/sys/arch/amd64/conf/XEN3_DOM0
diff -u src/sys/arch/amd64/conf/XEN3_DOM0:1.69 src/sys/arch/amd64/conf/XEN3_DOM0:1.70
--- src/sys/arch/amd64/conf/XEN3_DOM0:1.69	Wed Jul 20 20:27:41 2011
+++ src/sys/arch/amd64/conf/XEN3_DOM0	Sat Jul 23 21:12:57 2011
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.69 2011/07/20 20:27:41 jakllsch Exp $
+# $NetBSD: XEN3_DOM0,v 1.70 2011/07/23 21:12:57 jakllsch Exp $
 
 include 	"arch/amd64/conf/std.xen"
 
@@ -728,6 +728,7 @@
 
 # Bluetooth USB Controllers
 ubt* at uhub? port ?
+aubtfwl* at uhub? port ?
 
 # Bluetooth Device Hub
 #bthub* at bt3c?

Index: src/sys/arch/evbarm/conf/GUMSTIX
diff -u src/sys/arch/evbarm/conf/GUMSTIX:1.57 src/sys/arch/evbarm/conf/GUMSTIX:1.58
--- src/sys/arch/evbarm/conf/GUMSTIX:1.57	Sun May 15 13:36:13 2011
+++ src/sys/arch/evbarm/conf/GUMSTIX	Sat Jul 23 21:12:57 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: GUMSTIX,v 1.57 2011/05/15 13:36:13 he Exp $
+#	$NetBSD: GUMSTIX,v 1.58 2011/07/23 21:12:57 jakllsch Exp $
 #
 #	GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
 #
@@ -322,6 +322,7 @@
 
 # Bluetooth USB Controllers
 #ubt*	at uhub? port ?
+#aubtfwl* at uhub? port ?
 
 # Bluetooth Device Hub
 bthub*	at bcsp?

Index: src/sys/arch/evbarm/conf/MPCSA_GENERIC
diff -u src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.21 src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.22
--- src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.21	Tue Apr 26 16:57:40 2011
+++ src/sys/arch/evbarm/conf/MPCSA_GENERIC	Sat Jul 23 21:12:57 2011
@@ -1,4 +1,4 @@
-# $NetBSD: MPCSA_GENERIC,v 1.21 2011/04/26 16:57:40 joerg Exp $
+# $NetBSD: MPCSA_GENERIC,v 1.22 2011/07/23 21:12:57 jakllsch Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.21 $"
+#ident 		"GENERIC-$Revision: 1.22 $"
 
 maxusers	32		# estimated number of users
 
@@ -598,6 +598,7 @@
 
 # Bluetooth USB Controllers
 #ubt* at uhub? port ? configuration ? interface ?
+#aubtfwl* at uhub? port ?
 
 # Bluetooth Device Hub
 #bthub* at bt3c?

Index: src/sys/arch/evbarm/conf/SHEEVAPLUG
diff -u src/sys/arch/evbarm/conf/SHEEVAPLUG:1.8 src/sys/arch/evbarm/conf/SHEEVAPLUG:1.9
--- src/sys/arch/evbarm/conf/SHEEVAPLUG:1.8	Mon Jul 11 23:01:19 2011
+++ src/sys/arch/evbarm/conf/SHEEVAPLUG	Sat Jul 23 21:12:57 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: SHEEVAPLUG,v 1.8 2011/07/11 23:01:19 matt Exp $
+#	$NetBSD: SHEEVAPLUG,v 1.9 2011/07/23 21:12:57 jakllsch Exp $
 #
 #  This configuration supports for generically Marvell SheevaPlug
 #
@@ -402,6 +402,7 @@
 
 # Bluetooth USB Controllers
 ubt* at uhub? port ?
+aubtfwl* at uhub? port ?
 
 # Bluetooth Device Hub
 bthub* at ubt?

Index: src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT
diff -u src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT:1.15 src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT:1.16
--- src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT:1.15	Tue Jan  4 09:13:56 2011
+++ src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT	Sat Jul 23 21:12:58 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: OPENBLOCKS266_OPT,v 1.15 2011/01/04 09:13:56 matt Exp $
+#	$NetBSD: OPENBLOCKS266_OPT,v 1.16 2011/07/23 21:12:58 jakllsch Exp $
 #
 
 include		"arch/evbppc/conf/OPENBLOCKS266"
@@ -315,6 +315,7 @@
 
 # Bluetooth USB Controllers
 ubt* at uhub? port ?
+aubtfwl* at uhub? port ?
 
 # Bluetooth Device Hub
 bthub*	at bcsp?

Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.314 src/sys/arch/i386/conf/ALL:1.315
--- src/sys/arch/i386/conf/ALL:1.314	Wed Jul 20 20:29:54 2011
+++ src/sys/arch/i386/conf/ALL	Sat Jul 23 21:12:58 2011
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.314 2011/07/20 20:29:54 jakllsch Exp $
+# $NetBSD: ALL,v 1.315 2011/07/23 21:12:58 jakllsch Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"ALL-$Revision: 1.314 $"
+#ident 		"ALL-$Revision: 1.315 $"
 
 maxusers	64		# estimated number of users
 
@@ -1522,6 +1522,7 @@
 
 # Bluetooth USB Controllers
 ubt* at uhub? port ?
+aubtfwl* at uhub? port ?
 
 # Bluetooth Device Hub
 bthub* at bcsp?

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1040 src/sys/arch/i386/conf/GENERIC:1.1041
--- src/sys/arch/i386/conf/GENERIC:1.1040	Wed Jul 20 20:29:54 2011
+++ src/sys/arch/i386/conf/GENERIC	Sat Jul 23 21:12:58 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1040 2011/07/20 20:29:54 jakllsch Exp $
+# $NetBSD: GENERIC,v 1.1041 2011/07/23 21:12:58 jakllsch Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.1040 $"
+#ident 		"GENERIC-$Revision: 1.1041 $"
 
 maxusers	64		# estimated number of users
 
@@ -1455,6 +1455,7 @@
 
 # Bluetooth USB Controllers
 ubt* at uhub? port ?
+aubtfwl* at uhub? port ?
 
 # Bluetooth Device Hub
 bthub* at bcsp?

Index: src/sys/arch/i386/conf/XEN3_DOM0
diff -u src/sys/arch/i386/conf/XEN3_DOM0:1.53 src/sys/arch/i386/conf/XEN3_DOM0:1.54
--- src/sys/arch/i386/conf/XEN3_DOM0:1.53	Wed Jul 20 20:27:42 2011
+++ src/sys/arch/i386/conf/XEN3_DOM0	Sat Jul 23 21:12:58 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: XEN3_DOM0,v 1.53 2011/07/20 20:27:42 jakllsch Exp $
+#	$NetBSD: XEN3_DOM0,v 1.54 2011/07/23 21:12:58 jakllsch Exp $
 #
 #	XEN3_0: Xen 3.0 domain0 kernel
 
@@ -705,6 +705,7 @@
 
 # Bluetooth USB Controllers
 ubt* at uhub? port ?
+aubtfwl* at uhub? port ?
 
 # Bluetooth Device Hub
 #bthub* at bt3c?

Index: src/sys/arch/iyonix/conf/GENERIC
diff -u src/sys/arch/iyonix/conf/GENERIC:1.63 src/sys/arch/iyonix/conf/GENERIC:1.64
--- src/sys/arch/iyonix/conf/GENERIC:1.63	Mon Mar  7 15:56:26 2011
+++ src/sys/arch/iyonix/conf/GENERIC	Sat Jul 23 21:12:58 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.63 2011/03/07 15:56:26 jakllsch Exp $
+#	$NetBSD: GENERIC,v 1.64 2011/07/23 21:12:58 jakllsch Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.63 $"
+#ident 		"GENERIC-$Revision: 1.64 $"
 
 maxusers	32		# estimated number of users
 
@@ -733,6 +733,7 @@
 
 # Bluetooth USB Controllers
 #ubt* at uhub? port ?
+#aubtfwl* at uhub? port ?
 
 # Bluetooth Device Hub
 #bthub* at bcsp?

Index: src/sys/arch/sparc64/conf/GENERIC
diff -u src/sys/arch/sparc64/conf/GENERIC:1.140 src/sys/arch/sparc64/conf/GENERIC:1.141
--- src/sys/arch/sparc64/conf/GENERIC:1.140	Sat Jul 23 19:14:37 2011
+++ src/sys/arch/sparc64/conf/GENERIC	Sat Jul 23 21:12:58 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.140 2011/07/23 19:14:37 martin Exp $
+# $NetBSD: GENERIC,v 1.141 2011/07/23 21:12:58 jakllsch Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.140 $"
+#ident 		"GENERIC-$Revision: 1.141 $"
 
 maxusers	64
 
@@ -821,6 +821,7 @@
 
 ## Bluetooth USB Controllers
 ubt* at uhub? port ?
+aubtfwl* at uhub? port ?
 
 ## Bluetooth Device Hub
 #bthub* at bcsp?

Index: src/sys/dev/usb/usbdevices.config
diff -u src/sys/dev/usb/usbdevices.config:1.8 src/sys/dev/usb/usbdevices.config:1.9
--- src/sys/dev/usb/usbdevices.config:1.8	Wed Jul 20 22:33:46 2011
+++ src/sys/dev/usb/usbdevices.config	Sat Jul 23 21:12:58 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: usbdevices.config,v 1.8 2011/07/20 22:33:46 jakllsch Exp $
+#	$NetBSD: usbdevices.config,v 1.9 2011/07/23 21:12:58 jakllsch Exp $
 #
 # This file contains all USB related configuration.
 # It is suitable for inclusion in a kernel config(5) file.
@@ -208,4 +208,5 @@
 
 # USB Bluetooth controllers
 ubt* at uhub? port ?
+aubtfwl* at uhub? port ?	# load Atheros AR3k ubt(4) firmware
 bthub* at ubt?

Reply via email to