From owner-freebsd-hackers@FreeBSD.ORG Sun Nov 14 08:39:15 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FA2E16A4CE for ; Sun, 14 Nov 2004 08:39:15 +0000 (GMT) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B43BC43D1D for ; Sun, 14 Nov 2004 08:39:14 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1CTFuj-0001Uj-Du for freebsd-hackers@freebsd.org; Sun, 14 Nov 2004 10:39:13 +0200 X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: freebsd-hackers@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 14 Nov 2004 10:39:13 +0200 From: Danny Braniss Message-Id: <20041114083914.B43BC43D1D@mx1.FreeBSD.org> Subject: boot serial console speed X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2004 08:39:15 -0000 what's the magic encantation to set the console to 38400? btw, i solved my problem by just commenting out that part of the code, since i rely on the bios setting it. from src/sys/boot/i386/boot0/Makefile: # Comm settings for boot0sio. 0xE3 => 9600 8-N-1 # XXX: We should create a build-tool or something to convert BOOT_CONSOLE_SPEED # and BOOT_COMCONSOLE_PORT into the correct values to define on the build # command line BOOT_BOOT0_COMCONSOLE_SPEED?= 0xE3