Module Name:    src
Committed By:   rkujawa
Date:           Mon Jul  9 19:42:14 UTC 2012

Modified Files:
        src/sys/arch/amiga/conf: GENERIC.in

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


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 src/sys/arch/amiga/conf/GENERIC.in

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/amiga/conf/GENERIC.in
diff -u src/sys/arch/amiga/conf/GENERIC.in:1.101 src/sys/arch/amiga/conf/GENERIC.in:1.102
--- src/sys/arch/amiga/conf/GENERIC.in:1.101	Thu Jun  7 23:30:52 2012
+++ src/sys/arch/amiga/conf/GENERIC.in	Mon Jul  9 19:42:14 2012
@@ -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 @@ include "arch/amiga/conf/std.amiga"
 
 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 @@ bthub*  at btuart?
 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?

Reply via email to