Module Name:    src
Committed By:   macallan
Date:           Fri May 29 18:47:13 UTC 2015

Modified Files:
        src/sys/arch/mips/ingenic: ingenic_regs.h

Log Message:
fix pasto


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/mips/ingenic/ingenic_regs.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/arch/mips/ingenic/ingenic_regs.h
diff -u src/sys/arch/mips/ingenic/ingenic_regs.h:1.18 src/sys/arch/mips/ingenic/ingenic_regs.h:1.19
--- src/sys/arch/mips/ingenic/ingenic_regs.h:1.18	Mon May 18 15:03:16 2015
+++ src/sys/arch/mips/ingenic/ingenic_regs.h	Fri May 29 18:47:13 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: ingenic_regs.h,v 1.18 2015/05/18 15:03:16 macallan Exp $ */
+/*	$NetBSD: ingenic_regs.h,v 1.19 2015/05/29 18:47:13 macallan Exp $ */
 
 /*-
  * Copyright (c) 2014 Michael Lorenz
@@ -706,7 +706,7 @@ gpio_as_input(uint32_t g, int pin)
 #define JZ_MSC_RESTO	0x10 /* 16bit response timeout in MSC_CLK */
 #define JZ_MSC_RDTO RW	0x14 /* 32bit read timeout in MSC_CLK */
 #define JZ_MSC_BLKLEN	0x18 /* 16bit block length */
-#define JZ_MSC_NOB RW	0x1c /* 16bit block counter */
+#define JZ_MSC_NOB	0x1c /* 16bit block counter */
 #define JZ_MSC_SNOB	0x20 /* 16bit successful block counter */
 #define JZ_MSC_IMASK	0x24 /* interrupt mask */
 	#define JZ_INT_AUTO_CMD23_DONE	0x40000000

Reply via email to