From eb5a7e07df06b2503fce59a30369b5598cc26d55 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 6 Oct 1995 20:48:38 +0000 Subject: fixed missing CVS IDs --- c/src/lib/libbsp/m68k/idp/README | 4 ++++ c/src/lib/libbsp/m68k/idp/console/duart.c | 4 ++++ c/src/lib/libbsp/m68k/idp/console/leds.c | 2 ++ c/src/lib/libbsp/m68k/idp/console/mc68ec.c | 3 +++ c/src/lib/libbsp/m68k/idp/include/leds.h | 2 ++ c/src/lib/libbsp/m68k/idp/startup/linkcmds | 2 ++ 6 files changed, 17 insertions(+) (limited to 'c/src/lib/libbsp/m68k/idp') 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$ */ /* -- cgit v1.2.3