From owner-freebsd-arm@FreeBSD.ORG Sat May 16 14:54:59 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96174DD0 for ; Sat, 16 May 2015 14:54:59 +0000 (UTC) Received: from mail-ie0-x235.google.com (mail-ie0-x235.google.com [IPv6:2607:f8b0:4001:c03::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D8301F1E for ; Sat, 16 May 2015 14:54:59 +0000 (UTC) Received: by iebgx4 with SMTP id gx4so142603102ieb.0 for ; Sat, 16 May 2015 07:54:58 -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:cc:content-type; bh=5pktKx8b1RG6avXCowG6M5+uVLlwaKmGfCzwKZunVjU=; b=q2eUxYZ2FGqLbeOgNoLvzUHVhCWtlNY91dUcyPnHnqqnlg6DrnmSFpWfr3xf0ZBiDV 3FYrPoYB9ieSnweeDFHp7UYV6dIzfAUVJAFz2fmZGS+ztwAoEja0iZeih346GISmwKaN STM6PQ6NvcWMxCkdAGQcxJNEtj8Illbxcm6uC3DOeiKo3aSH7zq7yB0zLJM20Z75NhG9 jozho0Odph4Z19cNGTe4l68lIHkt441yUoIdouL1I0ia/ihYs7t7nIRvyP9hegG/Wtu7 wCYQYm++aWa0KDRYOSvmnxlL86G+teIZGJFtvXeysS2KMBj6VSqYZuvR+ERz+cjnDDqy JpaA== MIME-Version: 1.0 X-Received: by 10.107.155.81 with SMTP id d78mr19339606ioe.29.1431788098877; Sat, 16 May 2015 07:54:58 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.38.133 with HTTP; Sat, 16 May 2015 07:54:58 -0700 (PDT) In-Reply-To: References: <3AB5ECCF20894591B4DF5FCBA8CA49BB@ad.peach.ne.jp> Date: Sat, 16 May 2015 07:54:58 -0700 X-Google-Sender-Auth: vqzz8sgo70i5pxKheADd3fdk-Q8 Message-ID: Subject: Re: Performance issues with raspberry pi 2 From: Adrian Chadd To: Daisuke Aoyama Cc: Andreas Andersson , "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2015 14:54:59 -0000 Hm, I thought we used polling in dwc_otg.c, rather than interrupts+dma ? -a