From owner-freebsd-arm@FreeBSD.ORG Wed Jul 15 11:53:43 2009 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3806E1065694 for ; Wed, 15 Jul 2009 11:53:43 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.swip.net [212.247.154.33]) by mx1.freebsd.org (Postfix) with ESMTP id 84C738FC12 for ; Wed, 15 Jul 2009 11:53:42 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=vWjDCZN0tDgA:10 a=gg2W7PyvkLb8p4ie143lBA==:17 a=PpnIbe5T08m20vBHKoAA:9 a=hKPEqFWnlYPVkxrRwd9Nn25lwH8A:4 a=zSkOo72E2eXfUtUk:21 a=0h21LyIvYe3vmxNE:21 Received: from [194.248.135.20] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1287113713; Wed, 15 Jul 2009 13:53:41 +0200 From: Hans Petter Selasky To: Krassimir Slavchev Date: Wed, 15 Jul 2009 13:53:20 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA1; KDE/4.2.4; i386; ; ) References: <4A5C3BF5.9030200@bulinfo.net> <200907141721.10364.hselasky@c2i.net> <4A5DC210.5000806@bulinfo.net> In-Reply-To: <4A5DC210.5000806@bulinfo.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907151353.21403.hselasky@c2i.net> Cc: freebsd-arm@freebsd.org Subject: Re: ohci not detected on at91rm9200? X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2009 11:53:44 -0000 Hi, On Wednesday 15 July 2009 13:48:32 Krassimir Slavchev wrote: > Hans Petter Selasky wrote: > > It will be more useful to share the SPI flash for example. Yes. Please provide patches if you want additional functionality. > > > It there is also an ethernet DCI profile. > > > > See: > > > > sysctl hw.usb.template=1 > > > > And you need: > > > > device if_cdce > > > > In the kernel config. > > It is detected but after configuring the interface I cannot send/receive > packets. > > cdce0: 1.10/1.00, addr 2> on uhub4 > cdce0: faking MAC address > cdce0: WARNING: using obsoleted IFF_NEEDSGIANT flag > cdce0: Ethernet address: 2a:29:df:24:01:00 > cdce0: usb error on tx: TIMEOUT > cdce0: usb error on rx: IOERROR > You need to "ifconfig up" the interface on both sides before any traffic will pass. --HPS