From owner-cvs-all@FreeBSD.ORG Thu Dec 2 19:01:46 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 5DA6916A4CE; Thu, 2 Dec 2004 19:01:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F63B43D54; Thu, 2 Dec 2004 19:01:46 +0000 (GMT) (envelope-from yar@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 iB2J1kTm097198; Thu, 2 Dec 2004 19:01:46 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2J1kMr097197; Thu, 2 Dec 2004 19:01:46 GMT (envelope-from yar) Message-Id: <200412021901.iB2J1kMr097197@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 2 Dec 2004 19:01:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/boot/i386/mbr Makefile mbr.s src/sys/boot/i386/boot2 Makefile boot1.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: Thu, 02 Dec 2004 19:01:46 -0000 yar 2004-12-02 19:01:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/boot/i386/mbr Makefile mbr.s sys/boot/i386/boot2 Makefile boot1.S Log: MFC: Try using packet mode by default, but provide a user with a knob to disable it at build time--flag 0x80 for BOOT_MBR_FLAGS and BOOT_BOOT1_FLAGS. In fact, disabling packet mode completely, even a test for it, should be necessary only for old and brain-damaged machines FreeBSD 5 will hardly run on. mbr/Makefile 1.14 mbr/mbr.s 1.7 boot2/Makefile 1.57 boot2/boot1.S 1.30 Encouraged by: Valentin Nechayev Revision Changes Path 1.56.2.1 +2 -2 src/sys/boot/i386/boot2/Makefile 1.29.2.1 +21 -19 src/sys/boot/i386/boot2/boot1.S 1.13.2.1 +4 -0 src/sys/boot/i386/mbr/Makefile 1.6.8.1 +6 -6 src/sys/boot/i386/mbr/mbr.s