From owner-freebsd-arm@freebsd.org Wed May 11 06:47:23 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3FA2B36845; Wed, 11 May 2016 06:47:23 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E6C113E0; Wed, 11 May 2016 06:47:23 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 08A091FE022; Wed, 11 May 2016 08:47:19 +0200 (CEST) Subject: Re: ehci_disown - Olimex ARM A20 Lime & USB FTDI RS-485 shuts down USB port To: Neal Horman , freebsd-usb@freebsd.org, freebsd-arm@freebsd.org References: <57325AB8.9010108@wanlink.com> From: Hans Petter Selasky Message-ID: Date: Wed, 11 May 2016 08:50:36 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <57325AB8.9010108@wanlink.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2016 06:47:23 -0000 Hi, ehci_disown() means that there should be a full speed controller that should handle the device, because it is not high-speed. Does your board have OHCI/UHCI or only EHCI? How are the USB parts wired. Is there a High-Speed TT (USB HUB chip) connected to the EHCI port? Can you compare dmesg from Linux and FreeBSD and look for the USB parts. --HPS