From owner-freebsd-mips@FreeBSD.ORG Fri Feb 19 18:33:31 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9A901065670 for ; Fri, 19 Feb 2010 18:33:31 +0000 (UTC) (envelope-from smeagle@bsdler.de) Received: from hell.bsdler.de (hell-fe0.v6.bsdler.de [IPv6:2001:780:0:19::1]) by mx1.freebsd.org (Postfix) with ESMTP id 4CC0D8FC19 for ; Fri, 19 Feb 2010 18:33:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hell.bsdler.de (Postfix) with ESMTP id 32F4DB872; Fri, 19 Feb 2010 19:33:29 +0100 (CET) X-Virus-Scanned: amavisd-new at bsdler.de Received: from hell.bsdler.de ([127.0.0.1]) by localhost (hell.bsdler.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id QF8nFm6tUCpi; Fri, 19 Feb 2010 19:33:23 +0100 (CET) Received: from kiste.lan.terror.local (p5DD1C02C.dip.t-dialin.net [93.209.192.44]) by hell.bsdler.de (Postfix) with ESMTPSA id AD0BAB83D; Fri, 19 Feb 2010 19:33:23 +0100 (CET) Received: from [172.17.21.80] (brain.lan.terror.local [172.17.21.80]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by kiste.lan.terror.local (Postfix) with ESMTPS id C72E6535B7; Fri, 19 Feb 2010 19:33:22 +0100 (CET) From: Florian Kruegl To: Oleksandr Tymoshenko In-Reply-To: <4B7C64D6.8070905@bluezbox.com> References: <1266442999.2149.42.camel@brain.lan.terror.local> <4B7C64D6.8070905@bluezbox.com> Content-Type: text/plain; charset="ASCII" Date: Fri, 19 Feb 2010 19:30:53 +0100 Message-ID: <1266604253.2149.55.camel@brain.lan.terror.local> Mime-Version: 1.0 X-Mailer: Evolution 2.28.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-mips@freebsd.org Subject: Re: hifn support X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: smeagle@bsdler.de List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2010 18:33:31 -0000 Hi, On Wed, 2010-02-17 at 13:51 -0800, Oleksandr Tymoshenko wrote: > Florian Kruegl wrote: > > Hi, > > > > got hands on a hifn, think it's a nice possibility to check the > > performance of the interrupt handler :) > > Was more than puzzled when I saw it didn't generate any... > Try this patch: > http://people.freebsd.org/~gonzo/hifn.diff > made no difference, removed my faulty hints but no change. it shows up as hifn0 again but still uses irq0 and openssl engine -vvv shows no HW accel. Flo