summaryrefslogtreecommitdiffstats
path: root/sys/dev/sdhci/sdhci_acpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sdhci/sdhci_acpi.c')
-rw-r--r--sys/dev/sdhci/sdhci_acpi.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/sdhci/sdhci_acpi.c b/sys/dev/sdhci/sdhci_acpi.c
index a2a2cab..fff6923 100644
--- a/sys/dev/sdhci/sdhci_acpi.c
+++ b/sys/dev/sdhci/sdhci_acpi.c
@@ -60,9 +60,11 @@ static const struct sdhci_acpi_device {
const char *desc;
u_int quirks;
} sdhci_acpi_devices[] = {
- { "80860F14", 1, "Intel Bay Trail eMMC 4.5 Controller",
+ { "80860F14", 1, "Intel Bay Trail SD Host Controller",
SDHCI_QUIRK_ALL_SLOTS_NON_REMOVABLE |
SDHCI_QUIRK_INTEL_POWER_UP_RESET },
+ { "80860F14", 3, "Intel Bay Trail SD Host Controller",
+ SDHCI_QUIRK_INTEL_POWER_UP_RESET },
{ "80860F16", 0, "Intel Bay Trail SD Host Controller",
0 },
{ NULL, 0, NULL, 0}
OpenPOWER on IntegriCloud