Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/marvell TWSI size is 0x100. Not 0x1000.



details:   https://anonhg.NetBSD.org/src/rev/19cdd8092b55
branches:  trunk
changeset: 780356:19cdd8092b55
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sat Jul 21 04:23:16 2012 +0000

description:
TWSI size is 0x100.  Not 0x1000.

diffstat:

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

diffs (18 lines):

diff -r e4deb1194f23 -r 19cdd8092b55 sys/dev/marvell/gttwsireg.h
--- a/sys/dev/marvell/gttwsireg.h       Sat Jul 21 04:21:14 2012 +0000
+++ b/sys/dev/marvell/gttwsireg.h       Sat Jul 21 04:23:16 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gttwsireg.h,v 1.1 2010/04/28 13:51:56 kiyohara Exp $ */
+/* $NetBSD: gttwsireg.h,v 1.2 2012/07/21 04:23:16 kiyohara Exp $ */
 
 /*
  * Copyright (c) 2008 Eiji Kawauchi.
@@ -27,7 +27,7 @@
 #ifndef _GTTWSIREG_H_
 #define _GTTWSIREG_H_
 
-#define GTTWSI_SIZE            0x1000
+#define GTTWSI_SIZE            0x100
 
 #define        TWSI_SLAVEADDR          0x00
 #define        TWSI_EXTEND_SLAVEADDR   0x10



Home | Main Index | Thread Index | Old Index