From owner-cvs-all@FreeBSD.ORG Thu Aug 18 00:42:46 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 039F416A41F; Thu, 18 Aug 2005 00:42:46 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C805143D45; Thu, 18 Aug 2005 00:42:45 +0000 (GMT) (envelope-from iedowse@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 j7I0gjEp069250; Thu, 18 Aug 2005 00:42:45 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7I0gjG7069249; Thu, 18 Aug 2005 00:42:45 GMT (envelope-from iedowse) Message-Id: <200508180042.j7I0gjG7069249@repoman.freebsd.org> From: Ian Dowse Date: Thu, 18 Aug 2005 00:42:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/reboot boot_i386.8 src/sys/boot/i386/boot2 boot2.c lib.h sio.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 18 Aug 2005 00:42:46 -0000 iedowse 2005-08-18 00:42:45 UTC FreeBSD src repository Modified files: sbin/reboot boot_i386.8 sys/boot/i386/boot2 boot2.c lib.h sio.S Log: Add the ability to specify the boot2 serial console speed in /boot.config or on the "boot:" prompt line via a "-S" flag, e.g. "-h -S19200". This adds about 50 bytes to the size of boot2 and required a few other small changes to limit the size impact. This changes only affects boot2; there are further loader changes to follow. Revision Changes Path 1.54 +22 -4 src/sbin/reboot/boot_i386.8 1.74 +27 -14 src/sys/boot/i386/boot2/boot2.c 1.3 +1 -1 src/sys/boot/i386/boot2/lib.h 1.10 +4 -3 src/sys/boot/i386/boot2/sio.S