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 ktm at adb driver



details:   https://anonhg.NetBSD.org/src/rev/cbc331496594
branches:  trunk
changeset: 459591:cbc331496594
user:      macallan <macallan%NetBSD.org@localhost>
date:      Mon Sep 16 07:11:08 2019 +0000

description:
add ktm at adb driver

diffstat:

 sys/arch/macppc/conf/GENERIC  |  5 +++--
 sys/arch/macppc/conf/POWERMAC |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r 9572214b5d1e -r cbc331496594 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Mon Sep 16 06:52:02 2019 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Mon Sep 16 07:11:08 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.356 2019/04/27 02:00:12 sevan Exp $
+# $NetBSD: GENERIC,v 1.357 2019/09/16 07:11:08 macallan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.356 $"
+#ident                 "GENERIC-$Revision: 1.357 $"
 
 maxusers       32
 
@@ -349,6 +349,7 @@
 nadb*  at adb_bus?             # ADB bus enumerator, at cuda or pmu
 adbkbd* at nadb?               # ADB keyboard
 adbms* at nadb?                # ADB mice and touchpads
+ktm*   at nadb?                # Kensington Turbo Mouse
 adbbt* at nadb?                # button device found on *Books
 
 wskbd*         at wskbddev? console ?
diff -r 9572214b5d1e -r cbc331496594 sys/arch/macppc/conf/POWERMAC
--- a/sys/arch/macppc/conf/POWERMAC     Mon Sep 16 06:52:02 2019 +0000
+++ b/sys/arch/macppc/conf/POWERMAC     Mon Sep 16 07:11:08 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: POWERMAC,v 1.70 2018/08/01 20:04:12 maxv Exp $
+#      $NetBSD: POWERMAC,v 1.71 2019/09/16 07:11:08 macallan Exp $
 #
 # POWERMAC config file
 #
@@ -106,6 +106,7 @@
 #options       ADB_DEBUG
 #options       ADBKBD_DEBUG
 adbms* at nadb?
+ktm*   at nadb?                        # Kensington Turbo Mouse
 
 wskbd* at wskbddev? console ?
 wsmouse* at wsmousedev?



Home | Main Index | Thread Index | Old Index