Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Dec 2016 22:47:09 +0000 (UTC)
From:      "Conrad E. Meyer" <cem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r310341 - head/sys/dev/sdhci
Message-ID:  <201612202247.uBKMl9bW006708@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612202247.uBKMl9bW006708>