From owner-cvs-src-old@FreeBSD.ORG Fri Apr 17 00:31:16 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84A411065670 for ; Fri, 17 Apr 2009 00:31:16 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7167A8FC15 for ; Fri, 17 Apr 2009 00:31:16 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n3H0VGaU005902 for ; Fri, 17 Apr 2009 00:31:16 GMT (envelope-from emax@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3H0VGqt005901 for cvs-src-old@freebsd.org; Fri, 17 Apr 2009 00:31:16 GMT (envelope-from emax@repoman.freebsd.org) Message-Id: <200904170031.n3H0VGqt005901@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to emax@repoman.freebsd.org using -f From: Maksim Yevmenkin Date: Fri, 17 Apr 2009 00:30:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/atkbdc atkbd.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2009 00:31:16 -0000 emax 2009-04-17 00:30:56 UTC FreeBSD src repository Modified files: sys/dev/atkbdc atkbd.c Log: SVN rev 191164 on 2009-04-17 00:30:56Z by emax Prevent atkbd(4) interrupt handler from calling keyboard callback function when polled mode is enabled. This should help with duplicated/missing characters problem at mountroot, geli, etc. prompts on multi CPU systems while kbdmux(4) is enabled. Tested by: Tobias Grosser Tested by: Fabian Keil MFC after: 3 days Revision Changes Path 1.54 +4 -2 src/sys/dev/atkbdc/atkbd.c