From owner-freebsd-stable@FreeBSD.ORG Wed Jun 6 10:24:31 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EDB3916A400 for ; Wed, 6 Jun 2007 10:24:31 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.224]) by mx1.freebsd.org (Postfix) with ESMTP id A860013C483 for ; Wed, 6 Jun 2007 10:24:31 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by nz-out-0506.google.com with SMTP id 14so86396nzn for ; Wed, 06 Jun 2007 03:24:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=oVWPUBtfVrLj4tt8MKZWb8fw7H7uYnx5awiX3u4M/TxoooOMUytChJKlGuGjNpKyganAcc+NqDkJCDjhXOSb+RvOcjeZe5/Nga7yDoMOuUjG/Felm3SyY8upQ8nIFg9TDHuGT4RmWK5gA7nrKQon4heKA0FtNun6S9jdlwwlFyE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=TMKh3vP/Bxp2pjbnNjB6HvVb2ESpSxS7f7L1Wzp3ruhIOhJJ2DIN038Wd+o2Y0dbb07Nol45kk0QIvwEClNXJFYkgG2igHpDjyyk6L4kjkKSQXDJZHy7AeXFwkKQsVlv4R/LWd3DJ/5gS7fkBXRapCK7ZF+y+7F9P1on6vvnjZ4= Received: by 10.114.179.1 with SMTP id b1mr300014waf.1181125470689; Wed, 06 Jun 2007 03:24:30 -0700 (PDT) Received: by 10.114.194.10 with HTTP; Wed, 6 Jun 2007 03:24:30 -0700 (PDT) Message-ID: Date: Wed, 6 Jun 2007 14:24:30 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Stefan Bethke" In-Reply-To: <134135D0-8AC6-4D9A-8D08-7CB5DD34ADEF@lassitu.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6196E612-1611-4D81-BF50-8E54DED00480@khera.org> <911B338C-38E0-4952-986C-F9DBC82E99BE@lassitu.de> <20061024144134.GA72596@icarus.home.lan> <134135D0-8AC6-4D9A-8D08-7CB5DD34ADEF@lassitu.de> X-Google-Sender-Auth: 87a7490720f27bdb Cc: Vivek Khera , FreeBSD Stable , Jeremy Chadwick Subject: Re: kernel ignores kenv comconsole_speed? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2007 10:24:32 -0000 On 10/25/06, Stefan Bethke wrote: > Am 25.10.2006 um 10:57 schrieb Stefan Bethke: > > > I'm not sure that would be so easy. However, CONSPEED is/was the > > setting to be used if the actual setting cannot be determined when > > sio initializes. > > The code is there to determine the currently set speed (around line > 2440 in sio.c in stable), but it seems it's not triggered on my > system. Since you can't just printf some debug info there, I'm not > sure which condition is not met, or if something else has since reset > the sio to 9600. This piece of loader.conf works for me on latest current. Variations may or may not fail. console="comconsole,vidconsole" boot_multicons="yes" boot_serial="yes" verbose_loading="yes" boot_verbose="yes" beastie_disable="yes" comconsole_speed="115200"