Module Name:    src
Committed By:   macallan
Date:           Mon Jan 27 20:54:59 UTC 2020

Modified Files:
        src/sys/arch/macppc/conf: GENERIC

Log Message:
add & enable uatp driver, now that it works on ppc-era hardware
leave pbms in but commented out for now


To generate a diff of this commit:
cvs rdiff -u -r1.363 -r1.364 src/sys/arch/macppc/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/macppc/conf/GENERIC
diff -u src/sys/arch/macppc/conf/GENERIC:1.363 src/sys/arch/macppc/conf/GENERIC:1.364
--- src/sys/arch/macppc/conf/GENERIC:1.363	Sat Jan 25 18:38:36 2020
+++ src/sys/arch/macppc/conf/GENERIC	Mon Jan 27 20:54:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.363 2020/01/25 18:38:36 thorpej Exp $
+# $NetBSD: GENERIC,v 1.364 2020/01/27 20:54:59 macallan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include		"arch/macppc/conf/std.macppc"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.363 $"
+#ident 		"GENERIC-$Revision: 1.364 $"
 
 maxusers	32
 
@@ -445,7 +445,8 @@ usb*	at slhci?					# USB bus support
 
 include "dev/usb/usbdevices.config"
 
-pbms*	at uhidev? reportid ?				# PowerBook 15" mouse
+uatp*	at uhidev? reportid ?	# Apple multi-touchpads found in late *Books
+#pbms*	at uhidev? reportid ?	# older driver for touchpads
 
 # Bluetooth Controller and Device support
 

Reply via email to