From owner-freebsd-arm@FreeBSD.ORG Thu Jun 5 13:43:59 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CEA4FC40 for ; Thu, 5 Jun 2014 13:43:59 +0000 (UTC) Received: from mail-qg0-x22e.google.com (mail-qg0-x22e.google.com [IPv6:2607:f8b0:400d:c04::22e]) (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 8DA382F49 for ; Thu, 5 Jun 2014 13:43:59 +0000 (UTC) Received: by mail-qg0-f46.google.com with SMTP id q108so1556278qgd.33 for ; Thu, 05 Jun 2014 06:43:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=NUx1bVrIIYCZF/WyhVOPWvwem/a50OmdGZvK5Fh8rGU=; b=O55XK79ra6ldyatKcS9/Z2cQNtGMQK20bBRjngfnxUZC8auGjVvAGtcY+t+5ttK01P 2z93yZvnW3NckL8fHgO/dOtXu98DlsZkFZFSgK3K5W1vuKx1qbNxtZStvODmimER3IU9 +lmLg+1LeCW8dNAgX7/1+CDa2I1weiW+c8cYuyl7yQLKaSUIxz6lhvj3EEPbOYshM53n xJu/nvMPm1ssuw4RQdDVkAByq9vwWiAiN759cDxsPzJGIYKgjFnemtUO7UofEHQnXE3y r3mjqIICInCEEDlMsU6H0W2aCq5wpA2x02ECBdQYyQTp3QlRfwjjeIoq0MYF4w8Fb20n oo1Q== MIME-Version: 1.0 X-Received: by 10.229.27.198 with SMTP id j6mr82107024qcc.12.1401975838737; Thu, 05 Jun 2014 06:43:58 -0700 (PDT) Received: by 10.224.217.66 with HTTP; Thu, 5 Jun 2014 06:43:58 -0700 (PDT) In-Reply-To: <53900580.4080901@selasky.org> References: <538F1AAA.5000403@selasky.org> <538F219F.4090708@selasky.org> <53900580.4080901@selasky.org> Date: Thu, 5 Jun 2014 22:43:58 +0900 Message-ID: Subject: Re: only issue on FreeBSD/arm(beaglebone black) with multi channel USB audio device. From: Yoshiro MIHIRA To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2014 13:44:00 -0000 Finally I applied Hans-san's patch to musb_otg.c. However the problem was not solved. Do you have any suggetion, Hans-san? Yoshiro MIHIRA 2014-06-05 14:52 GMT+09:00 Hans Petter Selasky : > On 06/05/14 00:08, Yoshiro MIHIRA wrote: > >> >If the musb controller is used, can you try the attached patch? >> >> Yes, BeagleBone Black has musb. >> But I could not apply your patch. >> >> patch < musb_otg.diff >> >> how to apply your patch on FreeBSD? >> > > > cd /usr/src/sys/dev/usb/controller > cat musb_otg.diff | patch > > --HPS >