From owner-freebsd-sparc64@FreeBSD.ORG Thu Mar 24 16:48:34 2011 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 34658106566B; Thu, 24 Mar 2011 16:48:34 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from argol.doit.wisc.edu (argol.doit.wisc.edu [144.92.197.212]) by mx1.freebsd.org (Postfix) with ESMTP id 00C128FC0C; Thu, 24 Mar 2011 16:48:33 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth3.wiscmail.wisc.edu by smtpauth3.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0LIK00904MOX1T00@smtpauth3.wiscmail.wisc.edu>; Thu, 24 Mar 2011 11:48:33 -0500 (CDT) Received: from anacreon.physics.wisc.edu (anacreon.physics.wisc.edu [128.104.160.176]) by smtpauth3.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0LIK000HBMOWVS40@smtpauth3.wiscmail.wisc.edu>; Thu, 24 Mar 2011 11:48:32 -0500 (CDT) Date: Thu, 24 Mar 2011 11:48:32 -0500 From: Nathan Whitehorn In-reply-to: <4D8B4930.7080106@FreeBSD.org> To: Martin Matuska Message-id: <4D8B75E0.7010609@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=128.104.160.176 X-Spam-PmxInfo: Server=avs-11, Version=5.6.0.2009776, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2011.3.24.163315, SenderIP=128.104.160.176 References: <20110307192239.GA31314@alchemy.franken.de> <20110310185423.GA50419@alchemy.franken.de> <20110319152838.GA8594@alchemy.franken.de> <20110321175632.GA19345@darkthrone.kvedulv.de> <20110321175933.GD2086@garage.freebsd.pl> <20110322191117.GH15528@alchemy.franken.de> <20110323232411.GC82490@darkthrone.kvedulv.de> <4D8B08E1.5060008@FreeBSD.org> <20110324111628.GO15528@alchemy.franken.de> <4D8B4930.7080106@FreeBSD.org> User-Agent: Mozilla/5.0 (X11; U; FreeBSD powerpc; en-US; rv:1.9.2.15) Gecko/20110305 Thunderbird/3.1.9 Cc: Roger Hammerstein , pjd@FreeBSD.org, freebsd-sparc64@FreeBSD.org, Marius Strobl Subject: Re: sparc64 hang with zfs v28 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, 24 Mar 2011 16:48:34 -0000 On 03/24/11 08:37, Martin Matuska wrote: > I agree to the patch, that is exactly what I was missing in the v15 > compat code. > > Too bad that I don't have a sparc64 to test these things out and get > smarter. I am investigating now if its possible to emulate it with qemu. You can try powerpc64, which has most of the same issues in this case anyway, using the IBM Cell or 970 Full-system simulator. The Cell one runs just fine under the Linuxolator on my amd64 box. -Nathan