From owner-cvs-src@FreeBSD.ORG Sun Feb 26 17:34:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 768C516A420; Sun, 26 Feb 2006 17:34:48 +0000 (GMT) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6ED743D4C; Sun, 26 Feb 2006 17:34:47 +0000 (GMT) (envelope-from emaste@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 k1QHYl7j022672; Sun, 26 Feb 2006 17:34:47 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QHYlar022665; Sun, 26 Feb 2006 17:34:47 GMT (envelope-from emaste) Message-Id: <200602261734.k1QHYlar022665@repoman.freebsd.org> From: Ed Maste Date: Sun, 26 Feb 2006 17:34:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sbin/reboot boot_i386.8 src/sys/boot/i386/boot2 boot2.c lib.h sio.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 26 Feb 2006 17:34:48 -0000 emaste 2006-02-26 17:34:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sbin/reboot boot_i386.8 sys/boot/i386/boot2 boot2.c lib.h sio.S Log: MFC boot2.c r1.74 lib.h r1.3 sio.S r1.10 boot_i386.8 r1.54 r1.55 r1.58 to RELENG_5: 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. Approved by: re (scottl) Revision Changes Path 1.46.2.4 +15 -4 src/sbin/reboot/boot_i386.8 1.70.2.4 +27 -14 src/sys/boot/i386/boot2/boot2.c 1.2.26.1 +1 -1 src/sys/boot/i386/boot2/lib.h 1.9.2.1 +4 -3 src/sys/boot/i386/boot2/sio.S