From owner-freebsd-usb@FreeBSD.ORG Thu May 28 05:20:05 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9936A106567B for ; Thu, 28 May 2009 05:20:05 +0000 (UTC) (envelope-from emikulic@gmail.com) Received: from ipmail04.adl2.internode.on.net (ipmail04.adl2.internode.on.net [203.16.214.57]) by mx1.freebsd.org (Postfix) with ESMTP id 249EB8FC43 for ; Thu, 28 May 2009 05:20:04 +0000 (UTC) (envelope-from emikulic@gmail.com) Received: from ppp154-240.static.internode.on.net ([150.101.154.240]) by ipmail04.adl2.internode.on.net with ESMTP; 28 May 2009 14:23:11 +0930 Received: by ppp154-240.static.internode.on.net (Poo-fix, from userid 1001) id 750875C45; Thu, 28 May 2009 14:52:58 +1000 (EST) Date: Thu, 28 May 2009 14:52:58 +1000 From: Emil Mikulic To: Andriy Gapon Message-ID: <20090528045258.GA51336@dmr.ath.cx> References: <4A1D321F.7060907@icyb.net.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A1D321F.7060907@icyb.net.ua> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-current@freebsd.org, freebsd-usb@freebsd.org Subject: Re: usb keyboard detected after mountroot X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2009 05:20:06 -0000 On Wed, May 27, 2009 at 03:29:19PM +0300, Andriy Gapon wrote: > I think it's time to remind of this issue again. I have no clue why > it happens but on my system I consistently see that my USB keyboard is > detected after mountroot. This worries me because this is a "legacy > free" system, i.e. it has no PS/2 ports. So if something unexpected > happens I won't be able to enter different boot device should kernel > boot ever stop at mountroot prompt. I have the same problem and filed a PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=133989 The PR contains a patch that calls pause() in the prompt code. This gets the keyboard detected but not actually working. :( --Emil