Re: svn commit: r232309 - head/sys/boot/i386/libi386

2012-02-29 Thread Jung-uk Kim
On Wednesday 29 February 2012 01:23 pm, Alexey Dokuchaev wrote: > On Wed, Feb 29, 2012 at 06:11:34PM +, 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 bu

Re: svn commit: r232309 - head/sys/boot/i386/libi386

2012-02-29 Thread Alexey Dokuchaev
On Wed, Feb 29, 2012 at 06:11:34PM +, 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 probi

svn commit: r232309 - head/sys/boot/i386/libi386

2012-02-29 Thread Jung-uk Kim
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. Submitted by: Alex