From owner-freebsd-current@FreeBSD.ORG Tue Mar 24 11:15:14 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95C2E1065677 for ; Tue, 24 Mar 2009 11:15:14 +0000 (UTC) (envelope-from michiel@boland.org) Received: from smtp-vbr3.xs4all.nl (smtp-vbr3.xs4all.nl [194.109.24.23]) by mx1.freebsd.org (Postfix) with ESMTP id 30D7A8FC1B for ; Tue, 24 Mar 2009 11:15:13 +0000 (UTC) (envelope-from michiel@boland.org) Received: from aja.boland.org (91-43-215.ftth.xms.internl.net [82.215.43.91]) (authenticated bits=0) by smtp-vbr3.xs4all.nl (8.13.8/8.13.8) with ESMTP id n2OBEoRU014425 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 24 Mar 2009 12:14:52 +0100 (CET) (envelope-from michiel@boland.org) Message-ID: <49C8C0A9.9030500@boland.org> Date: Tue, 24 Mar 2009 12:14:49 +0100 From: Michiel Boland User-Agent: Thunderbird 2.0.0.19 (X11/20090315) MIME-Version: 1.0 To: Ed Schouten References: <49C8BE04.6030702@boland.org> <20090324110802.GH87326@hoeg.nl> In-Reply-To: <20090324110802.GH87326@hoeg.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Cc: FreeBSD Current Subject: Re: console pinned at 9600 bps X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2009 11:15:15 -0000 Ed Schouten wrote: > * Michiel Boland wrote: >> Hi. After the latest update my serial console speed appears to be pinned >> at 9600. For the life of me, I can't figure out how this happend. >> Relevant lines from my loader.conf: >> >> comconsole_speed="115200" >> console="comconsole" >> >> This used to Just Work until a few days ago. >> >> Anyone else having problems with serial consoles at nonstandard speeds in >> recent -CURRENTs? Or is this pilot error somewhere? > > Does it still work in the boot loader itself? If it is, it's probably > not a TTY bug. :-) > Probably should have mentioned this. The loader prompt is also at 9600 baud. It looks like loader simply ignores the baud setting completely.