Module Name: src Committed By: macallan Date: Mon Sep 16 07:11:09 UTC 2019
Modified Files: src/sys/arch/macppc/conf: GENERIC POWERMAC Log Message: add ktm at adb driver To generate a diff of this commit: cvs rdiff -u -r1.356 -r1.357 src/sys/arch/macppc/conf/GENERIC cvs rdiff -u -r1.70 -r1.71 src/sys/arch/macppc/conf/POWERMAC 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.356 src/sys/arch/macppc/conf/GENERIC:1.357 --- src/sys/arch/macppc/conf/GENERIC:1.356 Sat Apr 27 02:00:12 2019 +++ src/sys/arch/macppc/conf/GENERIC Mon Sep 16 07:11:08 2019 @@ -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 @@ include "arch/macppc/conf/std.macppc" 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 @@ pmu* at obio? # PMU, *Books and newer P 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 ? Index: src/sys/arch/macppc/conf/POWERMAC diff -u src/sys/arch/macppc/conf/POWERMAC:1.70 src/sys/arch/macppc/conf/POWERMAC:1.71 --- src/sys/arch/macppc/conf/POWERMAC:1.70 Wed Aug 1 20:04:12 2018 +++ src/sys/arch/macppc/conf/POWERMAC Mon Sep 16 07:11:08 2019 @@ -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 @@ adbkbd* at nadb? # ADB keyboard #options ADB_DEBUG #options ADBKBD_DEBUG adbms* at nadb? +ktm* at nadb? # Kensington Turbo Mouse wskbd* at wskbddev? console ? wsmouse* at wsmousedev?