Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbsh3/t_sh7706lan fix CS bit.



details:   https://anonhg.NetBSD.org/src/rev/df0aa9cc1b1d
branches:  trunk
changeset: 792467:df0aa9cc1b1d
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Sat Jan 04 13:24:35 2014 +0000

description:
fix CS bit.

diffstat:

 sys/arch/evbsh3/t_sh7706lan/ssumci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2d43c5ab4696 -r df0aa9cc1b1d sys/arch/evbsh3/t_sh7706lan/ssumci.c
--- a/sys/arch/evbsh3/t_sh7706lan/ssumci.c      Sat Jan 04 13:23:22 2014 +0000
+++ b/sys/arch/evbsh3/t_sh7706lan/ssumci.c      Sat Jan 04 13:24:35 2014 +0000
@@ -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 <nonaka%netbsd.org@localhost>
@@ -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 @@
 #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
 



Home | Main Index | Thread Index | Old Index