svn commit: r238898 - head/sys/dev/sdhci

Gleb Smirnoff glebius at FreeBSD.org
Mon Jul 30 08:56:57 UTC 2012


Author: glebius
Date: Mon Jul 30 08:56:56 2012
New Revision: 238898
URL: http://svn.freebsd.org/changeset/base/238898

Log:
  Return back double spacing.

Modified:
  head/sys/dev/sdhci/sdhci.c

Modified: head/sys/dev/sdhci/sdhci.c
==============================================================================
--- head/sys/dev/sdhci/sdhci.c	Mon Jul 30 08:06:00 2012	(r238897)
+++ head/sys/dev/sdhci/sdhci.c	Mon Jul 30 08:56:56 2012	(r238898)
@@ -364,7 +364,7 @@ sdhci_lower_frequency(device_t dev)
 
 	/*
 	 * Some SD/MMC cards don't work with the default base
-	 * clock frequency of 200MHz. Lower it to 50MHz.
+	 * clock frequency of 200MHz.  Lower it to 50MHz.
 	 */
 	pci_write_config(dev, SDHC_PCI_BASE_FREQ_KEY, 0x01, 1);
 	pci_write_config(dev, SDHC_PCI_BASE_FREQ, 50, 1);


More information about the svn-src-all mailing list