Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf add & enable uatp driver, now that it w...



details:   https://anonhg.NetBSD.org/src/rev/da953ebc7666
branches:  trunk
changeset: 744222:da953ebc7666
user:      macallan <macallan%NetBSD.org@localhost>
date:      Mon Jan 27 20:54:59 2020 +0000

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

diffstat:

 sys/arch/macppc/conf/GENERIC |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r e6e0b4ec9ad8 -r da953ebc7666 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Mon Jan 27 20:50:05 2020 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Mon Jan 27 20:54:59 2020 +0000
@@ -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 @@
 
 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 @@
 
 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
 



Home | Main Index | Thread Index | Old Index