From owner-freebsd-current@FreeBSD.ORG Tue Oct 16 15:06:00 2007 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 C834C16A420 for ; Tue, 16 Oct 2007 15:06:00 +0000 (UTC) (envelope-from jpedras+freebsd-current@webvolution.net) Received: from mail.portrait.com (mail.portrait.com [64.171.32.41]) by mx1.freebsd.org (Postfix) with ESMTP id C28EA13C4B5 for ; Tue, 16 Oct 2007 15:06:00 +0000 (UTC) (envelope-from jpedras+freebsd-current@webvolution.net) Received: from joao-pedras-computer-2.local (beastie.webvolution.net [64.174.136.225]) (authenticated bits=0) by mail.portrait.com (8.13.1/8.13.1) with ESMTP id l9GF5lqB083903 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 16 Oct 2007 08:05:52 -0700 (PDT) (envelope-from jpedras+freebsd-current@webvolution.net) Message-ID: <4714D34C.9010908@webvolution.net> Date: Tue, 16 Oct 2007 08:05:48 -0700 From: Joao Pedras User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Petr Holub References: <009f01c81003$d254d3a0$5317fb93@KLOBOUCEK> In-Reply-To: <009f01c81003$d254d3a0$5317fb93@KLOBOUCEK> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.1 required=3.0 tests=FORGED_RCVD_HELO X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on mail.portrait.com Cc: freebsd-current@freebsd.org Subject: Re: comconsole_speed not applied 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, 16 Oct 2007 15:06:00 -0000 Petr Holub wrote: >> As an alternative, try placing -S115200 in /boot.config and remove >> the comconsole_speed from /boot/loader.conf. >> >> I use -S115200 -Dh in /boot.config on RELENG_7 without a problem. > > I've tested that and it doesn't work either. Funny thing is it > works with BIOS redirection, so at least the port is capable > of this for sure... > > Petr > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Peter, there is a thread currently going ("New-bus unit wiring via hints..") in which is mentioned that the kernel may swap the numbering of the sio's (ie. sio0 is sio1 and vice-versa). I am not sure if this is happening to you. Hope that helps.