Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/conf Don't enable wsmouse in a non-WSCONS ker...



details:   https://anonhg.NetBSD.org/src/rev/278ff54655e1
branches:  trunk
changeset: 780059:278ff54655e1
user:      rkujawa <rkujawa%NetBSD.org@localhost>
date:      Mon Jul 09 19:42:14 2012 +0000

description:
Don't enable wsmouse in a non-WSCONS kernel.

diffstat:

 sys/arch/amiga/conf/GENERIC.in |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (39 lines):

diff -r fb69bf2649ab -r 278ff54655e1 sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in    Mon Jul 09 19:34:56 2012 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in    Mon Jul 09 19:42:14 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.101 2012/06/07 23:30:52 rkujawa Exp $
+# $NetBSD: GENERIC.in,v 1.102 2012/07/09 19:42:14 rkujawa Exp $
 #
 ##
 # GENERIC machine description file
@@ -52,7 +52,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.101 $"
+#ident                 "GENERIC-$Revision: 1.102 $"
 
 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
 makeoptions    COPTS="-Os"
@@ -607,16 +607,16 @@
 bthidev* at bthub?
 
 # Bluetooth Mouse
-btms*   at bthidev? reportid ?
-wsmouse* at btms? mux 0
+#btms*   at bthidev? reportid ?
+#wsmouse* at btms? mux 0
 
 # Bluetooth Keyboard
 #btkbd* at bthidev? reportid ?
 #wskbd* at btkbd? console ? mux 1
 
 # Bluetooth Apple Magic Mouse
-btmagic* at bthub?
-wsmouse* at btmagic? mux 0
+#btmagic* at bthub?
+#wsmouse* at btmagic? mux 0
 
 # Bluetooth Audio support
 #btsco* at bthub?



Home | Main Index | Thread Index | Old Index