From owner-freebsd-arm@FreeBSD.ORG Fri Jan 6 21:20:34 2012 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 3A29E1065677 for ; Fri, 6 Jan 2012 21:20:34 +0000 (UTC) (envelope-from freebsd@damnhippie.dyndns.org) Received: from qmta09.emeryville.ca.mail.comcast.net (qmta09.emeryville.ca.mail.comcast.net [76.96.30.96]) by mx1.freebsd.org (Postfix) with ESMTP id 20E938FC13 for ; Fri, 6 Jan 2012 21:20:33 +0000 (UTC) Received: from omta07.emeryville.ca.mail.comcast.net ([76.96.30.59]) by qmta09.emeryville.ca.mail.comcast.net with comcast id JML01i0011GXsucA9MLTA0; Fri, 06 Jan 2012 21:20:27 +0000 Received: from damnhippie.dyndns.org ([24.8.232.202]) by omta07.emeryville.ca.mail.comcast.net with comcast id JLwe1i00F4NgCEG8ULwes0; Fri, 06 Jan 2012 20:56:39 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id q06LKUnl023128; Fri, 6 Jan 2012 14:20:30 -0700 (MST) (envelope-from freebsd@damnhippie.dyndns.org) From: Ian Lepore To: Mattia Rossi In-Reply-To: <4F05503D.4030303@swin.edu.au> References: <4F05503D.4030303@swin.edu.au> Content-Type: text/plain Date: Fri, 06 Jan 2012 14:20:30 -0700 Message-Id: <1325884830.25037.91.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.26.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org Subject: Re: SDIO driver for OpenRD Ultimate/ Dreamplug 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, 06 Jan 2012 21:20:34 -0000 On Thu, 2012-01-05 at 18:24 +1100, Mattia Rossi wrote: > Hi all, > > I've tried to compile and use the SDIO driver found here: > http://people.freebsd.org/~raj/misc/mv_sdio.c > Hmmm, on second thought, I'll bet interrupt 34 needs to be listed in the sdio section of the FDT, not the gpio like I said earlier. The code sets the resource id to 1 to allocate that interrupt, so it probably needs to be listed as the 2nd interrupt for the sdio dev. -- Ian