Module Name:    src
Committed By:   nonaka
Date:           Sat Jan  4 13:24:35 UTC 2014

Modified Files:
        src/sys/arch/evbsh3/t_sh7706lan: ssumci.c

Log Message:
fix CS bit.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbsh3/t_sh7706lan/ssumci.c

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/evbsh3/t_sh7706lan/ssumci.c
diff -u src/sys/arch/evbsh3/t_sh7706lan/ssumci.c:1.2 src/sys/arch/evbsh3/t_sh7706lan/ssumci.c:1.3
--- src/sys/arch/evbsh3/t_sh7706lan/ssumci.c:1.2	Sat Jan 21 19:44:29 2012
+++ src/sys/arch/evbsh3/t_sh7706lan/ssumci.c	Sat Jan  4 13:24:35 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: ssumci.c,v 1.2 2012/01/21 19:44:29 nonaka Exp $	*/
+/*	$NetBSD: ssumci.c,v 1.3 2014/01/04 13:24:35 nonaka Exp $	*/
 
 /*-
  * Copyright (C) 2010 NONAKA Kimihiro <non...@netbsd.org>
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ssumci.c,v 1.2 2012/01/21 19:44:29 nonaka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ssumci.c,v 1.3 2014/01/04 13:24:35 nonaka Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -151,7 +151,7 @@ do {									\
 #define SCPDR_CMD	0x04
 #define	SCPCR_CS_MASK	0x000C
 #define	SCPCR_CS_OUT	0x0004
-#define	SCPDR_CS	0x08
+#define	SCPDR_CS	0x02
 #define	SCPCR_EJECT	0x00C0
 #define	SCPDR_EJECT	0x08
 

Reply via email to