Improve debugging options in bcm2835_sdhci.c
Similar to bcm2835_sdhost.c add a TUNABLE and SYSCTL to selectively
turn on debugging printfs if debugging is turned on at compile time.
Sponsored by: The FreeBSD Foundation
MFC After: 2 weeks
Differential D19745
Improve debugging options in bcm2835_sdhci.c bz on Mar 29 2019, 9:42 AM. Authored by Tags None Referenced Files
Details Improve debugging options in bcm2835_sdhci.c Similar to bcm2835_sdhost.c add a TUNABLE and SYSCTL to selectively Sponsored by: The FreeBSD Foundation
Diff Detail
Event TimelineComment Actions I wonder if there is a way to make this generic as the dprintf or similar macro seems to be common in arm code. Comment Actions They are extremely common in most device drivers (unrelated to the architecture, more often spelt in upper cases). |