svn commit: r353575 - head/sys/dev/mmc/host
Ruslan Bukin
br at freebsd.org
Tue Oct 15 17:41:47 UTC 2019
On Tue, Oct 15, 2019 at 07:34:51PM +0200, Emmanuel Vadot wrote:
> On Tue, 15 Oct 2019 17:24:22 +0000 (UTC)
> Ruslan Bukin <br at FreeBSD.org> wrote:
>
> > Author: br
> > Date: Tue Oct 15 17:24:21 2019
> > New Revision: 353575
> > URL: https://svnweb.freebsd.org/changeset/base/353575
> >
> > Log:
> > Fix dwmmc(4) driver attachment when ext_resources are not present.
> >
> > Ignore only ENOENT (no DTS properties found) and ENODEV (driver not
> > present) non-zero return values from ext_resources.
> >
> > Reviewed by: manu
> > Sponsored by: DARPA, AFRL
> > Differential Revision: https://reviews.freebsd.org/D22043
> >
> > Modified:
> > head/sys/dev/mmc/host/dwmmc.c
>
> I've just realized that you are probably using the SOCFPGA kernel
> configuration and it doesn't have option EXT_RESOURCES so how did you
> got those errors ?
No, I'm using arm64 GENERIC kernel since Intel Stratix 10 is arm64/FPGA.
Ruslan
More information about the svn-src-all
mailing list