svn commit: r321490 - head/sys/dev/mmc

Marius Strobl marius at FreeBSD.org
Tue Jul 25 20:36:45 UTC 2017


Author: marius
Date: Tue Jul 25 20:36:44 2017
New Revision: 321490
URL: https://svnweb.freebsd.org/changeset/base/321490

Log:
  Improve the clarity of a comment added in r321385 by not referring to
  volatile SDHCI specification lingo.

Modified:
  head/sys/dev/mmc/mmcsd.c

Modified: head/sys/dev/mmc/mmcsd.c
==============================================================================
--- head/sys/dev/mmc/mmcsd.c	Tue Jul 25 17:39:06 2017	(r321489)
+++ head/sys/dev/mmc/mmcsd.c	Tue Jul 25 20:36:44 2017	(r321490)
@@ -235,7 +235,7 @@ mmcsd_attach(device_t dev)
 	 * insertion that results in switches to/from a transfer mode involving
 	 * re-tuning, iff there are multiple devices on a given bus.  Until now
 	 * mmc(4) lacks support for rescanning already attached buses, however,
-	 * and sdhci(4) has no support for embedded/shared buses in the first
+	 * and sdhci(4) to date has no support for shared buses in the first
 	 * place either.
 	 */
 	sc->max_data = mmc_get_max_data(dev);


More information about the svn-src-all mailing list