From 4db6edf0080a2542c8c67c716b0c81c521baa820 Mon Sep 17 00:00:00 2001 From: scw Date: Tue, 18 Jan 2005 10:30:11 +0000 Subject: [PATCH] Add "options PMS_SYNAPTICS_TOUCHPAD", commented out by default. --- sys/arch/amd64/conf/GENERIC | 5 +++-- sys/arch/amd64/conf/INSTALL | 5 +++-- sys/arch/amd64/conf/INSTALL_ACPI | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 922ce35ebaa0..dc0206a4351f 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.35 2005/01/17 15:28:51 cube Exp $ +# $NetBSD: GENERIC,v 1.36 2005/01/18 10:30:11 scw Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.35 $" +#ident "GENERIC-$Revision: 1.36 $" maxusers 32 # estimated number of users @@ -301,6 +301,7 @@ pckbc0 at isa? # pc keyboard controller pckbd* at pckbc? # PC keyboard pms* at pckbc? # PS/2 mouse for wsmouse #options PMS_DISABLE_POWERHOOK # Disable PS/2 reset on resume +#options PMS_SYNAPTICS_TOUCHPAD # Enable support for Synaptics Touchpads vga* at pci? dev ? function ? wsdisplay* at vga? console ? wskbd* at pckbd? console ? diff --git a/sys/arch/amd64/conf/INSTALL b/sys/arch/amd64/conf/INSTALL index 51e99266f2a1..7440b6207862 100644 --- a/sys/arch/amd64/conf/INSTALL +++ b/sys/arch/amd64/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.22 2005/01/17 15:28:51 cube Exp $ +# $NetBSD: INSTALL,v 1.23 2005/01/18 10:30:11 scw Exp $ # # GENERIC machine description file # @@ -20,7 +20,7 @@ include "arch/amd64/conf/std.amd64" -#ident "INSTALL-$Revision: 1.22 $" +#ident "INSTALL-$Revision: 1.23 $" maxusers 32 # estimated number of users @@ -219,6 +219,7 @@ pckbc0 at isa? # pc keyboard controller pckbd* at pckbc? # PC keyboard pms* at pckbc? # PS/2 mouse for wsmouse #options PMS_DISABLE_POWERHOOK # Disable PS/2 reset on resume +#options PMS_SYNAPTICS_TOUCHPAD # Enable support for Synaptics Touchpads vga* at pci? dev ? function ? wsdisplay* at vga? console ? wskbd* at pckbd? console ? diff --git a/sys/arch/amd64/conf/INSTALL_ACPI b/sys/arch/amd64/conf/INSTALL_ACPI index 404066405348..21f055ea0330 100644 --- a/sys/arch/amd64/conf/INSTALL_ACPI +++ b/sys/arch/amd64/conf/INSTALL_ACPI @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL_ACPI,v 1.14 2005/01/17 15:28:51 cube Exp $ +# $NetBSD: INSTALL_ACPI,v 1.15 2005/01/18 10:30:11 scw Exp $ # # GENERIC machine description file # @@ -20,7 +20,7 @@ include "arch/amd64/conf/std.amd64" -#ident "INSTALL-$Revision: 1.14 $" +#ident "INSTALL-$Revision: 1.15 $" maxusers 32 # estimated number of users @@ -220,6 +220,7 @@ pckbc0 at isa? # pc keyboard controller pckbd* at pckbc? # PC keyboard pms* at pckbc? # PS/2 mouse for wsmouse #options PMS_DISABLE_POWERHOOK # Disable PS/2 reset on resume +#options PMS_SYNAPTICS_TOUCHPAD # Enable support for Synaptics Touchpads vga* at pci? dev ? function ? wsdisplay* at vga? console ? wskbd* at pckbd? console ?