From owner-freebsd-arm@FreeBSD.ORG Thu Jun 5 05:51:27 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 6F144E39 for ; Thu, 5 Jun 2014 05:51:27 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3083520B8 for ; Thu, 5 Jun 2014 05:51:26 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 0BADE1FE02A; Thu, 5 Jun 2014 07:51:25 +0200 (CEST) Message-ID: <53900580.4080901@selasky.org> Date: Thu, 05 Jun 2014 07:52:00 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Yoshiro MIHIRA Subject: Re: only issue on FreeBSD/arm(beaglebone black) with multi channel USB audio device. References: <538F1AAA.5000403@selasky.org> <538F219F.4090708@selasky.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 05:51:27 -0000 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