Re: bcm2835
Kyle Evans <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <CACNAnaGP=CgUZ6+GuNV5bREMOGtNPyqb9XKVSWb4_sLT4kO=jg@mail.gmail.com> |
On Wed, May 19, 2021 at 12:27 AM Kamal R. Prasad <[email protected]> wrote: > > hello, > > in file > sys/arm/broadcom/bcm2835/bcm2835_sdhci.c > > there is a constant > SDHCI_QUIRK_BROKEN_TIMEOUT_VAL > can someone tell me why this was introduced and does it correspond to > anything in the datasheet? > Hi, This was added by gonzo@ back in r242321. It doesn't really correspond to anything in the datasheet, but before I committed r354560 that moved it around I did try to remove it and observed that it was still a problem with either the RPi3 or RPi4. Thanks, Kyle Evans