From owner-cvs-src-old@FreeBSD.ORG Mon Nov 23 16:01:10 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 5E93B106566C for ; Mon, 23 Nov 2009 16:01:10 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4B1478FC20 for ; Mon, 23 Nov 2009 16:01:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nANG1AgG005146 for ; Mon, 23 Nov 2009 16:01:10 GMT (envelope-from rnoland@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nANG1AGT005145 for cvs-src-old@freebsd.org; Mon, 23 Nov 2009 16:01:10 GMT (envelope-from rnoland@repoman.freebsd.org) Message-Id: <200911231601.nANG1AGT005145@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rnoland@repoman.freebsd.org using -f From: Robert Noland Date: Mon, 23 Nov 2009 16:00:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot Makefile src/sys/boot/i386 Makefile src/sys/boot/i386/loader Makefile src/sys/boot/i386/zfsboot zfsboot.c src/sys/boot/i386/zfsloader Makefile 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: Mon, 23 Nov 2009 16:01:10 -0000 rnoland 2009-11-23 16:00:16 UTC FreeBSD src repository Modified files: sys/boot Makefile sys/boot/i386 Makefile sys/boot/i386/loader Makefile sys/boot/i386/zfsboot zfsboot.c Added files: sys/boot/i386/zfsloader Makefile Log: SVN rev 199714 on 2009-11-23 16:00:16Z by rnoland Create a seperate ZFS enabled loader. This adds zfsloader which will be called by zfsboot/gptzfsboot code rather than the tradional loader. This eliminates the need to set the LOADER_ZFS_SUPPORT variable in order to get a ZFS enabled loader. Note however, that you must reinstall your bootcode (zfsboot/gptzfsboot) in order for the boot process to use the new loader. New installations will no longer be required to build a ZFS enabled loader for a working ZFS boot system. Installing zfsboot/gptzfsboot is sufficient for acknowledging the use of CDDL code and therefore the ZFS enabled loader. Based on a previous patch from jhb@ Reviewed by: jhb@ MFC after: 2 weeks Revision Changes Path 1.40 +1 -1 src/sys/boot/Makefile 1.27 +1 -1 src/sys/boot/i386/Makefile 1.91 +18 -12 src/sys/boot/i386/loader/Makefile 1.7 +1 -1 src/sys/boot/i386/zfsboot/zfsboot.c 1.1 +12 -0 src/sys/boot/i386/zfsloader/Makefile (new)