Source-Changes-HG archive

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

[src/netbsd-6]: src/sys/arch/evbsh3/t_sh7706lan Pull up following revision(s)...



details:   https://anonhg.NetBSD.org/src/rev/aa815fb10407
branches:  netbsd-6
changeset: 776549:aa815fb10407
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sun Jan 12 12:38:13 2014 +0000

description:
Pull up following revision(s) (requested by nonaka in ticket #1007):
        sys/arch/evbsh3/t_sh7706lan/ssumci.c: revision 1.3
fix CS bit.

diffstat:

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

diffs (27 lines):

diff -r 2a5f7a495a11 -r aa815fb10407 sys/arch/evbsh3/t_sh7706lan/ssumci.c
--- a/sys/arch/evbsh3/t_sh7706lan/ssumci.c      Sun Jan 12 12:36:13 2014 +0000
+++ b/sys/arch/evbsh3/t_sh7706lan/ssumci.c      Sun Jan 12 12:38:13 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.2.2.1 2014/01/12 12:38:13 bouyer 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.2.2.1 2014/01/12 12:38:13 bouyer 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