Source-Changes-HG archive

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

[src/trunk]: src/sys/arch remove sh3/include/mmeye.h



details:   https://anonhg.NetBSD.org/src/rev/7825781040bc
branches:  trunk
changeset: 476435:7825781040bc
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Sep 16 13:32:24 1999 +0000

description:
remove sh3/include/mmeye.h

diffstat:

 sys/arch/mmeye/include/mmeye.h |  27 +++++++++++++++++++++++++--
 sys/arch/sh3/include/mmeye.h   |  26 --------------------------
 2 files changed, 25 insertions(+), 28 deletions(-)

diffs (62 lines):

diff -r 8bb0c0874d63 -r 7825781040bc sys/arch/mmeye/include/mmeye.h
--- a/sys/arch/mmeye/include/mmeye.h    Thu Sep 16 12:54:26 1999 +0000
+++ b/sys/arch/mmeye/include/mmeye.h    Thu Sep 16 13:32:24 1999 +0000
@@ -1,3 +1,26 @@
-/*     $NetBSD: mmeye.h,v 1.1 1999/09/13 10:30:57 itojun Exp $ */
+/* $NetBSD: mmeye.h,v 1.2 1999/09/16 13:33:04 msaitoh Exp $ */
+
+/*
+ * Brains mmEye specific register definition
+ */
+
+#ifndef _MMEYE_MMEYE_H_
+#define _MMEYE_H_
 
-#include <sh3/mmeye.h>
+/* IRQ mask register */
+#ifdef MMEYE_NEW_INT /* for new mmEye */
+#define        MMTA_IMASK      (*(volatile unsigned short  *)0xb000000E)
+#else /* for old mmEye */
+#define        MMTA_IMASK      (*(volatile unsigned short  *)0xb0000010)
+#endif
+
+#define MMEYE_LED       (*(volatile unsigned short *)0xb0000008)
+
+/*
+ * SCI bitrate
+ * 9600bps, 11 = 3750000/(32*9600) -1, Pcyc = 3.75MHz
+ */
+
+#define SCI_BITRATE 11
+
+#endif /* !_MMEYE_MMEYE_H_ */
diff -r 8bb0c0874d63 -r 7825781040bc sys/arch/sh3/include/mmeye.h
--- a/sys/arch/sh3/include/mmeye.h      Thu Sep 16 12:54:26 1999 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-/* $NetBSD: mmeye.h,v 1.1 1999/09/13 10:31:19 itojun Exp $ */
-
-/*
- * Brains mmEye specific register definition
- */
-
-#ifndef _MMEYE_H_
-#define _MMEYE_H_
-
-/* IRQ mask register */
-#ifdef MMEYE_NEW_INT /* for new mmEye */
-#define        MMTA_IMASK      (*(volatile unsigned short  *)0xb000000E)
-#else /* for old mmEye */
-#define        MMTA_IMASK      (*(volatile unsigned short  *)0xb0000010)
-#endif
-
-#define MMEYE_LED       (*(volatile unsigned short *)0xb0000008)
-
-/*
- * SCI bitrate
- * 9600bps, 11 = 3750000/(32*9600) -1, Pcyc = 3.75MHz
- */
-
-#define SCI_BITRATE 11
-
-#endif /* !_MMEYE_H_ */



Home | Main Index | Thread Index | Old Index