Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch add btmagic(4) where other Bluetooth drivers are li...
details: https://anonhg.NetBSD.org/src/rev/626ab578cc71
branches: trunk
changeset: 755104:626ab578cc71
user: plunky <plunky%NetBSD.org@localhost>
date: Sat May 22 19:02:07 2010 +0000
description:
add btmagic(4) where other Bluetooth drivers are listed
diffstat:
sys/arch/alpha/conf/GENERIC | 8 ++++++--
sys/arch/amd64/conf/GENERIC | 8 ++++++--
sys/arch/amd64/conf/XEN3_DOM0 | 6 +++++-
sys/arch/evbarm/conf/GUMSTIX | 6 +++++-
sys/arch/evbarm/conf/MPCSA_GENERIC | 8 ++++++--
sys/arch/evbppc/conf/OPENBLOCKS266_OPT | 6 +++++-
sys/arch/hpcarm/conf/JORNADA720 | 8 ++++++--
sys/arch/hpcsh/conf/GENERIC | 6 +++++-
sys/arch/i386/conf/ALL | 8 ++++++--
sys/arch/i386/conf/GENERIC | 8 ++++++--
sys/arch/i386/conf/XEN3_DOM0 | 6 +++++-
sys/arch/iyonix/conf/GENERIC | 8 ++++++--
sys/arch/sparc64/conf/GENERIC | 8 ++++++--
13 files changed, 73 insertions(+), 21 deletions(-)
diffs (truncated from 332 to 300 lines):
diff -r 122cfc36cc34 -r 626ab578cc71 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC Sat May 22 18:58:01 2010 +0000
+++ b/sys/arch/alpha/conf/GENERIC Sat May 22 19:02:07 2010 +0000
@@ -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?
diff -r 122cfc36cc34 -r 626ab578cc71 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Sat May 22 18:58:01 2010 +0000
+++ b/sys/arch/amd64/conf/GENERIC Sat May 22 19:02:07 2010 +0000
@@ -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?
diff -r 122cfc36cc34 -r 626ab578cc71 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0 Sat May 22 18:58:01 2010 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0 Sat May 22 19:02:07 2010 +0000
@@ -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?
diff -r 122cfc36cc34 -r 626ab578cc71 sys/arch/evbarm/conf/GUMSTIX
--- a/sys/arch/evbarm/conf/GUMSTIX Sat May 22 18:58:01 2010 +0000
+++ b/sys/arch/evbarm/conf/GUMSTIX Sat May 22 19:02:07 2010 +0000
@@ -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?
diff -r 122cfc36cc34 -r 626ab578cc71 sys/arch/evbarm/conf/MPCSA_GENERIC
--- a/sys/arch/evbarm/conf/MPCSA_GENERIC Sat May 22 18:58:01 2010 +0000
+++ b/sys/arch/evbarm/conf/MPCSA_GENERIC Sat May 22 19:02:07 2010 +0000
@@ -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?
diff -r 122cfc36cc34 -r 626ab578cc71 sys/arch/evbppc/conf/OPENBLOCKS266_OPT
--- a/sys/arch/evbppc/conf/OPENBLOCKS266_OPT Sat May 22 18:58:01 2010 +0000
+++ b/sys/arch/evbppc/conf/OPENBLOCKS266_OPT Sat May 22 19:02:07 2010 +0000
@@ -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?
diff -r 122cfc36cc34 -r 626ab578cc71 sys/arch/hpcarm/conf/JORNADA720
--- a/sys/arch/hpcarm/conf/JORNADA720 Sat May 22 18:58:01 2010 +0000
+++ b/sys/arch/hpcarm/conf/JORNADA720 Sat May 22 19:02:07 2010 +0000
@@ -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?
diff -r 122cfc36cc34 -r 626ab578cc71 sys/arch/hpcsh/conf/GENERIC
--- a/sys/arch/hpcsh/conf/GENERIC Sat May 22 18:58:01 2010 +0000
+++ b/sys/arch/hpcsh/conf/GENERIC Sat May 22 19:02:07 2010 +0000
@@ -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?
diff -r 122cfc36cc34 -r 626ab578cc71 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL Sat May 22 18:58:01 2010 +0000
+++ b/sys/arch/i386/conf/ALL Sat May 22 19:02:07 2010 +0000
@@ -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?
diff -r 122cfc36cc34 -r 626ab578cc71 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Sat May 22 18:58:01 2010 +0000
+++ b/sys/arch/i386/conf/GENERIC Sat May 22 19:02:07 2010 +0000
@@ -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?
diff -r 122cfc36cc34 -r 626ab578cc71 sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0 Sat May 22 18:58:01 2010 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0 Sat May 22 19:02:07 2010 +0000
@@ -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?
diff -r 122cfc36cc34 -r 626ab578cc71 sys/arch/iyonix/conf/GENERIC
--- a/sys/arch/iyonix/conf/GENERIC Sat May 22 18:58:01 2010 +0000
+++ b/sys/arch/iyonix/conf/GENERIC Sat May 22 19:02:07 2010 +0000
@@ -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
+
Home |
Main Index |
Thread Index |
Old Index