Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys Enable or note aubtfwl(4) wherever ubt(4) is enabled or ...



details:   https://anonhg.NetBSD.org/src/rev/31da4bd48e9d
branches:  trunk
changeset: 767596:31da4bd48e9d
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat Jul 23 21:12:57 2011 +0000

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

diffstat:

 sys/arch/alpha/conf/GENERIC            |  5 +++--
 sys/arch/amd64/conf/GENERIC            |  5 +++--
 sys/arch/amd64/conf/XEN3_DOM0          |  3 ++-
 sys/arch/evbarm/conf/GUMSTIX           |  3 ++-
 sys/arch/evbarm/conf/MPCSA_GENERIC     |  5 +++--
 sys/arch/evbarm/conf/SHEEVAPLUG        |  3 ++-
 sys/arch/evbppc/conf/OPENBLOCKS266_OPT |  3 ++-
 sys/arch/i386/conf/ALL                 |  5 +++--
 sys/arch/i386/conf/GENERIC             |  5 +++--
 sys/arch/i386/conf/XEN3_DOM0           |  3 ++-
 sys/arch/iyonix/conf/GENERIC           |  5 +++--
 sys/arch/sparc64/conf/GENERIC          |  5 +++--
 sys/dev/usb/usbdevices.config          |  3 ++-
 13 files changed, 33 insertions(+), 20 deletions(-)

diffs (282 lines):

diff -r 1e8c9c4bea40 -r 31da4bd48e9d sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Sat Jul 23 20:52:15 2011 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Sat Jul 23 21:12:57 2011 +0000
@@ -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?
diff -r 1e8c9c4bea40 -r 31da4bd48e9d sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Sat Jul 23 20:52:15 2011 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Sat Jul 23 21:12:57 2011 +0000
@@ -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?
diff -r 1e8c9c4bea40 -r 31da4bd48e9d sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Sat Jul 23 20:52:15 2011 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Sat Jul 23 21:12:57 2011 +0000
@@ -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?
diff -r 1e8c9c4bea40 -r 31da4bd48e9d sys/arch/evbarm/conf/GUMSTIX
--- a/sys/arch/evbarm/conf/GUMSTIX      Sat Jul 23 20:52:15 2011 +0000
+++ b/sys/arch/evbarm/conf/GUMSTIX      Sat Jul 23 21:12:57 2011 +0000
@@ -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?
diff -r 1e8c9c4bea40 -r 31da4bd48e9d sys/arch/evbarm/conf/MPCSA_GENERIC
--- a/sys/arch/evbarm/conf/MPCSA_GENERIC        Sat Jul 23 20:52:15 2011 +0000
+++ b/sys/arch/evbarm/conf/MPCSA_GENERIC        Sat Jul 23 21:12:57 2011 +0000
@@ -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?
diff -r 1e8c9c4bea40 -r 31da4bd48e9d sys/arch/evbarm/conf/SHEEVAPLUG
--- a/sys/arch/evbarm/conf/SHEEVAPLUG   Sat Jul 23 20:52:15 2011 +0000
+++ b/sys/arch/evbarm/conf/SHEEVAPLUG   Sat Jul 23 21:12:57 2011 +0000
@@ -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?
diff -r 1e8c9c4bea40 -r 31da4bd48e9d sys/arch/evbppc/conf/OPENBLOCKS266_OPT
--- a/sys/arch/evbppc/conf/OPENBLOCKS266_OPT    Sat Jul 23 20:52:15 2011 +0000
+++ b/sys/arch/evbppc/conf/OPENBLOCKS266_OPT    Sat Jul 23 21:12:57 2011 +0000
@@ -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?
diff -r 1e8c9c4bea40 -r 31da4bd48e9d sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sat Jul 23 20:52:15 2011 +0000
+++ b/sys/arch/i386/conf/ALL    Sat Jul 23 21:12:57 2011 +0000
@@ -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?
diff -r 1e8c9c4bea40 -r 31da4bd48e9d sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sat Jul 23 20:52:15 2011 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sat Jul 23 21:12:57 2011 +0000
@@ -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?
diff -r 1e8c9c4bea40 -r 31da4bd48e9d sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0      Sat Jul 23 20:52:15 2011 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0      Sat Jul 23 21:12:57 2011 +0000
@@ -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?
diff -r 1e8c9c4bea40 -r 31da4bd48e9d sys/arch/iyonix/conf/GENERIC
--- a/sys/arch/iyonix/conf/GENERIC      Sat Jul 23 20:52:15 2011 +0000
+++ b/sys/arch/iyonix/conf/GENERIC      Sat Jul 23 21:12:57 2011 +0000
@@ -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?
diff -r 1e8c9c4bea40 -r 31da4bd48e9d sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Sat Jul 23 20:52:15 2011 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Sat Jul 23 21:12:57 2011 +0000
@@ -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?
diff -r 1e8c9c4bea40 -r 31da4bd48e9d sys/dev/usb/usbdevices.config
--- a/sys/dev/usb/usbdevices.config     Sat Jul 23 20:52:15 2011 +0000
+++ b/sys/dev/usb/usbdevices.config     Sat Jul 23 21:12:57 2011 +0000
@@ -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?



Home | Main Index | Thread Index | Old Index