From owner-cvs-all@FreeBSD.ORG Wed Nov 24 15:39:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 091AB16A4CE; Wed, 24 Nov 2004 15:39:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8B0443D1D; Wed, 24 Nov 2004 15:39:04 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAOFd4L4041085; Wed, 24 Nov 2004 15:39:04 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAOFd40s041084; Wed, 24 Nov 2004 15:39:04 GMT (envelope-from jhb) Message-Id: <200411241539.iAOFd40s041084@repoman.freebsd.org> From: John Baldwin Date: Wed, 24 Nov 2004 15:39:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/boot0 boot0.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2004 15:39:05 -0000 jhb 2004-11-24 15:39:04 UTC FreeBSD src repository Modified files: sys/boot/i386/boot0 boot0.S 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. - Purge some gratuitous cpp comments as per style(9). Submitted by: Danny Braniss danny at cs dot huji dot ac dot il (1) MFC after: 1 month Revision Changes Path 1.12 +10 -10 src/sys/boot/i386/boot0/boot0.S