From owner-cvs-src-old@FreeBSD.ORG Sat Mar 7 22:06:06 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FE751065711 for ; Sat, 7 Mar 2009 22:06:05 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C1E438FC0A for ; Sat, 7 Mar 2009 22:06:05 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n27M65pd002604 for ; Sat, 7 Mar 2009 22:06:05 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n27M65v1002603 for cvs-src-old@freebsd.org; Sat, 7 Mar 2009 22:06:05 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200903072206.n27M65v1002603@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Sat, 7 Mar 2009 22:05:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/boot2 Makefile boot1.S X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Mar 2009 22:06:06 -0000 marcel 2009-03-07 22:05:58 UTC FreeBSD src repository Modified files: sys/boot/i386/boot2 Makefile boot1.S Log: SVN rev 189500 on 2009-03-07 22:05:58Z by marcel Revert the part of change 107879 that employs the unused bytes after the disklabel in the 2nd sector for boot code. Even with both UFS1 and UFS2 supported, there's enough bytes left that we don't have to nibble from the disklabel. Thus, the entire 2nd sector is now reserved for the disklabel, which makes the bootcode compatible again with disklabels that have more than 8 partitions -- such as those created and supported by gpart. i386: 135 bytes available amd64: 151 bytes available Ok'd by: jhb Revision Changes Path 1.61 +1 -1 src/sys/boot/i386/boot2/Makefile 1.32 +4 -4 src/sys/boot/i386/boot2/boot1.S