From owner-freebsd-arm@FreeBSD.ORG Fri Jul 28 21:14:57 2006 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D0DD16A4DA for ; Fri, 28 Jul 2006 21:14:57 +0000 (UTC) (envelope-from gbell72@rogers.com) Received: from web88006.mail.re2.yahoo.com (web88006.mail.re2.yahoo.com [206.190.37.193]) by mx1.FreeBSD.org (Postfix) with SMTP id 71DC543D49 for ; Fri, 28 Jul 2006 21:14:56 +0000 (GMT) (envelope-from gbell72@rogers.com) Received: (qmail 23064 invoked by uid 60001); 28 Jul 2006 21:14:55 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=GWRtqj3Z36I4J48FpgjEi9SNVZ6VEHTTF9M+BJfOccOU3mjEV7iqUNT6OESBokAJqg8G2g0imET+Qb7omi0PJf6PE1vb9eAw3BK5Tjxj4UgxCbChaCx5/b8YVegnWY+xbLYJKHHaN3n/DN7XO2Jbv3GIJE7QXK19dQZJGIW0p5k= ; Message-ID: <20060728211455.23062.qmail@web88006.mail.re2.yahoo.com> Received: from [70.24.128.250] by web88006.mail.re2.yahoo.com via HTTP; Fri, 28 Jul 2006 17:14:55 EDT Date: Fri, 28 Jul 2006 17:14:55 -0400 (EDT) From: Gardner Bell To: John-Mark Gurney In-Reply-To: <20060728030131.GC96589@funkthat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-arm@freebsd.org Subject: Re: Kendin KS8695 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: Fri, 28 Jul 2006 21:14:57 -0000 --- John-Mark Gurney wrote: > > Depends upon what you mean by compatible... ARM should support the > processor core (I'm not sure what the 922T has over the 920T > processor), > but as for the devices attached to the core, there isn't any support > that I know about for the chip... Core processor support is what I meant by compatibility, sorry for not being clear with that in my original message. ATM, I'm trying to get as much documentation on all the attached devices as possible. This is proving to be difficult though. > > Adding support for the devices to make it really functional can be a > lot of work... but getting basic support functional isn't too > difficult.. This is already proving to be very difficult, but I am determined. The problems I'm facing now, is in finding any suitable documentation for the Delta LF8290F and Delta LF8561 10/100BASE-TX transformers. I know this isn't directly related to ARM, but would anyone know where I can find the docs for these? > > We are starting to integrate the arm toolchain patches into CVS head, > but until then, you can pull the patch out of perforce: > http://perforce.freebsd.org/fileLogView.cgi?FSPC=//depot/projects/arm/gnu%2darm.diff > Thanks, are the patches located there the same as the ones located here: http://people.freebsd.org/~cognet/freebsd_arm.txt Gardner