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/a9c64c22c012
branches: trunk
changeset: 325727:a9c64c22c012
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 7eda764fd65b -r a9c64c22c012 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