Page MenuHomeFreeBSD

sdhci: Add sysctl to report quirks on the slot
ClosedPublic

Authored by jhibbits on Sep 25 2024, 9:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 12, 7:15 PM
Unknown Object (File)
Dec 17 2024, 3:45 PM
Unknown Object (File)
Dec 9 2024, 2:38 AM
Unknown Object (File)
Dec 5 2024, 2:35 PM
Unknown Object (File)
Dec 4 2024, 10:16 AM
Unknown Object (File)
Nov 30 2024, 6:15 AM
Unknown Object (File)
Nov 12 2024, 6:03 PM
Unknown Object (File)
Nov 10 2024, 7:27 AM
Subscribers

Details

Summary

It can be useful to see what quirks are applied on an SDHCI slot.

Obtained from: Juniper Networks, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/dev/sdhci/sdhci.c
1148

I'd think this should be under the slot specific node. Why is it here instead of there? dev == slot->bus here, I think and it seems like it would be better add it under slotX, no? And if not in the slot, then I'd think we should set it elsewhere.

Otherwise, it looks fine.

This revision is now accepted and ready to land.Sep 26 2024, 6:25 AM