From owner-svn-src-head@FreeBSD.ORG Wed Feb 29 18:23:58 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id CF1B21065670; Wed, 29 Feb 2012 18:23:58 +0000 (UTC) Date: Wed, 29 Feb 2012 18:23:58 +0000 From: Alexey Dokuchaev To: Jung-uk Kim Message-ID: <20120229182358.GA67664@FreeBSD.org> References: <201202291811.q1TIBYim038653@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201202291811.q1TIBYim038653@svn.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r232309 - head/sys/boot/i386/libi386 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Feb 2012 18:23:58 -0000 On Wed, Feb 29, 2012 at 06:11:34PM +0000, Jung-uk Kim wrote: > Author: jkim > Date: Wed Feb 29 18:11:33 2012 > New Revision: 232309 > URL: http://svn.freebsd.org/changeset/base/232309 > > Log: > Fix a long standing bug. The caller expects a non-zero value for success. > Luckily keyboard probing was turned off by default from the first revision. Could it be related to the resume brokenesss I've reported earlier on -stable@, or this code path does not touch it? ./danfe