diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2016-12-20 22:08:36 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2016-12-20 22:08:36 +0000 |
| commit | 00eb880d2091bac469bbf52ab9a8bb1d57cb07d8 (patch) | |
| tree | b8abfc2956f57563e0206693cebc5658d10a36c1 /sys/dev/sdhci/sdhci_pci.c | |
| parent | 171e4b68b3147e0e12f5f1d7a19409cddf24bfa7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sdhci/sdhci_pci.c')
| -rw-r--r-- | sys/dev/sdhci/sdhci_pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sdhci/sdhci_pci.c b/sys/dev/sdhci/sdhci_pci.c index 9b05a91acc6b0..44e63329e483d 100644 --- a/sys/dev/sdhci/sdhci_pci.c +++ b/sys/dev/sdhci/sdhci_pci.c @@ -107,6 +107,8 @@ static const struct sdhci_device { SDHCI_QUIRK_RESET_AFTER_REQUEST }, { 0x16bc14e4, 0xffff, "Broadcom BCM577xx SDXC/MMC Card Reader", SDHCI_QUIRK_BCM577XX_400KHZ_CLKSRC }, + { 0x22948086, 0xffff, "Braswell Storage Cluster Control MMC Port", + 0 }, { 0, 0xffff, NULL, 0 } }; |
