Date: Mon, 31 Dec 2012 21:52:29 -0600 From: Warner Losh <imp@bsdimp.com> To: Ruslan Bukin <br@bsdpad.com> Cc: freebsd-arm@freebsd.org, Thomas Skibo <ThomasSkibo@sbcglobal.net> Subject: Re: FreeBSD on Zedboard (Xilinx Zynq-7000) Message-ID: <E12F353F-984F-4012-994A-588A7B8D2D15@bsdimp.com> In-Reply-To: <20121231121917.GA55152@jail.io> References: <50DF4BD9.8080601@sbcglobal.net> <50DF555B.9060601@sbcglobal.net> <6285A410-0470-4A75-9067-7C524831A8DA@bsdimp.com> <50E083B0.2030209@sbcglobal.net> <20121231121917.GA55152@jail.io>
next in thread | previous in thread | raw e-mail | index | archive | help
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@sbcglobal.net >> >> _______________________________________________ >> freebsd-arm@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-arm >> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E12F353F-984F-4012-994A-588A7B8D2D15>