From owner-cvs-src@FreeBSD.ORG Fri Oct 1 06:26:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32AAF16A4CE; Fri, 1 Oct 2004 06:26:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13D5243D5F; Fri, 1 Oct 2004 06:26:52 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i916QpmZ089224; Fri, 1 Oct 2004 06:26:51 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i916QpcD089223; Fri, 1 Oct 2004 06:26:51 GMT (envelope-from philip) Message-Id: <200410010626.i916QpcD089223@repoman.freebsd.org> From: Philip Paeps Date: Fri, 1 Oct 2004 06:26:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/isa psm.c src/share/man/man4 psm.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2004 06:26:52 -0000 philip 2004-10-01 06:26:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/isa psm.c share/man/man4 psm.4 Log: MFC: Introduction of hw.psm.synaptics_support tunable [1] and documentation for the synaptics support in psm(4) [2]. [1] from psm.c r1.82 [2] from psm.4 r1.44 Approved by: re (scottl) Revision Changes Path 1.43.2.1 +49 -1 src/share/man/man4/psm.4 1.79.2.2 +11 -1 src/sys/isa/psm.c