From owner-cvs-src-old@FreeBSD.ORG Thu Apr 28 17:44:36 2011 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 0F2FF1065672 for ; Thu, 28 Apr 2011 17:44:36 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DE9C78FC13 for ; Thu, 28 Apr 2011 17:44:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p3SHiZmJ093594 for ; Thu, 28 Apr 2011 17:44:35 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3SHiZjf093593 for cvs-src-old@freebsd.org; Thu, 28 Apr 2011 17:44:35 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201104281744.p3SHiZjf093593@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 28 Apr 2011 17:44:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/boot2 Makefile src/sys/boot/i386/common drv.c src/sys/boot/i386/zfsboot Makefile zfsldr.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: Thu, 28 Apr 2011 17:44:36 -0000 jhb 2011-04-28 17:44:24 UTC FreeBSD src repository Modified files: sys/boot/i386/boot2 Makefile sys/boot/i386/common drv.c sys/boot/i386/zfsboot Makefile zfsldr.S Log: SVN rev 221177 on 2011-04-28 17:44:24Z by jhb Due to space constraints, the UFS boot2 and boot1 use an evil hack where boot2 calls back into boot1 to perform disk reads. The ZFS MBR boot blocks do not have the same space constraints, so remove this hack for ZFS. While here, remove commented out code to support C/H/S addressing from zfsldr. The ZFS and GPT bootstraps always just use EDD LBA addressing. MFC after: 2 weeks Revision Changes Path 1.68 +1 -0 src/sys/boot/i386/boot2/Makefile 1.2 +6 -6 src/sys/boot/i386/common/drv.c 1.11 +3 -15 src/sys/boot/i386/zfsboot/Makefile 1.4 +23 -108 src/sys/boot/i386/zfsboot/zfsldr.S