From owner-freebsd-arm@FreeBSD.ORG Thu Jul 16 18:22:50 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 DD5871065672 for ; Thu, 16 Jul 2009 18:22:50 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe09.tele2.se [212.247.155.1]) by mx1.freebsd.org (Postfix) with ESMTP id 70A088FC18 for ; Thu, 16 Jul 2009 18:22:50 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=vWjDCZN0tDgA:10 a=MXw7gxVQKqGXY79tIT8aFQ==:17 a=6I5d2MoRAAAA:8 a=vVp9YtHgRjnUUa3HezcA:9 a=4ttwdEW9zR8HkZkKYMAA:7 a=S5nT_q3zp7gCzUjm2W-SoD7pu_EA:4 Received: from [62.113.132.61] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe09.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 933179231; Thu, 16 Jul 2009 20:22:42 +0200 From: Hans Petter Selasky To: Krassimir Slavchev Date: Thu, 16 Jul 2009 20:22:24 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA1; KDE/4.2.4; i386; ; ) References: <4A5C3BF5.9030200@bulinfo.net> <200907161033.34560.hselasky@c2i.net> <4A5F04B8.1060109@bulinfo.net> In-Reply-To: <4A5F04B8.1060109@bulinfo.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907162022.25810.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: Thu, 16 Jul 2009 18:22:51 -0000 On Thursday 16 July 2009 12:45:12 Krassimir Slavchev wrote: > Hans Petter Selasky wrote: > >> After adding cdce on arm board: > >> cdce0: on usbus0 > >> ue0: on cdce0 > >> ue0: Ethernet address: 2a:23:45:67:89:54 > >> > >> ue0: flags=8843 metric 0 mtu > >> 1500 ether 2a:23:45:67:89:54 > >> > >> > >> But on the other side running 7.2: > >> cdce0: >> 1.10/1.00, addr 2> on uhub4 > >> cdce0: setting alternate interface failed > >> device_attach: cdce0 attach returned 6 > > > > Maybe the following patch helps on the ARM side: > > > > http://perforce.freebsd.org/chv.cgi?CH=166156 > > > > I'm going to test this setup, and will probably resolve the issue, if I > > find any, including the cache sync stuff. > > I have made these changes on the ARM side but the error is same. Hi, You also need this fix, in addition to the previous one. http://perforce.freebsd.org/chv.cgi?CH=166168 CDC-ethernet should work now. --HPS