Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jul 2021 19:51:07 -0600
From:      Warner Losh <imp@bsdimp.com>
To:        "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
Cc:        "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org>
Subject:   Re: MMCCAM sdhci_fdt0 panic on boot
Message-ID:  <CANCZdfrjdrwsofVjWKBfgERLE-0Xz9rDaW%2BAuPr2NF5Z4jc25Q@mail.gmail.com>
In-Reply-To: <alpine.BSF.2.00.2107070044290.68830@ai.fobar.qr>
References:  <alpine.BSF.2.00.2107062247010.68830@ai.fobar.qr> <alpine.BSF.2.00.2107062318110.68830@ai.fobar.qr> <CANCZdfoTK7aFC6KZexnNziJtR-EgAsLPB0b3md=R=VVtaR9j9Q@mail.gmail.com> <alpine.BSF.2.00.2107070044290.68830@ai.fobar.qr>

next in thread | previous in thread | raw e-mail | index | archive | help
--0000000000004fe05f05c67ec6a9
Content-Type: text/plain; charset="UTF-8"

On Tue, Jul 6, 2021, 6:45 PM Bjoern A. Zeeb <bzeeb-lists@lists.zabbadoz.net>
wrote:

> On Tue, 6 Jul 2021, Warner Losh wrote:
>
> > On Tue, Jul 6, 2021 at 5:31 PM Bjoern A. Zeeb <
> > bzeeb-lists@lists.zabbadoz.net> wrote:
> >
> >> On Tue, 6 Jul 2021, Bjoern A. Zeeb wrote:
> >>
> >>> Hi,
> >>>
> >>> something has recently changed which causes this (last kernel was from
> >>> April 20 imho and was fine)?
> >>> I am wondering if it is because of MMCCAM/CAM updates or a DTS update I
> >>> didn't fully do and we don't handle well?
> >>> My guess is the former...
> >>
> >> replying to myself after looking at the code;
> >> I am almost certain it's this one:
> >>
> >>
> https://cgit.freebsd.org/src/commit/sys/dev/sdhci/sdhci.c?id=a72af82e3169fcacfedf9047120679300a4296f8
> >>
> >> Given the previous version did pass that:
> >>
> >>
> https://cgit.freebsd.org/src/commit/sys?id=aeb04e88f51a706ef4b6a380bf5e82d15203fb6a
> >>
> >> I'll run a quick test using this before committing.
> >>
> >> diff --git sys/dev/sdhci/sdhci.c sys/dev/sdhci/sdhci.c
> >> index bd30175e9f8..d075c2e0500 100644
> >> --- sys/dev/sdhci/sdhci.c
> >> +++ sys/dev/sdhci/sdhci.c
> >> @@ -2484,7 +2484,7 @@ sdhci_start_slot(struct sdhci_slot *slot)
> >>
> >>          mtx_init(&slot->sim_mtx, "sdhcisim", NULL, MTX_DEF);
> >>          slot->sim = cam_sim_alloc(sdhci_cam_action, sdhci_cam_poll,
> >> -           "sdhci_slot", slot, device_get_unit(slot->dev),
> >> +           "sdhci_slot", slot, device_get_unit(slot->bus),
> >>              &slot->sim_mtx, 1, 1, slot->devq);
> >>
> >>          if (slot->sim == NULL) {
> >>
> >
> >
> > You're correct. slot->dev is unused for MMCCAM it seems. I don't know
> > what I was thinking when I made the earlier change.
>
> Thanks for the ACK.  tested to boot and fixed in
> da2f833f7a0bef3cde7d5fc2a05e4646e873567f
>

I think a well placed ifndef might help in the future.  I may look into
that...


'Night
> /bz
>
> --
> Bjoern A. Zeeb                                                     r15:7
>

--0000000000004fe05f05c67ec6a9--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANCZdfrjdrwsofVjWKBfgERLE-0Xz9rDaW%2BAuPr2NF5Z4jc25Q>