From owner-freebsd-bugs@FreeBSD.ORG Sat Aug 30 13:10:02 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 706F21065670 for ; Sat, 30 Aug 2008 13:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4B4508FC14 for ; Sat, 30 Aug 2008 13:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7UDA2K7033477 for ; Sat, 30 Aug 2008 13:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7UDA2DK033476; Sat, 30 Aug 2008 13:10:02 GMT (envelope-from gnats) Resent-Date: Sat, 30 Aug 2008 13:10:02 GMT Resent-Message-Id: <200808301310.m7UDA2DK033476@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Naylor Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17C6C1065672 for ; Sat, 30 Aug 2008 13:02:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id D40978FC17 for ; Sat, 30 Aug 2008 13:02:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7UD2n28028284 for ; Sat, 30 Aug 2008 13:02:49 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7UD2n6d028283; Sat, 30 Aug 2008 13:02:49 GMT (envelope-from nobody) Message-Id: <200808301302.m7UD2n6d028283@www.freebsd.org> Date: Sat, 30 Aug 2008 13:02:49 GMT From: David Naylor To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/126971: loader/kernel does not obay comconsole_speed X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2008 13:10:02 -0000 >Number: 126971 >Category: misc >Synopsis: loader/kernel does not obay comconsole_speed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 30 13:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: David Naylor >Release: 8-Current >Organization: Private >Environment: FreeBSD dragonmini.dg 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Tue Aug 26 20:30:23 SAST 2008 root@dragonmini.dg:/tmp/usr/src/sys/GENERIC i386 >Description: When using serial to interact with FreeBSD (via console="comconsole" and/or boot_multicons="YES") the connection speed is fixed at 9600 and cannot be increased via comconsole_speed="115200". Any attempt to connect at a speed greater than 9600 results in nothing being shown. >How-To-Repeat: Set the following in loader.conf: boot_multicons="YES" boot_serial="YES" comconsole_speed="115200" console="comconsole,vidconsole" then connect using: # cu -l /dev/cuaU0 -s 115200 (no output shown unless -s is omitted) >Fix: >Release-Note: >Audit-Trail: >Unformatted: