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, Feb 9, 7:04 AM
Unknown Object (File)
Sun, Feb 9, 7:04 AM
Unknown Object (File)
Sun, Feb 9, 7:03 AM
Unknown Object (File)
Wed, Feb 5, 7:39 AM
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
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 59601
Build 56488: arc lint + arc unit

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