freebsd-src/sys/dev/sdhci
Bjoern A. Zeeb da2f833f7a MMCCAM: fix a panic after cam_sim_alloc_dev() removal in sdhci.c
During the removal of cam_sim_alloc_dev() in
aeb04e88f5 for sdhci.c and the
follow-up build-fix in a72af82e31
slot->dev and slot->bus got mixed up for MMCCAM;  slot->dev is
only used in the !MMCCAM case so is uninitialised here leading to
a panic;  switch back to slot->bus to return to the status quo.

Reviewed by:	imp (ack on arm@)
X-Differential Revision:	https://reviews.freebsd.org/D30857
2021-07-07 00:37:45 +00:00
..
fsl_sdhci.c sdhci: clean up empty lines in .c and .h files 2020-09-01 21:54:16 +00:00
sdhci.c MMCCAM: fix a panic after cam_sim_alloc_dev() removal in sdhci.c 2021-07-07 00:37:45 +00:00
sdhci.h Align struct sdhci_slot MMCCAM members. 2019-03-21 10:23:02 +00:00
sdhci_acpi.c o Don't allocate resources for SDMA in sdhci(4) if the controller or the 2018-12-30 23:08:06 +00:00
sdhci_fdt.c sdhci: clean up empty lines in .c and .h files 2020-09-01 21:54:16 +00:00
sdhci_fdt_gpio.c
sdhci_fdt_gpio.h
sdhci_fsl_fdt.c sdhci_fsl_fdt: Skip vccq reconfiguration without regulator 2021-05-20 11:21:53 +02:00
sdhci_if.m Regularize my copyright notice 2019-12-04 16:56:11 +00:00
sdhci_pci.c sdhci(4): Recognize the Texas Instruments PCIxx12 card reader. 2020-08-25 18:32:43 +00:00
sdhci_xenon.c sdhci_xenon: add UHS support 2021-06-02 09:55:20 +02:00
sdhci_xenon.h sdhci_xenon: add UHS support 2021-06-02 09:55:20 +02:00