summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-03-17 10:34:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-03-17 10:34:12 +0000
commitc1a968045077204f4dd0c5ddb12aa169da4f1b8b (patch)
tree907008faf794cd84241852904a15d47ad7434d25 /c/src/lib/libbsp/mips
parentRemove eof include file (diff)
downloadrtems-c1a968045077204f4dd0c5ddb12aa169da4f1b8b.tar.bz2
Misc. cosmetics.
Diffstat (limited to 'c/src/lib/libbsp/mips')
-rw-r--r--c/src/lib/libbsp/mips/csb350/include/bsp.h1
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/include/bsp.h1
-rw-r--r--c/src/lib/libbsp/mips/hurricane/clock/clock.S3
-rw-r--r--c/src/lib/libbsp/mips/hurricane/clock/clock.h4
-rw-r--r--c/src/lib/libbsp/mips/hurricane/console/console.c12
-rw-r--r--c/src/lib/libbsp/mips/hurricane/include/bsp.h9
-rw-r--r--c/src/lib/libbsp/mips/hurricane/include/coverhd.h4
-rw-r--r--c/src/lib/libbsp/mips/hurricane/start/start.S10
-rw-r--r--c/src/lib/libbsp/mips/hurricane/startup/bspclean.c11
-rw-r--r--c/src/lib/libbsp/mips/hurricane/startup/bspstart.c9
-rw-r--r--c/src/lib/libbsp/mips/hurricane/startup/idttlb.S10
-rw-r--r--c/src/lib/libbsp/mips/hurricane/startup/inittlb.c3
-rw-r--r--c/src/lib/libbsp/mips/hurricane/startup/setvec.c10
-rw-r--r--c/src/lib/libbsp/mips/hurricane/times3
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/include/bsp.h1
-rw-r--r--c/src/lib/libbsp/mips/rbtx4925/include/bsp.h5
-rw-r--r--c/src/lib/libbsp/mips/rbtx4938/include/bsp.h5
17 files changed, 24 insertions, 77 deletions
diff --git a/c/src/lib/libbsp/mips/csb350/include/bsp.h b/c/src/lib/libbsp/mips/csb350/include/bsp.h
index 715f5cb477..7f5bfc317c 100644
--- a/c/src/lib/libbsp/mips/csb350/include/bsp.h
+++ b/c/src/lib/libbsp/mips/csb350/include/bsp.h
@@ -110,4 +110,3 @@ rtems_isr_entry set_vector(
#endif
#endif
-/* end of include file */
diff --git a/c/src/lib/libbsp/mips/genmongoosev/include/bsp.h b/c/src/lib/libbsp/mips/genmongoosev/include/bsp.h
index eba3c3b466..e1a632ba21 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/include/bsp.h
+++ b/c/src/lib/libbsp/mips/genmongoosev/include/bsp.h
@@ -80,4 +80,3 @@ rtems_isr_entry set_vector( rtems_isr_entry, rtems_vector_number, int );
#endif
-/* end of include file */
diff --git a/c/src/lib/libbsp/mips/hurricane/clock/clock.S b/c/src/lib/libbsp/mips/hurricane/clock/clock.S
index 30b823f5ba..112ea937a5 100644
--- a/c/src/lib/libbsp/mips/hurricane/clock/clock.S
+++ b/c/src/lib/libbsp/mips/hurricane/clock/clock.S
@@ -17,9 +17,8 @@
* Transition Networks makes no representations about the suitability
* of this software for any purpose.
*
- * clock.S,v 1.5 2001/05/24 13:23:48 joel Exp
+ * $Id$
*/
-/* @(#)clock.S 08/20/96 1.2 */
#include <iregdef.h>
#include <idtcpu.h>
diff --git a/c/src/lib/libbsp/mips/hurricane/clock/clock.h b/c/src/lib/libbsp/mips/hurricane/clock/clock.h
index 49f97db29f..2f79e083b7 100644
--- a/c/src/lib/libbsp/mips/hurricane/clock/clock.h
+++ b/c/src/lib/libbsp/mips/hurricane/clock/clock.h
@@ -17,9 +17,7 @@
* Transition Networks makes no representations about the suitability
* of this software for any purpose.
*
- * clock.h,v 1.2 1996/09/11 19:14:52 joel Exp
+ * $Id$
*/
-/* @(#)clock.h 08/20/96 1.2 */
-
extern void mips_set_timer( uint32_t timer_clock_interval );
diff --git a/c/src/lib/libbsp/mips/hurricane/console/console.c b/c/src/lib/libbsp/mips/hurricane/console/console.c
index 9eb2742ecc..6f4deecad8 100644
--- a/c/src/lib/libbsp/mips/hurricane/console/console.c
+++ b/c/src/lib/libbsp/mips/hurricane/console/console.c
@@ -25,19 +25,9 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * console.c,v 1.10.4.1 2003/09/04 18:44:52 joel Exp
+ * $Id$
*/
-
-/*
- * Rather than deleting this, it is commented out to (hopefully) help
- * the submitter send updates.
- *
- * static char _sccsid[] = "@(#)console.c 08/20/96 1.6\n";
- */
-
-
-
#include <bsp.h>
#include <rtems/libio.h>
#include <ctype.h>
diff --git a/c/src/lib/libbsp/mips/hurricane/include/bsp.h b/c/src/lib/libbsp/mips/hurricane/include/bsp.h
index 289385840d..7b18c03bad 100644
--- a/c/src/lib/libbsp/mips/hurricane/include/bsp.h
+++ b/c/src/lib/libbsp/mips/hurricane/include/bsp.h
@@ -11,12 +11,11 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * bsp.h,v 1.12.4.1 2003/09/04 18:44:52 joel Exp
+ * $Id$
*/
-/* @(#)bsp.h 03/15/96 1.1 */
-#ifndef __HURRICANE_BSP_h
-#define __HURRICANE_BSP_h
+#ifndef _BSP_H
+#define _BSP_H
#ifdef __cplusplus
extern "C" {
@@ -125,5 +124,3 @@ rtems_isr_entry set_vector(
#endif
#endif /* __HURRICANE_BSP_h */
-
-/* end of include file */
diff --git a/c/src/lib/libbsp/mips/hurricane/include/coverhd.h b/c/src/lib/libbsp/mips/hurricane/include/coverhd.h
index 98ea630a65..3741329573 100644
--- a/c/src/lib/libbsp/mips/hurricane/include/coverhd.h
+++ b/c/src/lib/libbsp/mips/hurricane/include/coverhd.h
@@ -21,9 +21,8 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * coverhd.h,v 1.7.6.1 2003/09/04 18:44:52 joel Exp
+ * $Id$
*/
-/* @(#)coverhd.h 04/08/96 1.3 */
#ifndef __COVERHD_h
#define __COVERHD_h
@@ -112,4 +111,3 @@ extern "C" {
#endif
#endif
-/* end of include file */
diff --git a/c/src/lib/libbsp/mips/hurricane/start/start.S b/c/src/lib/libbsp/mips/hurricane/start/start.S
index 063774411b..55bade24ee 100644
--- a/c/src/lib/libbsp/mips/hurricane/start/start.S
+++ b/c/src/lib/libbsp/mips/hurricane/start/start.S
@@ -19,8 +19,6 @@ two paragraphs in the transferred software.
COPYRIGHT IDT CORPORATION 1996
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
-
- start.S,v 1.6 2001/09/28 23:14:23 joel Exp
*/
/*************************************************************************
@@ -28,9 +26,12 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
** Copyright 1991-95 Integrated Device Technology, Inc.
** All Rights Reserved
**
-** idt_csu.S -- IDT stand alone startup code
-**
**************************************************************************/
+
+/*
+ * $Id$
+ */
+
#include <rtems/mips/iregdef.h>
#include <rtems/mips/idtcpu.h>
#include <rtems/asm.h>
@@ -339,4 +340,3 @@ __sizemem:
j ra
nop
.end __sizemem
-
diff --git a/c/src/lib/libbsp/mips/hurricane/startup/bspclean.c b/c/src/lib/libbsp/mips/hurricane/startup/bspclean.c
index a5516753f9..3e3e5bb98c 100644
--- a/c/src/lib/libbsp/mips/hurricane/startup/bspclean.c
+++ b/c/src/lib/libbsp/mips/hurricane/startup/bspclean.c
@@ -14,18 +14,9 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * bspclean.c,v 1.9.6.1 2003/09/04 18:44:52 joel Exp
+ * $Id$
*/
-/*
- * Rather than deleting this, it is commented out to (hopefully) help
- * the submitter send updates.
- *
- * static char _sccsid[] = "@(#)bspclean.c 03/15/96 1.1\n";
- */
-
-
-
#include <rtems.h>
#include <bsp.h>
diff --git a/c/src/lib/libbsp/mips/hurricane/startup/bspstart.c b/c/src/lib/libbsp/mips/hurricane/startup/bspstart.c
index 958e8218ac..b75c1340b1 100644
--- a/c/src/lib/libbsp/mips/hurricane/startup/bspstart.c
+++ b/c/src/lib/libbsp/mips/hurricane/startup/bspstart.c
@@ -11,14 +11,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * bspstart.c,v 1.14.6.1 2003/09/04 18:44:52 joel Exp
- */
-
-/*
- * Rather than deleting this, it is commented out to (hopefully) help
- * the submitter send updates.
- *
- * static char _sccsid[] = "@(#)bspstart.c 06/11/96 1.2\n";
+ * $Id$
*/
#include <string.h>
diff --git a/c/src/lib/libbsp/mips/hurricane/startup/idttlb.S b/c/src/lib/libbsp/mips/hurricane/startup/idttlb.S
index ed8517363c..15293fa02a 100644
--- a/c/src/lib/libbsp/mips/hurricane/startup/idttlb.S
+++ b/c/src/lib/libbsp/mips/hurricane/startup/idttlb.S
@@ -20,16 +20,12 @@ two paragraphs in the transferred software.
COPYRIGHT IDT CORPORATION 1996
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
- idttlb.S,v 1.3 2000/10/24 21:50:37 joel Exp
*/
-
/*
-** idttlb.s - fetch the registers associated with and the contents
-** of the tlb.
-**
-*/
-/* 950308: Ketan patched a few tlb functions that would not have worked.*/
+ * $Id$
+ */
+
#include <rtems/mips/iregdef.h>
#include <rtems/mips/idtcpu.h>
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/mips/hurricane/startup/inittlb.c b/c/src/lib/libbsp/mips/hurricane/startup/inittlb.c
index 40df161286..5e81f5517f 100644
--- a/c/src/lib/libbsp/mips/hurricane/startup/inittlb.c
+++ b/c/src/lib/libbsp/mips/hurricane/startup/inittlb.c
@@ -1,5 +1,5 @@
/*
- * inittlb.c,v 1.2 1999/03/31 23:21:19 joel Exp
+ * $Id$
*/
#include <rtems/mips/idtcpu.h>
@@ -13,4 +13,3 @@ void init_tlb(void)
for (i = 0; i < N_TLB_ENTRIES; i++ )
resettlb(i);
}
-
diff --git a/c/src/lib/libbsp/mips/hurricane/startup/setvec.c b/c/src/lib/libbsp/mips/hurricane/startup/setvec.c
index bd3aeae245..091617d49c 100644
--- a/c/src/lib/libbsp/mips/hurricane/startup/setvec.c
+++ b/c/src/lib/libbsp/mips/hurricane/startup/setvec.c
@@ -19,17 +19,9 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * setvec.c,v 1.8.6.1 2003/09/04 18:44:52 joel Exp
+ * $Id$
*/
-/*
- * Rather than deleting this, it is commented out to (hopefully) help
- * the submitter send updates.
- *
- * static char _sccsid[] = "@(#)setvec.c 04/25/96 1.2\n";
- */
-
-
#include <rtems.h>
#include <bsp.h>
diff --git a/c/src/lib/libbsp/mips/hurricane/times b/c/src/lib/libbsp/mips/hurricane/times
index 4e53522536..a84750df78 100644
--- a/c/src/lib/libbsp/mips/hurricane/times
+++ b/c/src/lib/libbsp/mips/hurricane/times
@@ -4,9 +4,8 @@
# NOTE: This is just a template. The times are irrelevant since this BSP
# can only be compiled -- not executed.
#
-# times,v 1.2 1998/01/16 16:56:32 joel Exp
+# $Id$
#
-# @(#)times 08/01/96 1.4
NOTE: To obtain the execution time in microseconds, divide the number of
cycles by the clock speed. For example, if rtems_semaphore create
diff --git a/c/src/lib/libbsp/mips/jmr3904/include/bsp.h b/c/src/lib/libbsp/mips/jmr3904/include/bsp.h
index 47bccae86d..1021927560 100644
--- a/c/src/lib/libbsp/mips/jmr3904/include/bsp.h
+++ b/c/src/lib/libbsp/mips/jmr3904/include/bsp.h
@@ -58,4 +58,3 @@ rtems_isr_entry set_vector(
#endif
#endif
-/* end of include file */
diff --git a/c/src/lib/libbsp/mips/rbtx4925/include/bsp.h b/c/src/lib/libbsp/mips/rbtx4925/include/bsp.h
index 7e87fec455..2edd0b6932 100644
--- a/c/src/lib/libbsp/mips/rbtx4925/include/bsp.h
+++ b/c/src/lib/libbsp/mips/rbtx4925/include/bsp.h
@@ -12,8 +12,8 @@
* bsp.h,v 1.7.6.1 2003/09/04 18:44:49 joel Exp
*/
-#ifndef __RBTX4925_h
-#define __RBTX4925_h
+#ifndef _BSP_H
+#define _BSP_H
#ifdef __cplusplus
extern "C" {
@@ -93,4 +93,3 @@ rtems_isr_entry set_vector(
#endif
#endif
-/* end of include file */
diff --git a/c/src/lib/libbsp/mips/rbtx4938/include/bsp.h b/c/src/lib/libbsp/mips/rbtx4938/include/bsp.h
index fb4e39258d..b047dc416c 100644
--- a/c/src/lib/libbsp/mips/rbtx4938/include/bsp.h
+++ b/c/src/lib/libbsp/mips/rbtx4938/include/bsp.h
@@ -12,8 +12,8 @@
* bsp.h,v 1.7.6.1 2003/09/04 18:44:49 joel Exp
*/
-#ifndef __RBTX4938_h
-#define __RBTX4938_h
+#ifndef _BSP_H
+#define _BSP_H
#ifdef __cplusplus
extern "C" {
@@ -93,4 +93,3 @@ rtems_isr_entry set_vector(
#endif
#endif
-/* end of include file */