Date: Tue, 15 Oct 2019 19:51:28 +0200 From: Emmanuel Vadot <manu@bidouilliste.com> To: Ruslan Bukin <br@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r353575 - head/sys/dev/mmc/host Message-ID: <20191015195128.c3e14be27e027b538665fbef@bidouilliste.com> In-Reply-To: <20191015173757.GA74227@bsdpad.com> References: <201910151724.x9FHOM55015499@repo.freebsd.org> <20191015193451.f7c9388f971432e6d1be369b@bidouilliste.com> <20191015173757.GA74227@bsdpad.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 15 Oct 2019 18:37:57 +0100 Ruslan Bukin <br@freebsd.org> wrote: > 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@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 Ah ok, I though this was the previous generation. Again I think that would be good to spend a few days to properly support the ext resources from this platform. This seems to be the only arm64 SoC that doesn't support it. -- Emmanuel Vadot <manu@bidouilliste.com>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20191015195128.c3e14be27e027b538665fbef>