From owner-freebsd-stable@FreeBSD.ORG Mon Oct 23 15:46:29 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5987116A51F for ; Mon, 23 Oct 2006 15:46:29 +0000 (UTC) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DD6243D5C for ; Mon, 23 Oct 2006 15:46:27 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id AC31DB80A for ; Mon, 23 Oct 2006 11:46:26 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: References: Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-11-775075709; protocol="application/pkcs7-signature" Message-Id: <6196E612-1611-4D81-BF50-8E54DED00480@khera.org> From: Vivek Khera Date: Mon, 23 Oct 2006 11:46:25 -0400 To: FreeBSD Stable X-Mailer: Apple Mail (2.752.2) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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: Mon, 23 Oct 2006 15:46:29 -0000 --Apple-Mail-11-775075709 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Oct 20, 2006, at 6:59 AM, Stefan Bethke wrote: > I have -DS115200 in /boot.config, and boot and loader are happily > using this speed. However, the kernel appears to be hardwired to 9600. I've only ever gotten it to work when /boot.config looks like "-D - S115200". I don't think you can merge the -S flag with the others, at least according to my read of the man page. Also make sure the boot loader is at least as new as that installed by 6.0-REL. Older ones (ie from 5.x didn't work at all with -S for me.) You will probably want to run "fdisk -B" to update that. --Apple-Mail-11-775075709--