Module Name: src
Committed By: plunky
Date: Sat May 22 19:02:09 UTC 2010
Modified Files:
src/sys/arch/alpha/conf: GENERIC
src/sys/arch/amd64/conf: GENERIC XEN3_DOM0
src/sys/arch/evbarm/conf: GUMSTIX MPCSA_GENERIC
src/sys/arch/evbppc/conf: OPENBLOCKS266_OPT
src/sys/arch/hpcarm/conf: JORNADA720
src/sys/arch/hpcsh/conf: GENERIC
src/sys/arch/i386/conf: ALL GENERIC XEN3_DOM0
src/sys/arch/iyonix/conf: GENERIC
src/sys/arch/sparc64/conf: GENERIC
Log Message:
add btmagic(4) where other Bluetooth drivers are listed
To generate a diff of this commit:
cvs rdiff -u -r1.336 -r1.337 src/sys/arch/alpha/conf/GENERIC
cvs rdiff -u -r1.278 -r1.279 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/evbarm/conf/GUMSTIX
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/conf/MPCSA_GENERIC
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT
cvs rdiff -u -r1.77 -r1.78 src/sys/arch/hpcarm/conf/JORNADA720
cvs rdiff -u -r1.90 -r1.91 src/sys/arch/hpcsh/conf/GENERIC
cvs rdiff -u -r1.257 -r1.258 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.982 -r1.983 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/i386/conf/XEN3_DOM0
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/iyonix/conf/GENERIC
cvs rdiff -u -r1.128 -r1.129 src/sys/arch/sparc64/conf/GENERIC
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.336 src/sys/arch/alpha/conf/GENERIC:1.337
--- src/sys/arch/alpha/conf/GENERIC:1.336 Sat May 8 22:16:25 2010
+++ src/sys/arch/alpha/conf/GENERIC Sat May 22 19:02:07 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.336 2010/05/08 22:16:25 mrg Exp $
+# $NetBSD: GENERIC,v 1.337 2010/05/22 19:02:07 plunky 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.336 $"
+ident "GENERIC-$Revision: 1.337 $"
maxusers 32
@@ -662,6 +662,10 @@
btkbd* at bthidev? reportid ?
wskbd* at btkbd? console ? mux 1
+# Bluetooth Apple Magic Mouse
+btmagic* at bthub?
+wsmouse* at btmagic? mux 0
+
# Bluetooth Audio support
btsco* at bthub?
Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.278 src/sys/arch/amd64/conf/GENERIC:1.279
--- src/sys/arch/amd64/conf/GENERIC:1.278 Sat May 8 22:16:25 2010
+++ src/sys/arch/amd64/conf/GENERIC Sat May 22 19:02:07 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.278 2010/05/08 22:16:25 mrg Exp $
+# $NetBSD: GENERIC,v 1.279 2010/05/22 19:02:07 plunky Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.278 $"
+#ident "GENERIC-$Revision: 1.279 $"
maxusers 64 # estimated number of users
@@ -1049,6 +1049,10 @@
btkbd* at bthidev? reportid ?
wskbd* at btkbd? console ? mux 1
+# Bluetooth Apple Magic Mouse
+btmagic* at bthub?
+wsmouse* at btmagic? mux 0
+
# Bluetooth Audio support
btsco* at bthub?
Index: src/sys/arch/amd64/conf/XEN3_DOM0
diff -u src/sys/arch/amd64/conf/XEN3_DOM0:1.53 src/sys/arch/amd64/conf/XEN3_DOM0:1.54
--- src/sys/arch/amd64/conf/XEN3_DOM0:1.53 Fri Apr 16 13:48:28 2010
+++ src/sys/arch/amd64/conf/XEN3_DOM0 Sat May 22 19:02:07 2010
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.53 2010/04/16 13:48:28 pooka Exp $
+# $NetBSD: XEN3_DOM0,v 1.54 2010/05/22 19:02:07 plunky Exp $
include "arch/amd64/conf/std.xen"
@@ -733,6 +733,10 @@
btkbd* at bthidev? reportid ?
wskbd* at btkbd? console ? mux 1
+# Bluetooth Apple Magic Mouse
+btmagic* at bthub?
+wsmouse* at btmagic? mux 0
+
# Bluetooth Audio support
btsco* at bthub?
Index: src/sys/arch/evbarm/conf/GUMSTIX
diff -u src/sys/arch/evbarm/conf/GUMSTIX:1.48 src/sys/arch/evbarm/conf/GUMSTIX:1.49
--- src/sys/arch/evbarm/conf/GUMSTIX:1.48 Sat May 8 22:16:26 2010
+++ src/sys/arch/evbarm/conf/GUMSTIX Sat May 22 19:02:07 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GUMSTIX,v 1.48 2010/05/08 22:16:26 mrg Exp $
+# $NetBSD: GUMSTIX,v 1.49 2010/05/22 19:02:07 plunky Exp $
#
# GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
#
@@ -338,6 +338,10 @@
btkbd* at bthidev? reportid ?
wskbd* at btkbd? console ? mux 1
+# Bluetooth Apple Magic Mouse
+btmagic* at bthub?
+wsmouse* at btmagic? mux 0
+
# Bluetooth Audio support
btsco* at bthub?
Index: src/sys/arch/evbarm/conf/MPCSA_GENERIC
diff -u src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.15 src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.16
--- src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.15 Sat May 8 22:16:26 2010
+++ src/sys/arch/evbarm/conf/MPCSA_GENERIC Sat May 22 19:02:08 2010
@@ -1,4 +1,4 @@
-# $NetBSD: MPCSA_GENERIC,v 1.15 2010/05/08 22:16:26 mrg Exp $
+# $NetBSD: MPCSA_GENERIC,v 1.16 2010/05/22 19:02:08 plunky Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.15 $"
+#ident "GENERIC-$Revision: 1.16 $"
maxusers 32 # estimated number of users
@@ -618,6 +618,10 @@
#btkbd* at bthidev? reportid ?
#wskbd* at btkbd? console ? mux 1
+# Bluetooth Apple Magic Mouse
+#btmagic* at bthub?
+#wsmouse* at btmagic? mux 0
+
# Bluetooth Audio support
#btsco* at bthub?
Index: src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT
diff -u src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT:1.13 src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT:1.14
--- src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT:1.13 Wed Mar 10 17:40:31 2010
+++ src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT Sat May 22 19:02:08 2010
@@ -1,4 +1,4 @@
-# $NetBSD: OPENBLOCKS266_OPT,v 1.13 2010/03/10 17:40:31 kiyohara Exp $
+# $NetBSD: OPENBLOCKS266_OPT,v 1.14 2010/05/22 19:02:08 plunky Exp $
#
include "arch/evbppc/conf/OPENBLOCKS266"
@@ -333,6 +333,10 @@
btkbd* at bthidev? reportid ?
wskbd* at btkbd? console ? mux 1
+# Bluetooth Apple Magic Mouse
+btmagic* at bthub?
+wsmouse* at btmagic? mux 0
+
# Bluetooth Audio support
btsco* at bthub?
Index: src/sys/arch/hpcarm/conf/JORNADA720
diff -u src/sys/arch/hpcarm/conf/JORNADA720:1.77 src/sys/arch/hpcarm/conf/JORNADA720:1.78
--- src/sys/arch/hpcarm/conf/JORNADA720:1.77 Sat Apr 17 13:36:21 2010
+++ src/sys/arch/hpcarm/conf/JORNADA720 Sat May 22 19:02:08 2010
@@ -1,4 +1,4 @@
-# $NetBSD: JORNADA720,v 1.77 2010/04/17 13:36:21 nonaka Exp $
+# $NetBSD: JORNADA720,v 1.78 2010/05/22 19:02:08 plunky Exp $
#
# JORNADA -- Windows-CE based jornada 720
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.77 $"
+#ident "GENERIC-$Revision: 1.78 $"
# estimated number of users
maxusers 32
@@ -247,6 +247,10 @@
btkbd* at bthidev? reportid ?
wskbd* at btkbd? console ? mux 1
+# Bluetooth Apple Magic Mouse
+btmagic* at bthub?
+wsmouse* at btmagic? mux 0
+
# Bluetooth Audio support
#btsco* at bthub?
Index: src/sys/arch/hpcsh/conf/GENERIC
diff -u src/sys/arch/hpcsh/conf/GENERIC:1.90 src/sys/arch/hpcsh/conf/GENERIC:1.91
--- src/sys/arch/hpcsh/conf/GENERIC:1.90 Sat May 1 11:35:41 2010
+++ src/sys/arch/hpcsh/conf/GENERIC Sat May 22 19:02:08 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.90 2010/05/01 11:35:41 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.91 2010/05/22 19:02:08 plunky Exp $
#
# GENERIC machine description file
#
@@ -333,6 +333,10 @@
#btkbd* at bthidev? reportid ?
#wskbd* at btkbd? console ? mux 1
+# Bluetooth Apple Magic Mouse
+#btmagic* at bthub?
+#wsmouse* at btmagic? mux 0
+
# Bluetooth Audio support
#btsco* at bthub?
Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.257 src/sys/arch/i386/conf/ALL:1.258
--- src/sys/arch/i386/conf/ALL:1.257 Sat May 8 22:16:28 2010
+++ src/sys/arch/i386/conf/ALL Sat May 22 19:02:08 2010
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.257 2010/05/08 22:16:28 mrg Exp $
+# $NetBSD: ALL,v 1.258 2010/05/22 19:02:08 plunky 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.257 $"
+#ident "ALL-$Revision: 1.258 $"
maxusers 64 # estimated number of users
@@ -1500,6 +1500,10 @@
btkbd* at bthidev? reportid ?
wskbd* at btkbd? console ? mux 1
+# Bluetooth Apple Magic Mouse
+btmagic* at bthub?
+wsmouse* at btmagic? mux 0
+
# Bluetooth Audio support
btsco* at bthub?
Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.982 src/sys/arch/i386/conf/GENERIC:1.983
--- src/sys/arch/i386/conf/GENERIC:1.982 Sat May 8 22:16:28 2010
+++ src/sys/arch/i386/conf/GENERIC Sat May 22 19:02:08 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.982 2010/05/08 22:16:28 mrg Exp $
+# $NetBSD: GENERIC,v 1.983 2010/05/22 19:02:08 plunky Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.982 $"
+#ident "GENERIC-$Revision: 1.983 $"
maxusers 64 # estimated number of users
@@ -1434,6 +1434,10 @@
btkbd* at bthidev? reportid ?
wskbd* at btkbd? console ? mux 1
+# Bluetooth Apple Magic Mouse
+btmagic* at bthub?
+wsmouse* at btmagic? mux 0
+
# Bluetooth Audio support
btsco* at bthub?
Index: src/sys/arch/i386/conf/XEN3_DOM0
diff -u src/sys/arch/i386/conf/XEN3_DOM0:1.33 src/sys/arch/i386/conf/XEN3_DOM0:1.34
--- src/sys/arch/i386/conf/XEN3_DOM0:1.33 Fri Apr 30 23:55:24 2010
+++ src/sys/arch/i386/conf/XEN3_DOM0 Sat May 22 19:02:08 2010
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.33 2010/04/30 23:55:24 jakllsch Exp $
+# $NetBSD: XEN3_DOM0,v 1.34 2010/05/22 19:02:08 plunky Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@@ -716,6 +716,10 @@
btkbd* at bthidev? reportid ?
wskbd* at btkbd? console ? mux 1
+# Bluetooth Apple Magic Mouse
+btmagic* at bthub?
+wsmouse* at btmagic? mux 0
+
# Bluetooth Audio support
btsco* at bthub?
Index: src/sys/arch/iyonix/conf/GENERIC
diff -u src/sys/arch/iyonix/conf/GENERIC:1.59 src/sys/arch/iyonix/conf/GENERIC:1.60
--- src/sys/arch/iyonix/conf/GENERIC:1.59 Fri Apr 16 13:48:32 2010
+++ src/sys/arch/iyonix/conf/GENERIC Sat May 22 19:02:09 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.59 2010/04/16 13:48:32 pooka Exp $
+# $NetBSD: GENERIC,v 1.60 2010/05/22 19:02:09 plunky Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.59 $"
+#ident "GENERIC-$Revision: 1.60 $"
maxusers 32 # estimated number of users
@@ -751,6 +751,10 @@
#btkbd* at bthidev? reportid ?
#wskbd* at btkbd? console ? mux 1
+# Bluetooth Apple Magic Mouse
+#btmagic* at bthub?
+#wsmouse* at btmagic? mux 0
+
# Bluetooth Audio support
#btsco* at bthub?
Index: src/sys/arch/sparc64/conf/GENERIC
diff -u src/sys/arch/sparc64/conf/GENERIC:1.128 src/sys/arch/sparc64/conf/GENERIC:1.129
--- src/sys/arch/sparc64/conf/GENERIC:1.128 Sat May 22 15:55:02 2010
+++ src/sys/arch/sparc64/conf/GENERIC Sat May 22 19:02:09 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.128 2010/05/22 15:55:02 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.129 2010/05/22 19:02:09 plunky Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.128 $"
+#ident "GENERIC-$Revision: 1.129 $"
maxusers 64
@@ -835,6 +835,10 @@
btkbd* at bthidev? reportid ?
wskbd* at btkbd? console ? mux 1
+## Bluetooth Apple Magic Mouse
+btmagic* at bthub?
+wsmouse* at btmagic? mux 0
+
## Bluetooth Audio support
btsco* at bthub?