From owner-freebsd-arm@FreeBSD.ORG Wed Apr 30 23:34:57 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A43B2B3 for ; Wed, 30 Apr 2014 23:34:57 +0000 (UTC) Received: from mail-vc0-x22c.google.com (mail-vc0-x22c.google.com [IPv6:2607:f8b0:400c:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 45B361566 for ; Wed, 30 Apr 2014 23:34:57 +0000 (UTC) Received: by mail-vc0-f172.google.com with SMTP id id10so3145307vcb.17 for ; Wed, 30 Apr 2014 16:34:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=+jVxIxMQTGe9X7hssPMgLe9Wr/PS06s2MORfV1XPNVw=; b=uvXnG8Gc5p/VfP6Wgi2ag0a/xKyS1Ay1wFNvT4Kx7bcYYBPJuC/MXjDlXYfRr3RFs7 4fL73juVa492K1jgDOIAKhmT+5BdrmMv1aeYhLGdGHPYYvWB7gnnoVtH5hMla1k8ZPG3 SpMGD22hZZHu/IHCqGlrhpuNNerOFwFtc1JXJ3Y1b2DzllGsiN+BlgRkLr86YEOqO+ha gSScDib0NfNwB+3WoQefVANdG88tFIpdqalCJB13JdxilluauWLXOIOH/2/xfk/+4g7c WBb9+Gnda2/jnySrTd32SSO0HwihuMCK/NOFZ0SjeSYqlok9+cO1D1+rK+bAEMlIdxR8 cdUQ== MIME-Version: 1.0 X-Received: by 10.221.58.144 with SMTP id wk16mr5638489vcb.23.1398900896342; Wed, 30 Apr 2014 16:34:56 -0700 (PDT) Sender: johny.mattsson@gmail.com Received: by 10.220.47.131 with HTTP; Wed, 30 Apr 2014 16:34:56 -0700 (PDT) In-Reply-To: <1398867266.22079.51.camel@revolution.hippie.lan> References: <20140425154430.GA76168@utility-01.thismonkey.com> <535A8AEA.1000100@selasky.org> <20140425204134.GA458@cicely7.cicely.de> <20140430091411.GA45015@utility-01.thismonkey.com> <5360C0A7.9010407@selasky.org> <1398867266.22079.51.camel@revolution.hippie.lan> Date: Thu, 1 May 2014 09:34:56 +1000 X-Google-Sender-Auth: Cz4Lay6gN_6_aFsQDEgjZD0l5zo Message-ID: Subject: Re: USB audio device on Raspberry Pi - link_elf: symbol isa_dmastatus undefined From: Johny Mattsson To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2014 23:34:57 -0000 On 1 May 2014 00:14, Ian Lepore wrote: > I was doing some testing on a wandboard (about twice as fast an an rpi) > with > more than 20k int/sec without having any problems. > On a similar note, I've pushed an i.MX 283 (400MHz) board to above 300k int/sec, on Linux. Admittedly at that point my shell wasn't what you'd call "responsive" however =) The ISR in that scenario was the GPIO handler, so probably a bit more light-weight than an audio ISR.