From owner-freebsd-current@FreeBSD.ORG Fri Oct 15 09:18:36 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0FDA16A4CE for ; Fri, 15 Oct 2004 09:18:36 +0000 (GMT) Received: from freebee.digiware.nl (dsl439.iae.nl [212.61.63.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB7CE43D41 for ; Fri, 15 Oct 2004 09:18:35 +0000 (GMT) (envelope-from wjw@withagen.nl) Received: from [212.61.27.71] (dual [212.61.27.71]) by freebee.digiware.nl (8.12.10/8.12.10) with ESMTP id i9F9IS9S034411; Fri, 15 Oct 2004 11:18:32 +0200 (CEST) (envelope-from wjw@withagen.nl) Message-ID: <416F95E6.1050705@withagen.nl> Date: Fri, 15 Oct 2004 11:18:30 +0200 From: Willem Jan Withagen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Emanuel Strobl References: <200410142232.00618.Emanuel.Strobl@gmx.net> <416EE61B.6050909@withagen.nl> <200410150018.25218.Emanuel.Strobl@gmx.net> In-Reply-To: <200410150018.25218.Emanuel.Strobl@gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: BETA7 sio "options CONSPEED" not working? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 15 Oct 2004 09:18:37 -0000 Emanuel Strobl wrote: >Am Donnerstag, 14. Oktober 2004 22:48 schrieb Willem Jan Withagen: > > >>Emanuel Strobl wrote: >> >> >>>Hello, >>> >>>I recompiled a kernel with options conspeed=115200 but console still has >>>9600 set, also defining "std.115200" in /etc/ttys doesn't change the >>>login consoles speed. >>> >>>Am I missing something? >>> >>> >>I remember trying all kinds of things too. >> >>I've got: >>BOOT_COMCONSOLE_SPEED= 115200 >>BOOT_COMCONSOLE_PORT= 0x3F8 >>CONSPEED=115200 >> >>in /etc/make.conf >> >> > >Correct, in make.conf it works, but "options CONSPEED" has no effect at all >(on i386 with BETA7 from today) >Also getty flags in /etc/ttys doesn't make any difference. I can set it to >whatever I want I only get the hardcoded speed in make.conf > >At least the last thing must'nt happen. If options CONSPEED doesn't work >(anymore) conf/NOTES should be adopted. > > Well, at my end things are sort of independant... If I mess up /etc/ttys I do not get a login-prompt. But I'm still able to debug And I do need to specify CONSPEED=115200 in de kernel-config otherwise I'm not getting any booting/debugging info (at the right speed). I know this because I started a new kernelconfig from scratch and forgot to add this statement => no ouput. So I rebuild with the option added => boot output. --WjW