From owner-svn-src-all@freebsd.org Tue Mar 22 15:55:44 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E572CAD93DA for ; Tue, 22 Mar 2016 15:55:44 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from pmta2.delivery6.ore.mailhop.org (pmta2.delivery6.ore.mailhop.org [54.200.129.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADE8A323 for ; Tue, 22 Mar 2016 15:55:44 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 8f753345-f046-11e5-9036-c33267960ba8 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.34.117.227 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.34.117.227]) by outbound2.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Tue, 22 Mar 2016 15:55:54 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.14.9) with ESMTP id u2MFtffc011794; Tue, 22 Mar 2016 09:55:41 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1458662141.1091.16.camel@freebsd.org> Subject: Re: svn commit: r297190 - head/sys/kern From: Ian Lepore To: Edward Tomasz Napierala , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Tue, 22 Mar 2016 09:55:41 -0600 In-Reply-To: <201603221346.u2MDk1XH029623@repo.freebsd.org> References: <201603221346.u2MDk1XH029623@repo.freebsd.org> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2016 15:55:45 -0000 On Tue, 2016-03-22 at 13:46 +0000, Edward Tomasz Napierala wrote: > Author: trasz > Date: Tue Mar 22 13:46:01 2016 > New Revision: 297190 > URL: https://svnweb.freebsd.org/changeset/base/297190 > > Log: > Wait for root mount tokens before showing the root mount prompt. > This restores the pre-r290196 behaviour, eliminating the need to manually > press '.' a couple of times to get USB to finish probing. > > Note that there's still something wrong with the console (character > echoing doesn't quite work), and there's also a reported problem with > BHyVe, but those two don't seem related to the problem above. Just a datapoint on the echoing... it works fine on a serial console, it's been years since I've seen glitches at the mountroot prompt. So the problem may be in vt or kbdmux. -- Ian