FreeBSD on Zedboard (Xilinx Zynq-7000)
    Warner Losh 
    imp at bsdimp.com
       
    Tue Jan  1 03:52:33 UTC 2013
    
    
  
On Dec 31, 2012, at 6: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);
Why aren't the last three just 'sdhci'?
Warner
> 
> On Sun, Dec 30, 2012 at 10:10:56AM -0800, Thomas Skibo wrote:
>> 
>> 
>> On 12/29/12 12:49 PM, Warner Losh wrote:
>>> Cool!
>>> 
>>> But don't be a tease!  Share the code :)
>>> 
>> 
>> I've put the source code up at http://www.thomasskibo.com/zedbsd
>> 
>> --Thomas
>> 
>> -- 
>> --------
>> Thomas Skibo
>> ThomasSkibo at sbcglobal.net
>> 
>> _______________________________________________
>> freebsd-arm at freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-arm
>> To unsubscribe, send any mail to "freebsd-arm-unsubscribe at freebsd.org"
    
    
More information about the freebsd-arm
mailing list