From owner-freebsd-sparc64@FreeBSD.ORG Sat Feb 16 22:52:10 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 3188416A41B for ; Sat, 16 Feb 2008 22:52:10 +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 ADEBD13C474 for ; Sat, 16 Feb 2008 22:52:09 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.1/8.14.1/ALCHEMY.FRANKEN.DE) with ESMTP id m1GMq8pi015869; Sat, 16 Feb 2008 23:52:08 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.1/8.14.1/Submit) id m1GMq75j015868; Sat, 16 Feb 2008 23:52:07 +0100 (CET) (envelope-from marius) Date: Sat, 16 Feb 2008 23:52:07 +0100 From: Marius Strobl To: Anders Gulden Olstad Message-ID: <20080216225207.GF1203@alchemy.franken.de> References: <82F43984-3276-482C-ABCD-B72685548527@alge.anart.no> <20080123213531.GC17549@soaustin.net> <2DE6D447-E353-4DAA-96AC-1FA18812EC41@alge.anart.no> <20080124083132.GA15140@soaustin.net> <47AB6C6E.8050304@FreeBSD.org> <20080211224935.GA86314@alchemy.franken.de> <47B44983.2030009@alge.anart.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47B44983.2030009@alge.anart.no> User-Agent: Mutt/1.4.2.3i Cc: freebsd-sparc64@freebsd.org 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: Sat, 16 Feb 2008 22:52:10 -0000 On Thu, Feb 14, 2008 at 03:00:35PM +0100, Anders Gulden Olstad wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Marius Strobl wrote: > > Could you please give a zfs.ko built with the patch at: > > http://people.freebsd.org/~marius/zfs_atomic_sparc64.diff > > a try? In theory it should improve performance by not letting > > the OpenSolaris compat code work around the lack of some atomic > > operations. > > It panic'ed. > > WARNING: ZFS is considered to be an experimental feature in FreeBSD. > ZFS filesystem version 6 > ZFS storage pool version 6 > panic: trap: fast data access mmu miss > cpuid = 1 > Uptime: 17s > Dumping 2048 MB (4 chunks) > chunk at 0: 536870912 bytes ... ok > chunk at 0x20000000: 536870912 bytes ... ok > chunk at 0x40000000: 536870912 bytes ... ok > chunk at 0x60000000: 536870912 bytes ... ok > > Dump complete > Automatic reboot in 15 seconds - press a key on the console to abort > Rebooting... > Resetting ... > I've put up a fixed patch under the old URL. Sorry for the inconveniences. Marius