summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-16 16:56:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-16 16:56:48 +0000
commit6f9c75c3222e99621dadd7c7d8499d76619a8a60 (patch)
treec8bc7a4f59c34f1e5667fb43d3203d4d00ea37c2 /c/src/lib/libbsp
parentJennifer found some uninitialized variables: (diff)
downloadrtems-6f9c75c3222e99621dadd7c7d8499d76619a8a60.tar.bz2
Ralf Corsepius reported a number of missing CVS Id's:
> RTEMS is under CVS control and has been since rtems 3.1.16 which was > around May 1995. So I just to add the $Id$. If you notice other files > with missing $Id$'s let me know. I try to keep w\up with it. Now that you have asked -- I'll attach a list of files lacking an RCS-Id to this mail. This list has been generated by a little sh-script I'll also enclose.
Diffstat (limited to 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/i386/i386ex/startup/README5
-rw-r--r--c/src/lib/libbsp/i386/i386ex/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/i386/pc386/clock/ckinit.c16
-rw-r--r--c/src/lib/libbsp/i386/pc386/clock/rtc.c16
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/console.c16
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/inch.c17
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/outch.c16
-rw-r--r--c/src/lib/libbsp/i386/pc386/include/bsp.h16
-rw-r--r--c/src/lib/libbsp/i386/pc386/include/coverhd.h12
-rw-r--r--c/src/lib/libbsp/i386/pc386/start/start.s2
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/bspstart.c16
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/exit.c16
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/ldsegs.s16
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/linkcmds16
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/sbrk.c16
-rw-r--r--c/src/lib/libbsp/i386/pc386/timer/timer.c16
-rw-r--r--c/src/lib/libbsp/i386/pc386/timer/timerisr.s16
-rw-r--r--c/src/lib/libbsp/i386/pc386/times_i486dx2
-rw-r--r--c/src/lib/libbsp/i386/pc386/times_p52
-rw-r--r--c/src/lib/libbsp/i386/pc386/tools/Spec.doc3
-rw-r--r--c/src/lib/libbsp/i386/pc386/tools/bin2boot.c2
-rw-r--r--c/src/lib/libbsp/m68k/efi332/misc/gdbinit683
-rw-r--r--c/src/lib/libbsp/m68k/efi332/start/start.c4
-rw-r--r--c/src/lib/libbsp/m68k/efi332/start332/start332.c4
-rw-r--r--c/src/lib/libbsp/m68k/efi332/startup/linkcmds_ROM2
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/consolex/consolex.c1
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/consolex/consolex.h1
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/startup/m68k-stub.c2
-rw-r--r--c/src/lib/libbsp/mips/README4
-rw-r--r--c/src/lib/libbsp/mips/p4000/README2
-rw-r--r--c/src/lib/libbsp/mips/p4000/startup/ghlinkcmds4
-rw-r--r--c/src/lib/libbsp/mips/p4000/times2
-rw-r--r--c/src/lib/libbsp/mips64orion/Makefile.in2
-rw-r--r--c/src/lib/libbsp/mips64orion/README4
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/Makefile.in2
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/README2
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/startup/ghlinkcmds4
-rw-r--r--c/src/lib/libbsp/mips64orion/p4000/times2
38 files changed, 176 insertions, 108 deletions
diff --git a/c/src/lib/libbsp/i386/i386ex/startup/README b/c/src/lib/libbsp/i386/i386ex/startup/README
index 44f8d1d63c..637758a6d0 100644
--- a/c/src/lib/libbsp/i386/i386ex/startup/README
+++ b/c/src/lib/libbsp/i386/i386ex/startup/README
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
The doit shell file cd's to $H, which refers to the directory
@@ -22,4 +25,4 @@ descriptor tables "into our space". ( in start.s I think )
Erik
- \ No newline at end of file
+
diff --git a/c/src/lib/libbsp/i386/i386ex/startup/linkcmds b/c/src/lib/libbsp/i386/i386ex/startup/linkcmds
index 3946acd49d..fa7cf47a60 100644
--- a/c/src/lib/libbsp/i386/i386ex/startup/linkcmds
+++ b/c/src/lib/libbsp/i386/i386ex/startup/linkcmds
@@ -10,7 +10,7 @@
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
*
- * linkcmds,v 1.0 1995/11/30 16:52:02 Erik Ivanenko
+ * $Id$
*/
diff --git a/c/src/lib/libbsp/i386/pc386/clock/ckinit.c b/c/src/lib/libbsp/i386/pc386/clock/ckinit.c
index e02510c70e..9dedf9c5ba 100644
--- a/c/src/lib/libbsp/i386/pc386/clock/ckinit.c
+++ b/c/src/lib/libbsp/i386/pc386/clock/ckinit.c
@@ -19,14 +19,16 @@
| ckinit.c,v 1.4 1995/12/19 20:07:13 joel Exp - go32 BSP
| With the following copyright notice:
| **************************************************************************
-| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *
-| * On-Line Applications Research Corporation (OAR). *
-| * All rights assigned to U.S. Government, 1994. *
-| * *
-| * This material may be reproduced by or for the U.S. Government pursuant *
-| * 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. *
+| * COPYRIGHT (c) 1989-1997.
+| * On-Line Applications Research Corporation (OAR).
+| * Copyright assigned to U.S. Government, 1994.
+| *
+| * The license and distribution terms for this file may be
+| * found in found in the file LICENSE in this distribution or at
+| * http://www.OARcorp.com/rtems/license.html.
| **************************************************************************
+|
+| $Id$
+--------------------------------------------------------------------------*/
diff --git a/c/src/lib/libbsp/i386/pc386/clock/rtc.c b/c/src/lib/libbsp/i386/pc386/clock/rtc.c
index 076e06c7e5..bbdebd4608 100644
--- a/c/src/lib/libbsp/i386/pc386/clock/rtc.c
+++ b/c/src/lib/libbsp/i386/pc386/clock/rtc.c
@@ -20,14 +20,16 @@
| rtc.c,v 1.4 1995/12/19 20:07:15 joel Exp - go32 BSP
| With the following copyright notice:
| **************************************************************************
-| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *
-| * On-Line Applications Research Corporation (OAR). *
-| * All rights assigned to U.S. Government, 1994. *
-| * *
-| * This material may be reproduced by or for the U.S. Government pursuant *
-| * 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. *
+| * COPYRIGHT (c) 1989-1997.
+| * On-Line Applications Research Corporation (OAR).
+| * Copyright assigned to U.S. Government, 1994.
+| *
+| * The license and distribution terms for this file may be
+| * found in found in the file LICENSE in this distribution or at
+| * http://www.OARcorp.com/rtems/license.html.
| **************************************************************************
+|
+| $Id$
+--------------------------------------------------------------------------*/
diff --git a/c/src/lib/libbsp/i386/pc386/console/console.c b/c/src/lib/libbsp/i386/pc386/console/console.c
index 220b56f4a4..7fbf7b58e6 100644
--- a/c/src/lib/libbsp/i386/pc386/console/console.c
+++ b/c/src/lib/libbsp/i386/pc386/console/console.c
@@ -19,14 +19,16 @@
| console.c,v 1.4 1995/12/19 20:07:23 joel Exp - go32 BSP
| With the following copyright notice:
| **************************************************************************
-| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *
-| * On-Line Applications Research Corporation (OAR). *
-| * All rights assigned to U.S. Government, 1994. *
-| * *
-| * This material may be reproduced by or for the U.S. Government pursuant *
-| * 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. *
+| * COPYRIGHT (c) 1989-1997.
+| * On-Line Applications Research Corporation (OAR).
+| * Copyright assigned to U.S. Government, 1994.
+| *
+| * The license and distribution terms for this file may be
+| * found in found in the file LICENSE in this distribution or at
+| * http://www.OARcorp.com/rtems/license.html.
| **************************************************************************
+|
+| $Id$
+--------------------------------------------------------------------------*/
diff --git a/c/src/lib/libbsp/i386/pc386/console/inch.c b/c/src/lib/libbsp/i386/pc386/console/inch.c
index e87e45728c..77884a868f 100644
--- a/c/src/lib/libbsp/i386/pc386/console/inch.c
+++ b/c/src/lib/libbsp/i386/pc386/console/inch.c
@@ -16,15 +16,18 @@
| This code is based on:
| inch.c,v 1.3 1995/12/19 20:07:25 joel Exp - go32 BSP
| With the following copyright notice:
+| With the following copyright notice:
| **************************************************************************
-| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *
-| * On-Line Applications Research Corporation (OAR). *
-| * All rights assigned to U.S. Government, 1994. *
-| * *
-| * This material may be reproduced by or for the U.S. Government pursuant *
-| * 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. *
+| * COPYRIGHT (c) 1989-1997.
+| * On-Line Applications Research Corporation (OAR).
+| * Copyright assigned to U.S. Government, 1994.
+| *
+| * The license and distribution terms for this file may be
+| * found in found in the file LICENSE in this distribution or at
+| * http://www.OARcorp.com/rtems/license.html.
| **************************************************************************
+|
+| $Id$
+--------------------------------------------------------------------------*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/i386/pc386/console/outch.c b/c/src/lib/libbsp/i386/pc386/console/outch.c
index a7ee806ee4..28e2c7e879 100644
--- a/c/src/lib/libbsp/i386/pc386/console/outch.c
+++ b/c/src/lib/libbsp/i386/pc386/console/outch.c
@@ -17,14 +17,16 @@
| outch.c,v 1.4 1995/12/19 20:07:27 joel Exp - go32 BSP
| With the following copyright notice:
| **************************************************************************
-| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *
-| * On-Line Applications Research Corporation (OAR). *
-| * All rights assigned to U.S. Government, 1994. *
-| * *
-| * This material may be reproduced by or for the U.S. Government pursuant *
-| * 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. *
+| * COPYRIGHT (c) 1989-1997.
+| * On-Line Applications Research Corporation (OAR).
+| * Copyright assigned to U.S. Government, 1994.
+| *
+| * The license and distribution terms for this file may be
+| * found in found in the file LICENSE in this distribution or at
+| * http://www.OARcorp.com/rtems/license.html.
| **************************************************************************
+|
+| $Id$
+--------------------------------------------------------------------------*/
diff --git a/c/src/lib/libbsp/i386/pc386/include/bsp.h b/c/src/lib/libbsp/i386/pc386/include/bsp.h
index b442389250..6ba64b9909 100644
--- a/c/src/lib/libbsp/i386/pc386/include/bsp.h
+++ b/c/src/lib/libbsp/i386/pc386/include/bsp.h
@@ -19,14 +19,16 @@
| bsp.h,v 1.5 1995/12/19 20:07:30 joel Exp - go32 BSP
| With the following copyright notice:
| **************************************************************************
-| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *
-| * On-Line Applications Research Corporation (OAR). *
-| * All rights assigned to U.S. Government, 1994. *
-| * *
-| * This material may be reproduced by or for the U.S. Government pursuant *
-| * 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. *
+| * COPYRIGHT (c) 1989-1997.
+| * On-Line Applications Research Corporation (OAR).
+| * Copyright assigned to U.S. Government, 1994.
+| *
+| * The license and distribution terms for this file may be
+| * found in found in the file LICENSE in this distribution or at
+| * http://www.OARcorp.com/rtems/license.html.
| **************************************************************************
+|
+| $Id$
+--------------------------------------------------------------------------*/
diff --git a/c/src/lib/libbsp/i386/pc386/include/coverhd.h b/c/src/lib/libbsp/i386/pc386/include/coverhd.h
index 55be1961bc..d0a025c20c 100644
--- a/c/src/lib/libbsp/i386/pc386/include/coverhd.h
+++ b/c/src/lib/libbsp/i386/pc386/include/coverhd.h
@@ -3,15 +3,15 @@
* This include file has defines to represent the overhead associated
* with calling a particular directive from C on this target.
*
- * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
+ * COPYRIGHT (c) 1989-1997.
* On-Line Applications Research Corporation (OAR).
- * All rights assigned to U.S. Government, 1994.
+ * Copyright assigned to U.S. Government, 1994.
*
- * This material may be reproduced by or for the U.S. Government pursuant
- * 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.
+ * The license and distribution terms for this file may be
+ * found in found in the file LICENSE in this distribution or at
+ * http://www.OARcorp.com/rtems/license.html.
*
- * coverhd.h,v 1.2 1995/12/19 20:07:32 joel Exp
+ * $Id$
*/
#ifndef __COVERHD_h
diff --git a/c/src/lib/libbsp/i386/pc386/start/start.s b/c/src/lib/libbsp/i386/pc386/start/start.s
index fb9019a742..bdf74731c6 100644
--- a/c/src/lib/libbsp/i386/pc386/start/start.s
+++ b/c/src/lib/libbsp/i386/pc386/start/start.s
@@ -32,6 +32,8 @@
|
| Also based on (from the Linux source tree):
| video.S - Copyright (C) 1995, 1996 Martin Mares <mj@k332.feld.cvut.cz>
+|
+| $Id$
+--------------------------------------------------------------------------*/
diff --git a/c/src/lib/libbsp/i386/pc386/startup/bspstart.c b/c/src/lib/libbsp/i386/pc386/startup/bspstart.c
index 73c9e6adeb..ac059c1169 100644
--- a/c/src/lib/libbsp/i386/pc386/startup/bspstart.c
+++ b/c/src/lib/libbsp/i386/pc386/startup/bspstart.c
@@ -21,14 +21,16 @@
| bspstart.c,v 1.8 1996/05/28 13:12:40 joel Exp - go32 BSP
| With the following copyright notice:
| **************************************************************************
-| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *
-| * On-Line Applications Research Corporation (OAR). *
-| * All rights assigned to U.S. Government, 1994. *
-| * *
-| * This material may be reproduced by or for the U.S. Government pursuant *
-| * 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. *
+| * COPYRIGHT (c) 1989-1997.
+| * On-Line Applications Research Corporation (OAR).
+| * Copyright assigned to U.S. Government, 1994.
+| *
+| * The license and distribution terms for this file may be
+| * found in found in the file LICENSE in this distribution or at
+| * http://www.OARcorp.com/rtems/license.html.
| **************************************************************************
+|
+| $Id$
+--------------------------------------------------------------------------*/
diff --git a/c/src/lib/libbsp/i386/pc386/startup/exit.c b/c/src/lib/libbsp/i386/pc386/startup/exit.c
index b518c71418..3df1cdb5af 100644
--- a/c/src/lib/libbsp/i386/pc386/startup/exit.c
+++ b/c/src/lib/libbsp/i386/pc386/startup/exit.c
@@ -19,14 +19,16 @@
| exit.c,v 1.2 1995/12/19 20:07:36 joel Exp - go32 BSP
| With the following copyright notice:
| **************************************************************************
-| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *
-| * On-Line Applications Research Corporation (OAR). *
-| * All rights assigned to U.S. Government, 1994. *
-| * *
-| * This material may be reproduced by or for the U.S. Government pursuant *
-| * 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. *
+| * COPYRIGHT (c) 1989-1997.
+| * On-Line Applications Research Corporation (OAR).
+| * Copyright assigned to U.S. Government, 1994.
+| *
+| * The license and distribution terms for this file may be
+| * found in found in the file LICENSE in this distribution or at
+| * http://www.OARcorp.com/rtems/license.html.
| **************************************************************************
+|
+| $Id$
+--------------------------------------------------------------------------*/
diff --git a/c/src/lib/libbsp/i386/pc386/startup/ldsegs.s b/c/src/lib/libbsp/i386/pc386/startup/ldsegs.s
index 507eee92de..506d103ab0 100644
--- a/c/src/lib/libbsp/i386/pc386/startup/ldsegs.s
+++ b/c/src/lib/libbsp/i386/pc386/startup/ldsegs.s
@@ -24,15 +24,17 @@
| ldsegs.s,v 1.4 1996/04/20 16:48:30 joel Exp - go32 BSP
| With the following copyright notice:
| **************************************************************************
-| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *
-| * On-Line Applications Research Corporation (OAR). *
-| * All rights assigned to U.S. Government, 1994. *
-| * *
-| * This material may be reproduced by or for the U.S. Government pursuant *
-| * 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. *
+| * COPYRIGHT (c) 1989-1997.
+| * On-Line Applications Research Corporation (OAR).
+| * Copyright assigned to U.S. Government, 1994.
+| *
+| * The license and distribution terms for this file may be
+| * found in found in the file LICENSE in this distribution or at
+| * http://www.OARcorp.com/rtems/license.html.
| **************************************************************************
|
+| $Id$
+|
| Also based on (from the Linux source tree):
| setup.S - Copyright (C) 1991, 1992 Linus Torvalds
+--------------------------------------------------------------------------*/
diff --git a/c/src/lib/libbsp/i386/pc386/startup/linkcmds b/c/src/lib/libbsp/i386/pc386/startup/linkcmds
index 516d9c3393..339195da1b 100644
--- a/c/src/lib/libbsp/i386/pc386/startup/linkcmds
+++ b/c/src/lib/libbsp/i386/pc386/startup/linkcmds
@@ -20,14 +20,16 @@
| linkcmds,v 1.3 1995/12/19 20:06:58 joel Exp - FORCE CPU386 BSP
| With the following copyright notice:
| **************************************************************************
-| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *
-| * On-Line Applications Research Corporation (OAR). *
-| * All rights assigned to U.S. Government, 1994. *
-| * *
-| * This material may be reproduced by or for the U.S. Government pursuant *
-| * 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. *
+| * COPYRIGHT (c) 1989-1997.
+| * On-Line Applications Research Corporation (OAR).
+| * Copyright assigned to U.S. Government, 1994.
+| *
+| * The license and distribution terms for this file may be
+| * found in found in the file LICENSE in this distribution or at
+| * http://www.OARcorp.com/rtems/license.html.
| **************************************************************************
+|
+| $Id$
+--------------------------------------------------------------------------*/
diff --git a/c/src/lib/libbsp/i386/pc386/startup/sbrk.c b/c/src/lib/libbsp/i386/pc386/startup/sbrk.c
index 851f9ed0e6..a8d872fa00 100644
--- a/c/src/lib/libbsp/i386/pc386/startup/sbrk.c
+++ b/c/src/lib/libbsp/i386/pc386/startup/sbrk.c
@@ -22,14 +22,16 @@
| sbrk.c,v 1.2 1995/12/19 20:07:38 joel Exp - go32 BSP
| With the following copyright notice:
| **************************************************************************
-| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *
-| * On-Line Applications Research Corporation (OAR). *
-| * All rights assigned to U.S. Government, 1994. *
-| * *
-| * This material may be reproduced by or for the U.S. Government pursuant *
-| * 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. *
+| * COPYRIGHT (c) 1989-1997.
+| * On-Line Applications Research Corporation (OAR).
+| * Copyright assigned to U.S. Government, 1994.
+| *
+| * The license and distribution terms for this file may be
+| * found in found in the file LICENSE in this distribution or at
+| * http://www.OARcorp.com/rtems/license.html.
| **************************************************************************
+|
+| $Id$
+--------------------------------------------------------------------------*/
diff --git a/c/src/lib/libbsp/i386/pc386/timer/timer.c b/c/src/lib/libbsp/i386/pc386/timer/timer.c
index 0cbca572e8..ddad3b3ce9 100644
--- a/c/src/lib/libbsp/i386/pc386/timer/timer.c
+++ b/c/src/lib/libbsp/i386/pc386/timer/timer.c
@@ -22,14 +22,16 @@
| timer.c,v 1.7 1995/12/19 20:07:43 joel Exp - go32 BSP
| With the following copyright notice:
| **************************************************************************
-| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *
-| * On-Line Applications Research Corporation (OAR). *
-| * All rights assigned to U.S. Government, 1994. *
-| * *
-| * This material may be reproduced by or for the U.S. Government pursuant *
-| * 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. *
+| * COPYRIGHT (c) 1989-1997.
+| * On-Line Applications Research Corporation (OAR).
+| * Copyright assigned to U.S. Government, 1994.
+| *
+| * The license and distribution terms for this file may be
+| * found in found in the file LICENSE in this distribution or at
+| * http://www.OARcorp.com/rtems/license.html.
| **************************************************************************
+|
+| $Id$
+--------------------------------------------------------------------------*/
diff --git a/c/src/lib/libbsp/i386/pc386/timer/timerisr.s b/c/src/lib/libbsp/i386/pc386/timer/timerisr.s
index da9bf83b2b..ba373abcb3 100644
--- a/c/src/lib/libbsp/i386/pc386/timer/timerisr.s
+++ b/c/src/lib/libbsp/i386/pc386/timer/timerisr.s
@@ -19,14 +19,16 @@
| timerisr.s,v 1.5 1995/12/19 20:07:45 joel Exp - go32 BSP
| With the following copyright notice:
| **************************************************************************
-| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *
-| * On-Line Applications Research Corporation (OAR). *
-| * All rights assigned to U.S. Government, 1994. *
-| * *
-| * This material may be reproduced by or for the U.S. Government pursuant *
-| * 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. *
+| * COPYRIGHT (c) 1989-1997.
+| * On-Line Applications Research Corporation (OAR).
+| * Copyright assigned to U.S. Government, 1994.
+| *
+| * The license and distribution terms for this file may be
+| * found in found in the file LICENSE in this distribution or at
+| * http://www.OARcorp.com/rtems/license.html.
| **************************************************************************
+|
+| $Id$
+--------------------------------------------------------------------------*/
diff --git a/c/src/lib/libbsp/i386/pc386/times_i486dx b/c/src/lib/libbsp/i386/pc386/times_i486dx
index 3555c3ef7d..49601b31d0 100644
--- a/c/src/lib/libbsp/i386/pc386/times_i486dx
+++ b/c/src/lib/libbsp/i386/pc386/times_i486dx
@@ -1,7 +1,7 @@
#
# Timing Test Suite Results for the go32 BSP using an i486DX
#
-# times_i486dx,v 1.4 1996/07/02 18:14:27 joel Exp
+# $Id$
#
Board: PC/AT clone
diff --git a/c/src/lib/libbsp/i386/pc386/times_p5 b/c/src/lib/libbsp/i386/pc386/times_p5
index c328fcecfc..977c4ec482 100644
--- a/c/src/lib/libbsp/i386/pc386/times_p5
+++ b/c/src/lib/libbsp/i386/pc386/times_p5
@@ -1,7 +1,7 @@
#
# Timing Test Suite Results for the go32 BSP using a Pentium
#
-# times_p5,v 1.3 1995/12/19 20:07:20 joel Exp
+# $Id$
#
NOTE: To obtain the execution time in microseconds, divide the number of
diff --git a/c/src/lib/libbsp/i386/pc386/tools/Spec.doc b/c/src/lib/libbsp/i386/pc386/tools/Spec.doc
index c4ca3c4234..ea66a7eb3d 100644
--- a/c/src/lib/libbsp/i386/pc386/tools/Spec.doc
+++ b/c/src/lib/libbsp/i386/pc386/tools/Spec.doc
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
2-28-1995 GK
diff --git a/c/src/lib/libbsp/i386/pc386/tools/bin2boot.c b/c/src/lib/libbsp/i386/pc386/tools/bin2boot.c
index f8eaa0faea..4449d81fb9 100644
--- a/c/src/lib/libbsp/i386/pc386/tools/bin2boot.c
+++ b/c/src/lib/libbsp/i386/pc386/tools/bin2boot.c
@@ -14,6 +14,8 @@
|
| This file is provided "AS IS" without warranty of any kind, either
| expressed or implied.
+|
+| $Id$
+--------------------------------------------------------------------------*/
diff --git a/c/src/lib/libbsp/m68k/efi332/misc/gdbinit68 b/c/src/lib/libbsp/m68k/efi332/misc/gdbinit68
index 984af7d3eb..9a104f86d2 100644
--- a/c/src/lib/libbsp/m68k/efi332/misc/gdbinit68
+++ b/c/src/lib/libbsp/m68k/efi332/misc/gdbinit68
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
echo Setting up the environment for efi332 debuging.\n
target bdm /dev/pdbdm0
diff --git a/c/src/lib/libbsp/m68k/efi332/start/start.c b/c/src/lib/libbsp/m68k/efi332/start/start.c
index 63ed7be2f3..bd3a6cce06 100644
--- a/c/src/lib/libbsp/m68k/efi332/start/start.c
+++ b/c/src/lib/libbsp/m68k/efi332/start/start.c
@@ -1,3 +1,7 @@
+/*
+ * $Id
+ */
+
#include <efi332.h>
#include <sim.h>
#define __START_C__
diff --git a/c/src/lib/libbsp/m68k/efi332/start332/start332.c b/c/src/lib/libbsp/m68k/efi332/start332/start332.c
index 63ed7be2f3..bd3a6cce06 100644
--- a/c/src/lib/libbsp/m68k/efi332/start332/start332.c
+++ b/c/src/lib/libbsp/m68k/efi332/start332/start332.c
@@ -1,3 +1,7 @@
+/*
+ * $Id
+ */
+
#include <efi332.h>
#include <sim.h>
#define __START_C__
diff --git a/c/src/lib/libbsp/m68k/efi332/startup/linkcmds_ROM b/c/src/lib/libbsp/m68k/efi332/startup/linkcmds_ROM
index e879396c8c..d11708772e 100644
--- a/c/src/lib/libbsp/m68k/efi332/startup/linkcmds_ROM
+++ b/c/src/lib/libbsp/m68k/efi332/startup/linkcmds_ROM
@@ -1,6 +1,6 @@
/* linkcmds
*
- * linkcmds,v 1.1 1995/09/20 15:04:47 joel Exp
+ * $Id$
*/
OUTPUT_ARCH(m68k)
diff --git a/c/src/lib/libbsp/m68k/mvme162/consolex/consolex.c b/c/src/lib/libbsp/m68k/mvme162/consolex/consolex.c
index 24e09ed7e4..433d678bde 100644
--- a/c/src/lib/libbsp/m68k/mvme162/consolex/consolex.c
+++ b/c/src/lib/libbsp/m68k/mvme162/consolex/consolex.c
@@ -35,6 +35,7 @@
* for the RTEMS executive. Its licensing policies are those of the
* RTEMS above.
*
+ * $Id$
*/
#define M162_INIT
diff --git a/c/src/lib/libbsp/m68k/mvme162/consolex/consolex.h b/c/src/lib/libbsp/m68k/mvme162/consolex/consolex.h
index 17d0b84e08..a88d7ad106 100644
--- a/c/src/lib/libbsp/m68k/mvme162/consolex/consolex.h
+++ b/c/src/lib/libbsp/m68k/mvme162/consolex/consolex.h
@@ -24,6 +24,7 @@
* found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
*
+ * $Id$
*/
#ifndef _CONSOLEX_DRIVER_h
diff --git a/c/src/lib/libbsp/m68k/ods68302/startup/m68k-stub.c b/c/src/lib/libbsp/m68k/ods68302/startup/m68k-stub.c
index f9172f4c9f..2a41b46a33 100644
--- a/c/src/lib/libbsp/m68k/ods68302/startup/m68k-stub.c
+++ b/c/src/lib/libbsp/m68k/ods68302/startup/m68k-stub.c
@@ -103,6 +103,8 @@
* Host: Reply:
* $m0,10#2a +$00010203040506070809101112131415#42
*
+ * $Id$
+ *
****************************************************************************/
#include <stdio.h>
diff --git a/c/src/lib/libbsp/mips/README b/c/src/lib/libbsp/mips/README
index 805ed6c193..7f16e33d39 100644
--- a/c/src/lib/libbsp/mips/README
+++ b/c/src/lib/libbsp/mips/README
@@ -1,3 +1,7 @@
+#
+# $Id$
+#
+
The MIPS bsp are now called p4600 and p4650, referring to which cpu they use.
The same bsp sub-directory can be used, the cpu is selected by the bsp
specific makefiles (p4600.cfg and p4650.cfg).
diff --git a/c/src/lib/libbsp/mips/p4000/README b/c/src/lib/libbsp/mips/p4000/README
index 31152f15ec..361366d01d 100644
--- a/c/src/lib/libbsp/mips/p4000/README
+++ b/c/src/lib/libbsp/mips/p4000/README
@@ -1,5 +1,5 @@
#
-# README,v 1.2 1995/05/31 16:56:03 joel Exp
+# $Id$
#
# @(#)README 08/20/96 1.2
#
diff --git a/c/src/lib/libbsp/mips/p4000/startup/ghlinkcmds b/c/src/lib/libbsp/mips/p4000/startup/ghlinkcmds
index cf2a80bf8d..34cdbab802 100644
--- a/c/src/lib/libbsp/mips/p4000/startup/ghlinkcmds
+++ b/c/src/lib/libbsp/mips/p4000/startup/ghlinkcmds
@@ -1,3 +1,7 @@
+#
+# $Id$
+#
+
-map
-sec
{
diff --git a/c/src/lib/libbsp/mips/p4000/times b/c/src/lib/libbsp/mips/p4000/times
index 6a3dbfe1fb..58574229e1 100644
--- a/c/src/lib/libbsp/mips/p4000/times
+++ b/c/src/lib/libbsp/mips/p4000/times
@@ -4,7 +4,7 @@
# NOTE: This is just a template. The times are irrelevant since this BSP
# can only be compiled -- not executed.
#
-# times,v 1.2 1995/12/07 15:44:23 joel Exp
+# $Id$
#
# @(#)times 08/01/96 1.4
diff --git a/c/src/lib/libbsp/mips64orion/Makefile.in b/c/src/lib/libbsp/mips64orion/Makefile.in
index 2b3db00bfa..4c87cefb77 100644
--- a/c/src/lib/libbsp/mips64orion/Makefile.in
+++ b/c/src/lib/libbsp/mips64orion/Makefile.in
@@ -1,5 +1,5 @@
#
-# Makefile,v 1.2 1995/05/31 16:56:44 joel Exp
+# $Id$
#
@SET_MAKE@
diff --git a/c/src/lib/libbsp/mips64orion/README b/c/src/lib/libbsp/mips64orion/README
index 805ed6c193..7f16e33d39 100644
--- a/c/src/lib/libbsp/mips64orion/README
+++ b/c/src/lib/libbsp/mips64orion/README
@@ -1,3 +1,7 @@
+#
+# $Id$
+#
+
The MIPS bsp are now called p4600 and p4650, referring to which cpu they use.
The same bsp sub-directory can be used, the cpu is selected by the bsp
specific makefiles (p4600.cfg and p4650.cfg).
diff --git a/c/src/lib/libbsp/mips64orion/p4000/Makefile.in b/c/src/lib/libbsp/mips64orion/p4000/Makefile.in
index c4dcea2aa7..63bfc1f523 100644
--- a/c/src/lib/libbsp/mips64orion/p4000/Makefile.in
+++ b/c/src/lib/libbsp/mips64orion/p4000/Makefile.in
@@ -1,5 +1,5 @@
#
-# Makefile,v 1.2 1995/05/31 16:56:01 joel Exp
+# $Id$
#
@SET_MAKE@
diff --git a/c/src/lib/libbsp/mips64orion/p4000/README b/c/src/lib/libbsp/mips64orion/p4000/README
index 31152f15ec..361366d01d 100644
--- a/c/src/lib/libbsp/mips64orion/p4000/README
+++ b/c/src/lib/libbsp/mips64orion/p4000/README
@@ -1,5 +1,5 @@
#
-# README,v 1.2 1995/05/31 16:56:03 joel Exp
+# $Id$
#
# @(#)README 08/20/96 1.2
#
diff --git a/c/src/lib/libbsp/mips64orion/p4000/startup/ghlinkcmds b/c/src/lib/libbsp/mips64orion/p4000/startup/ghlinkcmds
index cf2a80bf8d..34cdbab802 100644
--- a/c/src/lib/libbsp/mips64orion/p4000/startup/ghlinkcmds
+++ b/c/src/lib/libbsp/mips64orion/p4000/startup/ghlinkcmds
@@ -1,3 +1,7 @@
+#
+# $Id$
+#
+
-map
-sec
{
diff --git a/c/src/lib/libbsp/mips64orion/p4000/times b/c/src/lib/libbsp/mips64orion/p4000/times
index 6a3dbfe1fb..58574229e1 100644
--- a/c/src/lib/libbsp/mips64orion/p4000/times
+++ b/c/src/lib/libbsp/mips64orion/p4000/times
@@ -4,7 +4,7 @@
# NOTE: This is just a template. The times are irrelevant since this BSP
# can only be compiled -- not executed.
#
-# times,v 1.2 1995/12/07 15:44:23 joel Exp
+# $Id$
#
# @(#)times 08/01/96 1.4