Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/marvell Change MVSPI_SIZE to 0x80 instead of 0x50.



details:   https://anonhg.NetBSD.org/src/rev/bffa4cfd2a89
branches:  trunk
changeset: 350181:bffa4cfd2a89
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sat Jan 07 14:19:45 2017 +0000

description:
Change MVSPI_SIZE to 0x80 instead of 0x50.

diffstat:

 sys/dev/marvell/mvspireg.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ece9a6b1c897 -r bffa4cfd2a89 sys/dev/marvell/mvspireg.h
--- a/sys/dev/marvell/mvspireg.h        Sat Jan 07 11:21:05 2017 +0000
+++ b/sys/dev/marvell/mvspireg.h        Sat Jan 07 14:19:45 2017 +0000
@@ -38,7 +38,7 @@
 #ifndef _MVSPIREG_H_
 #define _MVSPIREG_H_
 
-#define                MVSPI_SIZE                      0x50            /* Size of MVSPI */
+#define                MVSPI_SIZE                      0x80            /* Size of MVSPI */
 
 /* Definition of registers */
 #define                MVSPI_CTRL_REG                  0x00            /* MVSPI Control Register */



Home | Main Index | Thread Index | Old Index