From owner-freebsd-mips@FreeBSD.ORG Fri Feb 19 23:54:44 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 1507F1065693 for ; Fri, 19 Feb 2010 23:54:44 +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 C4CEC8FC0A for ; Fri, 19 Feb 2010 23:54:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hell.bsdler.de (Postfix) with ESMTP id 269E9B872; Sat, 20 Feb 2010 00:54:43 +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 enDy7wkhYRzS; Sat, 20 Feb 2010 00:54:42 +0100 (CET) Received: from kiste.lan.terror.local (p5DD1C363.dip.t-dialin.net [93.209.195.99]) by hell.bsdler.de (Postfix) with ESMTPSA id 867E6B83D; Sat, 20 Feb 2010 00:54:42 +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 DA6C4535B7; Sat, 20 Feb 2010 00:54:41 +0100 (CET) From: Florian Kruegl To: Oleksandr Tymoshenko In-Reply-To: <1266623000.2149.83.camel@brain.lan.terror.local> References: <1266442999.2149.42.camel@brain.lan.terror.local> <4B7C64D6.8070905@bluezbox.com> <1266604253.2149.55.camel@brain.lan.terror.local> <4B7EE17B.8040702@bluezbox.com> <1266623000.2149.83.camel@brain.lan.terror.local> Content-Type: text/plain; charset="ASCII" Date: Sat, 20 Feb 2010 00:52:13 +0100 Message-ID: <1266623533.2149.85.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 23:54:44 -0000 On Sat, 2010-02-20 at 00:43 +0100, Florian Kruegl wrote: > > IRQ numbering is a little messy on MIPS. And there were no IRQ > > counters in AR71XX PCI code. Try this patch too: > > http://people.freebsd.org/~gonzo/patches/ar71xx_pci_intrcnt.diff > > applied but no visible change, vmstat -i still shows no interrupt for > hifn. > ignore this nonsense please :) there is ONE interrupt. and vmstat -i now shows the interrupt. Flo