Module Name:    src
Committed By:   kiyohara
Date:           Sat Jul 21 04:23:16 UTC 2012

Modified Files:
        src/sys/dev/marvell: gttwsireg.h

Log Message:
TWSI size is 0x100.  Not 0x1000.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/marvell/gttwsireg.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/marvell/gttwsireg.h
diff -u src/sys/dev/marvell/gttwsireg.h:1.1 src/sys/dev/marvell/gttwsireg.h:1.2
--- src/sys/dev/marvell/gttwsireg.h:1.1	Wed Apr 28 13:51:56 2010
+++ src/sys/dev/marvell/gttwsireg.h	Sat Jul 21 04:23:16 2012
@@ -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

Reply via email to