Module Name:    src
Committed By:   kiyohara
Date:           Wed Sep 22 04:32:53 UTC 2010

Modified Files:
        src/sys/dev/sdmmc: sdmmcvar.h

Log Message:
Back out previous change.  "automagically" is NOT a typo.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/sdmmc/sdmmcvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/sdmmc/sdmmcvar.h
diff -u src/sys/dev/sdmmc/sdmmcvar.h:1.4 src/sys/dev/sdmmc/sdmmcvar.h:1.5
--- src/sys/dev/sdmmc/sdmmcvar.h:1.4	Tue Sep 21 04:57:44 2010
+++ src/sys/dev/sdmmc/sdmmcvar.h	Wed Sep 22 04:32:53 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: sdmmcvar.h,v 1.4 2010/09/21 04:57:44 kiyohara Exp $	*/
+/*	$NetBSD: sdmmcvar.h,v 1.5 2010/09/22 04:32:53 kiyohara Exp $	*/
 /*	$OpenBSD: sdmmcvar.h,v 1.13 2009/01/09 10:55:22 jsg Exp $	*/
 
 /*
@@ -203,7 +203,7 @@
 #define SMF_CARD_ATTACHED	0x8000	/* card driver(s) attached */
 
 	uint32_t sc_caps;		/* host capability */
-#define SMC_CAPS_AUTO_STOP	0x0001	/* send CMD12 automatically by host */
+#define SMC_CAPS_AUTO_STOP	0x0001	/* send CMD12 automagically by host */
 #define SMC_CAPS_4BIT_MODE	0x0002	/* 4-bits data bus width */
 #define SMC_CAPS_DMA		0x0004	/* DMA transfer */
 #define SMC_CAPS_SPI_MODE	0x0008	/* SPI mode */

Reply via email to