svn commit: r310341 - head/sys/dev/sdhci
Conrad E. Meyer
cem at FreeBSD.org
Tue Dec 20 22:47:10 UTC 2016
Author: cem
Date: Tue Dec 20 22:47:09 2016
New Revision: 310341
URL: https://svnweb.freebsd.org/changeset/base/310341
Log:
Follow-up to r310340: Add missing "Intel" to description
Reported by: rpokala@
Modified:
head/sys/dev/sdhci/sdhci_pci.c
Modified: head/sys/dev/sdhci/sdhci_pci.c
==============================================================================
--- head/sys/dev/sdhci/sdhci_pci.c Tue Dec 20 22:08:36 2016 (r310340)
+++ head/sys/dev/sdhci/sdhci_pci.c Tue Dec 20 22:47:09 2016 (r310341)
@@ -107,7 +107,7 @@ 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",
+ { 0x22948086, 0xffff, "Intel Braswell Storage Cluster Control MMC Port",
0 },
{ 0, 0xffff, NULL,
0 }
More information about the svn-src-all
mailing list