summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/include/ttydrv.h1
-rw-r--r--c/src/lib/libbsp/m68k/idp/README4
-rw-r--r--c/src/lib/libbsp/m68k/idp/console/duart.c4
-rw-r--r--c/src/lib/libbsp/m68k/idp/console/leds.c2
-rw-r--r--c/src/lib/libbsp/m68k/idp/console/mc68ec.c3
-rw-r--r--c/src/lib/libbsp/m68k/idp/include/leds.h2
-rw-r--r--c/src/lib/libbsp/m68k/idp/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/powerpc/papyrus/README3
-rw-r--r--c/src/lib/libbsp/powerpc/papyrus/dlentry/dlentry.s2
-rw-r--r--c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.s2
-rw-r--r--c/src/lib/libbsp/powerpc/papyrus/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c2
-rw-r--r--c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c2
-rw-r--r--c/src/lib/libbsp/unix/posix/startup/rtems-ctor.cc1
16 files changed, 29 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/include/ttydrv.h b/c/src/lib/libbsp/hppa1.1/simhppa/include/ttydrv.h
index 97683116c0..5b4e075578 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/include/ttydrv.h
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/include/ttydrv.h
@@ -1,6 +1,7 @@
/*
* @(#)ttydrv.h 1.1 - 95/06/02
*
+ * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/m68k/idp/README b/c/src/lib/libbsp/m68k/idp/README
index 5479acf383..f02ced80b9 100644
--- a/c/src/lib/libbsp/m68k/idp/README
+++ b/c/src/lib/libbsp/m68k/idp/README
@@ -1,3 +1,7 @@
+#
+# $Id$
+#
+
This board support package has not been tested with multiprocessor
or the timing support. The uniprocessor IDP package was tested though
with a fairly large application (although bugs may exist). The
diff --git a/c/src/lib/libbsp/m68k/idp/console/duart.c b/c/src/lib/libbsp/m68k/idp/console/duart.c
index c3ee92b75b..fe4b657b37 100644
--- a/c/src/lib/libbsp/m68k/idp/console/duart.c
+++ b/c/src/lib/libbsp/m68k/idp/console/duart.c
@@ -1,3 +1,7 @@
+#
+# $Id$
+#
+
/*#########################################################
#
# This code is a modified version of what you will find at the
diff --git a/c/src/lib/libbsp/m68k/idp/console/leds.c b/c/src/lib/libbsp/m68k/idp/console/leds.c
index 4d7abaf93d..de4200e1c4 100644
--- a/c/src/lib/libbsp/m68k/idp/console/leds.c
+++ b/c/src/lib/libbsp/m68k/idp/console/leds.c
@@ -1,6 +1,8 @@
/*
* leds.c -- control the led's on a Motorola mc68ec0x0 board.
* Written by rob@cygnus.com (Rob Savoye)
+ *
+ * $Id$
*/
#include "leds.h"
diff --git a/c/src/lib/libbsp/m68k/idp/console/mc68ec.c b/c/src/lib/libbsp/m68k/idp/console/mc68ec.c
index dd6956c3e9..fd837981d2 100644
--- a/c/src/lib/libbsp/m68k/idp/console/mc68ec.c
+++ b/c/src/lib/libbsp/m68k/idp/console/mc68ec.c
@@ -1,7 +1,10 @@
/*
* mc68ec.c -- Low level support for the Motorola mc68ec0x0 board.
* Written by rob@cygnus.com (Rob Savoye)
+ *
+ * $Id$
*/
+
#include "leds.h"
/*
diff --git a/c/src/lib/libbsp/m68k/idp/include/leds.h b/c/src/lib/libbsp/m68k/idp/include/leds.h
index 79df8488d8..f2c3257dd4 100644
--- a/c/src/lib/libbsp/m68k/idp/include/leds.h
+++ b/c/src/lib/libbsp/m68k/idp/include/leds.h
@@ -1,6 +1,8 @@
/*
* leds.c -- control the led's on a Motorola mc68ec0x0 board.
* Written by rob@cygnus.com (Rob Savoye)
+ *
+ * $Id$
*/
#ifndef __LEDS_H__
diff --git a/c/src/lib/libbsp/m68k/idp/startup/linkcmds b/c/src/lib/libbsp/m68k/idp/startup/linkcmds
index be546b11f5..150d397467 100644
--- a/c/src/lib/libbsp/m68k/idp/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/idp/startup/linkcmds
@@ -2,6 +2,8 @@
* for the idp.ld file. That file, it appears, was originally written by
* Rob Savoye. Other ideas came from Joel Sherrill for the RTEMS linkcmds
* file (this is basically a mixture of the two).
+ *
+ * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/powerpc/papyrus/README b/c/src/lib/libbsp/powerpc/papyrus/README
index 462b51dc8e..9d3e20b592 100644
--- a/c/src/lib/libbsp/powerpc/papyrus/README
+++ b/c/src/lib/libbsp/powerpc/papyrus/README
@@ -1,6 +1,5 @@
#
-# README,v 1.2 1995/05/31 16:56:03 joel Exp
-#
+# $Id$
#
BSP NAME: papyrus
diff --git a/c/src/lib/libbsp/powerpc/papyrus/dlentry/dlentry.s b/c/src/lib/libbsp/powerpc/papyrus/dlentry/dlentry.s
index 6f39a92aea..c159401474 100644
--- a/c/src/lib/libbsp/powerpc/papyrus/dlentry/dlentry.s
+++ b/c/src/lib/libbsp/powerpc/papyrus/dlentry/dlentry.s
@@ -17,6 +17,8 @@
* software without specific, written prior permission.
* i-cubed limited makes no representations about the suitability
* of this software for any purpose.
+ *
+ * $Id$
*/
#include "asm.h"
diff --git a/c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.s b/c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.s
index 683096db44..ef5bf49e42 100644
--- a/c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.s
+++ b/c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.s
@@ -17,6 +17,8 @@
* software without specific, written prior permission.
* i-cubed limited makes no representations about the suitability
* of this software for any purpose.
+ *
+ * $Id$
*/
#include "asm.h"
diff --git a/c/src/lib/libbsp/powerpc/papyrus/include/bsp.h b/c/src/lib/libbsp/powerpc/papyrus/include/bsp.h
index 58abce6d9f..6518be25c1 100644
--- a/c/src/lib/libbsp/powerpc/papyrus/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/papyrus/include/bsp.h
@@ -27,7 +27,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * bsp.h,v 1.2 1995/05/31 16:56:13 joel Exp
+ * $Id$
*/
#ifndef __PAPYRUS_h
diff --git a/c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h b/c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h
index fa419147bd..5a311bef0a 100644
--- a/c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h
+++ b/c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h
@@ -22,7 +22,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * coverhd.h,v 1.2 1995/05/31 16:56:15 joel Exp
+ * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c b/c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c
index 876ed1b659..a03ad3024f 100644
--- a/c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c
+++ b/c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c
@@ -32,7 +32,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * bspclean.c,v 1.2 1995/05/31 16:56:27 joel Exp
+ * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c b/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c
index 65090a03ac..6c5133f7ed 100644
--- a/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c
@@ -34,7 +34,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * bspstart.c,v 1.2 1995/05/31 16:56:29 joel Exp
+ * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c b/c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c
index 73752d9b47..e1bb7ac4a5 100644
--- a/c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c
+++ b/c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c
@@ -37,7 +37,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * setvec.c,v 1.2 1995/05/31 16:56:35 joel Exp
+ * $Id$
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/unix/posix/startup/rtems-ctor.cc b/c/src/lib/libbsp/unix/posix/startup/rtems-ctor.cc
index 3831f9456f..6fb132b469 100644
--- a/c/src/lib/libbsp/unix/posix/startup/rtems-ctor.cc
+++ b/c/src/lib/libbsp/unix/posix/startup/rtems-ctor.cc
@@ -46,6 +46,7 @@
*
* TODO:
*
+ * $Id$
*/
#include <bsp.h>