From owner-freebsd-arm@FreeBSD.ORG Mon Dec 31 14:35:58 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0136AE85 for ; Mon, 31 Dec 2012 14:35:57 +0000 (UTC) (envelope-from ThomasSkibo@sbcglobal.net) Received: from nm24-vm0.access.bullet.mail.mud.yahoo.com (nm24-vm0.access.bullet.mail.mud.yahoo.com [66.94.236.143]) by mx1.freebsd.org (Postfix) with ESMTP id 89B5D8FC14 for ; Mon, 31 Dec 2012 14:35:57 +0000 (UTC) Received: from [66.94.237.199] by nm24.access.bullet.mail.mud.yahoo.com with NNFMP; 31 Dec 2012 14:32:46 -0000 Received: from [98.138.84.172] by tm10.access.bullet.mail.mud.yahoo.com with NNFMP; 31 Dec 2012 14:32:46 -0000 Received: from [127.0.0.1] by smtp106.sbc.mail.ne1.yahoo.com with NNFMP; 31 Dec 2012 14:32:46 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sbcglobal.net; s=s1024; t=1356964366; bh=S4qOsBaZo6VMpz5+D1YgH1oEtRMCN1yFVdvAreIJ0WM=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=SBNCYgey2BbnCLMJnE9Kcr1H/bUfBp46vvf+1ZMiAxBJ9oJT/bwSlCD9G13c4yWXJeDkk8wIdAnSXpqB6akP2tG/AMjCOZDTof65YK3vN/JERdsSLMvoxLrZwAPfEjsWUbREInhCWYqyEUg2WQo7f6NRuFxQwqSWTO6dUADOxXw= X-Yahoo-Newman-Id: 456114.79281.bm@smtp106.sbc.mail.ne1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: zlCJWxUVM1lsAG4rbGW9gBdu0Xa30a2b6JUjSJPkmISQPsh 9j_5q1NaViJdoIn4z_HYMedp2hNDgJoS8QuB6H.Bp4c2j63SUUvYOn1bcFwW ZWI4WbwUqgY21KsfMX_2e3CJrSUYE8hsNMBX0fg2FA.D8tKog8.tDq1sDULz QMoMy.mq6j8JsWIrw7M1whhHZPh7m2YffCmJR_7Z6JSNiFwEfm3Asfwn8sno DA5kj.fI9MVHRjkwjoBuEQ_W3vxnY3YNgihuRGT0nHlOgIzDLZd4zLBOdYF4 R5HhtH6GDIYOgxzyND8wv6aUXvtpkCwlzd53YI5Aew893nKSK9_3s0cdtyoC FLC2cibh.phukCHTpmoPS4dhhrioL3gtftDviPJWwhbjpIf3kJisi2pAUPiY TqfF2Ad6so4fnEA3pZp0oWd9a1X7aAqjA92odFHlGZdrriKb1nDPDQPzRgRx t_dm01ArxSnAuOiv9.sjacOXMTz1IMMx17doj9g-- X-Yahoo-SMTP: tUxoRneswBA21azLM.3ybMESf0mC2bFhTbmt0VU5ervH0kqi5lo- Received: from [192.168.1.9] (ThomasSkibo@71.139.179.229 with plain) by smtp106.sbc.mail.ne1.yahoo.com with SMTP; 31 Dec 2012 06:32:46 -0800 PST Message-ID: <50E1A20C.70509@sbcglobal.net> Date: Mon, 31 Dec 2012 06:32:44 -0800 From: Thomas Skibo User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: Ruslan Bukin Subject: Re: FreeBSD on Zedboard (Xilinx Zynq-7000) References: <50DF4BD9.8080601@sbcglobal.net> <50DF555B.9060601@sbcglobal.net> <6285A410-0470-4A75-9067-7C524831A8DA@bsdimp.com> <50E083B0.2030209@sbcglobal.net> <20121231121917.GA55152@jail.io> In-Reply-To: <20121231121917.GA55152@jail.io> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Dec 2012 14:35:58 -0000 Oops. That slipped through the cracks. Sorry about that. I've updated the patch. --Thomas On 12/31/12 4:19 AM, Ruslan Bukin wrote: > may be patch have to contain > > Index: sys/dev/mmc/mmc.c > =================================================================== > --- sys/dev/mmc/mmc.c (revision 244902) > +++ sys/dev/mmc/mmc.c (working copy) > @@ -1732,3 +1732,4 @@ > DRIVER_MODULE(mmc, at91_mci, mmc_driver, mmc_devclass, NULL, NULL); > DRIVER_MODULE(mmc, sdhci_pci, mmc_driver, mmc_devclass, NULL, NULL); > DRIVER_MODULE(mmc, sdhci_bcm, mmc_driver, mmc_devclass, NULL, NULL); > +DRIVER_MODULE(mmc, sdhci_fdt, mmc_driver, mmc_devclass, NULL, NULL); > -- -------- Thomas Skibo ThomasSkibo@sbcglobal.net