Date: Mon, 3 Jan 2005 13:19:49 +0000 (UTC) From: Philip Paeps <philip@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa psm.c Message-ID: <200501031319.j03DJnQJ027298@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
philip 2005-01-03 13:19:49 UTC FreeBSD src repository Modified files: sys/isa psm.c Log: Reduce diffs to work in progress before checking in serious changes. o Move the sysctls under debug.psm.* and hw.psm.* making them a bit clearer and more consistent with other drivers. o Remove the debug.psm_soft_timeout sysctl. It was introduced many moons ago in r1.64 but never referenced anywhere. o Introduce hw.psm.tap_threshold and hw.psm.tap_timeout to control the behaviour of taps on touchpads. People might like to fiddle with these if tapping seems to slow or too fast for them. o Add debug.psm.loglevel as a tunable so that verbosity can be set easily at boot-time (to watch probes and such) without having to compile a kernel with options PSM_DEBUG=N. Revision Changes Path 1.83 +21 -20 src/sys/isa/psm.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501031319.j03DJnQJ027298>