From owner-freebsd-hackers@FreeBSD.ORG Tue May 1 20:21:29 2012 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CACD7106564A; Tue, 1 May 2012 20:21:29 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 605D48FC0A; Tue, 1 May 2012 20:21:29 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.4/8.14.4/ALCHEMY.FRANKEN.DE) with ESMTP id q41KLSnv048184; Tue, 1 May 2012 22:21:28 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.4/8.14.4/Submit) id q41KLSbq048183; Tue, 1 May 2012 22:21:28 +0200 (CEST) (envelope-from marius) Date: Tue, 1 May 2012 22:21:28 +0200 From: Marius Strobl To: Andriy Gapon Message-ID: <20120501202128.GD18650@alchemy.franken.de> References: <4F8999D2.1080902@FreeBSD.org> <20120422212102.GA66855@alchemy.franken.de> <4F9A6180.8090500@FreeBSD.org> <20120429164623.GG68446@alchemy.franken.de> <4F9E3971.7090405@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F9E3971.7090405@FreeBSD.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-fs@FreeBSD.org, freebsd-hackers@FreeBSD.org Subject: Re: [review request] zfsboot/zfsloader: support accessing filesystems within a pool X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 May 2012 20:21:29 -0000 On Mon, Apr 30, 2012 at 10:04:17AM +0300, Andriy Gapon wrote: > on 29/04/2012 19:46 Marius Strobl said the following: > > Given that you certainly have a well better knowledge of ZFS, it > > would be great if we could do it the other way around, i.e. commit > > the sparc64 support first and then your patch after adapting > > whatever you have in mind with things becoming different. In other > > words, I'm basically ready to commit the following patch. As for > > zfs_dev_init() this just wraps it in #if defined(__amd64__) || > > defined(__i386__) in zfs.c for now. > > http://people.freebsd.org/~marius/boot_zfs_sparc64.diff > > OK, let's do it this way. > Thanks! Marius