From owner-freebsd-sparc64@FreeBSD.ORG Thu Feb 28 18:39:43 2008 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67BD61065672 for ; Thu, 28 Feb 2008 18:39:43 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id CC3A08FC32 for ; Thu, 28 Feb 2008 18:39:42 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8s) with ESMTP id 233722504-1834499 for multiple; Thu, 28 Feb 2008 13:21:31 -0500 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m1SINNlL048277; Thu, 28 Feb 2008 13:23:24 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-sparc64@freebsd.org Date: Thu, 28 Feb 2008 11:39:14 -0500 User-Agent: KMail/1.9.7 References: <176FF559-AC44-4586-AB00-E20B0B2373C1@alge.anart.no> <20080228121328.GA25859@lisa.4amlunch.net> In-Reply-To: <20080228121328.GA25859@lisa.4amlunch.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802281139.14494.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 28 Feb 2008 13:23:26 -0500 (EST) X-Virus-Scanned: ClamAV 0.91.2/6027/Thu Feb 28 11:20:09 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Subject: Re: ZFS on 7.0-RC1 SPARC64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2008 18:39:43 -0000 On Thursday 28 February 2008 07:13:28 am Brian Hechinger wrote: > On Thu, Feb 28, 2008 at 01:01:52PM +0100, Anders Olstad wrote: > > Hi. > > > > Will the zfs module be installed by default in the 7.0-RELEASE - or is > > a manual operation required still? > > It's installed by default on 7.0-RC2, so it's pretty likely that it will > be included in RELEASE. > > wonko@wintermute$ uname -a > FreeBSD wintermute 7.0-RC2 FreeBSD 7.0-RC2 #0: Fri Feb 8 00:09:57 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 That is an i386 machine. It doesn't appear that zfs.ko is enabled currently on sparc64 in RELENG_7 and thus in 7.0. -- John Baldwin