Add ACPI platform wrapper for SDHCI devices. Some systems
(like BayTrail-based Minnowboard Turbot) have them on ACPI instead of PCI
Details
Details
- Reviewers
imp • ian - Commits
- rS311911: [sdhci] Add ACPI platform support for SDHCI driver
Load modules on Minnowboard Turbot, and check if SD card
is recognized/works
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Seems reasonable, but a lot of code to duplicate. Wonder if these will work with the Chromebook I have? It's having issues with the USB devices and I need to get a toe-hold in there somehow.
sys/dev/sdhci/sdhci_acpi.c | ||
---|---|---|
46–47 ↗ | (On Diff #23803) | Are these the right paths? They look rather long... |
73–74 ↗ | (On Diff #23803) | why the hex IDs as text here? Seems redundant... Does the ACPI probing code really need the HID as a string? |