From owner-cvs-src@FreeBSD.ORG Thu Nov 25 00:49:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38C9016A4CE; Thu, 25 Nov 2004 00:49:41 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4DA443D58; Thu, 25 Nov 2004 00:49:40 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 6C92C6545E; Thu, 25 Nov 2004 00:49:39 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 74271-03-8; Thu, 25 Nov 2004 00:49:39 +0000 (GMT) Received: from empiric.dek.spc.org (dhcp120.icir.org [192.150.187.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id BA9C865458; Thu, 25 Nov 2004 00:49:38 +0000 (GMT) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 1504F6680; Wed, 24 Nov 2004 16:49:37 -0800 (PST) Date: Wed, 24 Nov 2004 16:49:37 -0800 From: Bruce M Simpson To: John Baldwin Message-ID: <20041125004937.GN733@empiric.icir.org> Mail-Followup-To: John Baldwin , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200411241539.iAOFd40s041084@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411241539.iAOFd40s041084@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/boot0 boot0.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Nov 2004 00:49:41 -0000 On Wed, Nov 24, 2004 at 03:39:04PM +0000, John Baldwin wrote: > Log: > - If the COMSPEED is set to 0, then don't try to initialize the serial port > and assume that the BIOS has set it up for us. This allows folks with a > serial-aware BIOS to set the BIOS to speeds above 9600 and allow boot0 to > just use the existing settings. Very nice!