summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-03 12:24:46 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 08:44:14 -0500
commit65c6425de9c84553b4bdade81988c9292d66db58 (patch)
tree2463791aa25ae50ea103460cee37ff2db980b729 /c
parentcpukit/aclocal - Fix one mistake by script (diff)
downloadrtems-65c6425de9c84553b4bdade81988c9292d66db58.tar.bz2
Remove CVS Id Strings (manual edits after script)
These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
Diffstat (limited to 'c')
-rw-r--r--c/ACKNOWLEDGEMENTS4
-rw-r--r--c/TOOL_TARGETS4
-rw-r--r--c/src/aclocal/bsp-alias.m42
-rw-r--r--c/src/aclocal/bsp-bootcard-options.m41
-rw-r--r--c/src/aclocal/bsp-bspcleanup-options.m41
-rw-r--r--c/src/aclocal/bspopts.m41
-rw-r--r--c/src/aclocal/canonicalize-tools.m41
-rw-r--r--c/src/aclocal/check-cxx.m41
-rw-r--r--c/src/aclocal/check-networking.m41
-rw-r--r--c/src/aclocal/check-posix.m41
-rw-r--r--c/src/aclocal/check-smp.m41
-rw-r--r--c/src/aclocal/gcc-pipe.m41
-rw-r--r--c/src/aclocal/gcc-specs.m41
-rw-r--r--c/src/aclocal/i386-gas-code16.m42
-rw-r--r--c/src/aclocal/ppc.m42
-rw-r--r--c/src/aclocal/project-root.m42
-rw-r--r--c/src/lib/libbsp/MERGE.PROCEDURE4
-rw-r--r--c/src/lib/libbsp/arm/gp32/include/bsp.h28
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/arm9/rumble.c1
-rw-r--r--c/src/lib/libbsp/i386/pc386/3c509/elink.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/3c509/elink.h2
-rw-r--r--c/src/lib/libbsp/i386/pc386/HOWTO2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/outch.c1
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/README4
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/startup/gdbinit3
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/tools/runtest2
-rw-r--r--c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235.cfg6
-rw-r--r--c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x.cfg6
-rw-r--r--c/src/lib/libbsp/m68k/mcf5235/make/custom/mcf5235.cfg6
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/console/sci.c9
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/console/sci.h1
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/misc/dotests3
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/misc/gdbinit683
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/include/page_table.h19
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/startup/debugger3
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/startup/rom3
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c.nocache2
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/BOOTING4
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/network/if_hdlcsubr.c1
-rw-r--r--c/src/lib/libbsp/powerpc/shared/bootloader/pci.h2
-rw-r--r--c/src/lib/libbsp/sh/gensh2/start/start.ram2
-rw-r--r--c/src/lib/libbsp/sh/gensh2/start/start.rom2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/helenos/README4
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/fpsp.defs2
-rw-r--r--c/src/lib/libcpu/mips/mongoosev/duart/README.mguart4
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/README1
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/console/console.c.polled2
-rw-r--r--c/src/libchip/display/disp_hcms29xx.c2
-rw-r--r--c/src/libchip/network/README.tulipclone1
-rw-r--r--c/src/libchip/network/cs8900.c.bsp4
-rw-r--r--c/src/libchip/network/cs8900.h.bsp5
-rw-r--r--c/src/libchip/network/if_dc.c3
-rw-r--r--c/src/make/bsp.mak2
53 files changed, 16 insertions, 161 deletions
diff --git a/c/ACKNOWLEDGEMENTS b/c/ACKNOWLEDGEMENTS
index a370938d87..76956fda3a 100644
--- a/c/ACKNOWLEDGEMENTS
+++ b/c/ACKNOWLEDGEMENTS
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
RTEMS was developed by On-Line Applications Research (OAR) under
contract to the U.S. Army Missile Command. Other than the
contributions listed in this document, all code and documentation
diff --git a/c/TOOL_TARGETS b/c/TOOL_TARGETS
index 39c78f6fd6..4811277bfa 100644
--- a/c/TOOL_TARGETS
+++ b/c/TOOL_TARGETS
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
The following are targets for the GNU tools (gcc, binutils, newlib, and gdb)
that are for RTEMS, their object format, and status notes
diff --git a/c/src/aclocal/bsp-alias.m4 b/c/src/aclocal/bsp-alias.m4
index 36102e153d..9aafbccee0 100644
--- a/c/src/aclocal/bsp-alias.m4
+++ b/c/src/aclocal/bsp-alias.m4
@@ -1,5 +1,3 @@
-dnl
-
dnl _RTEMS_BSP_ALIAS(BSP_ALIAS,RTEMS_BSP_FAMILY)
dnl Internal subroutine to RTEMS_BSP_ALIAS
AC_DEFUN([_RTEMS_BSP_ALIAS],
diff --git a/c/src/aclocal/bsp-bootcard-options.m4 b/c/src/aclocal/bsp-bootcard-options.m4
index 26103c8e7a..2454ec5094 100644
--- a/c/src/aclocal/bsp-bootcard-options.m4
+++ b/c/src/aclocal/bsp-bootcard-options.m4
@@ -1,5 +1,4 @@
dnl
-
dnl BSP_BOOTCARD_OPTIONS - some autoconf voodoo to provide each BSPs'
dnl configure script with the standard options supported by boot_card()
dnl and other required parts of the BSP Framework. Currently, this is
diff --git a/c/src/aclocal/bsp-bspcleanup-options.m4 b/c/src/aclocal/bsp-bspcleanup-options.m4
index b716da170f..cac8d55276 100644
--- a/c/src/aclocal/bsp-bspcleanup-options.m4
+++ b/c/src/aclocal/bsp-bspcleanup-options.m4
@@ -1,5 +1,4 @@
dnl
-
dnl BSP_CLEANUP_OPTIONS - some autoconf voodoo to provide each BSPs'
dnl configure script with the standard options supported by the shared
dnl implementation of bsp_cleanup().
diff --git a/c/src/aclocal/bspopts.m4 b/c/src/aclocal/bspopts.m4
index 7ddf1a9294..342c7258b9 100644
--- a/c/src/aclocal/bspopts.m4
+++ b/c/src/aclocal/bspopts.m4
@@ -1,5 +1,4 @@
dnl
-
dnl RTEMS_BSPOPTS_* - some autoconf voodoo to handle default values and
dnl help-strings for per-BSP-environment variables.
diff --git a/c/src/aclocal/canonicalize-tools.m4 b/c/src/aclocal/canonicalize-tools.m4
index 75364392ce..8fd551385c 100644
--- a/c/src/aclocal/canonicalize-tools.m4
+++ b/c/src/aclocal/canonicalize-tools.m4
@@ -1,5 +1,4 @@
dnl Set target tools
-dnl
AC_DEFUN([RTEMS_CANONICALIZE_TOOLS],
[AC_REQUIRE([RTEMS_PROG_CC])dnl
diff --git a/c/src/aclocal/check-cxx.m4 b/c/src/aclocal/check-cxx.m4
index f07a3e80b6..e679d4e296 100644
--- a/c/src/aclocal/check-cxx.m4
+++ b/c/src/aclocal/check-cxx.m4
@@ -1,4 +1,3 @@
-dnl
AC_DEFUN([RTEMS_CHECK_CXX],
[dnl
AC_REQUIRE([RTEMS_PROG_CC_FOR_TARGET])dnl
diff --git a/c/src/aclocal/check-networking.m4 b/c/src/aclocal/check-networking.m4
index f7f19f7d3a..fd1fd9d295 100644
--- a/c/src/aclocal/check-networking.m4
+++ b/c/src/aclocal/check-networking.m4
@@ -1,4 +1,3 @@
-dnl
AC_DEFUN([RTEMS_CHECK_NETWORKING],
[dnl
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl
diff --git a/c/src/aclocal/check-posix.m4 b/c/src/aclocal/check-posix.m4
index 5e1c79b673..8ef64f06bc 100644
--- a/c/src/aclocal/check-posix.m4
+++ b/c/src/aclocal/check-posix.m4
@@ -1,4 +1,3 @@
-dnl
AC_DEFUN([RTEMS_CHECK_POSIX_API],
[dnl
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl
diff --git a/c/src/aclocal/check-smp.m4 b/c/src/aclocal/check-smp.m4
index 77922106aa..37c98d05ff 100644
--- a/c/src/aclocal/check-smp.m4
+++ b/c/src/aclocal/check-smp.m4
@@ -1,4 +1,3 @@
-dnl
AC_DEFUN([RTEMS_CHECK_SMP],
[dnl
AC_REQUIRE([RTEMS_ENABLE_SMP])dnl
diff --git a/c/src/aclocal/gcc-pipe.m4 b/c/src/aclocal/gcc-pipe.m4
index fbc78b9ca7..06fed1ca13 100644
--- a/c/src/aclocal/gcc-pipe.m4
+++ b/c/src/aclocal/gcc-pipe.m4
@@ -1,5 +1,4 @@
dnl Check whether the target compiler accepts -pipe
-dnl
AC_DEFUN([RTEMS_GCC_PIPE],
[AC_REQUIRE([RTEMS_PROG_CC])
diff --git a/c/src/aclocal/gcc-specs.m4 b/c/src/aclocal/gcc-specs.m4
index fad700416b..ddcc2bfb0c 100644
--- a/c/src/aclocal/gcc-specs.m4
+++ b/c/src/aclocal/gcc-specs.m4
@@ -1,5 +1,4 @@
dnl Check whether the target compiler accepts -specs
-dnl
AC_DEFUN([RTEMS_GCC_SPECS],
[AC_REQUIRE([RTEMS_PROG_CC])
diff --git a/c/src/aclocal/i386-gas-code16.m4 b/c/src/aclocal/i386-gas-code16.m4
index def9277d1d..9c12d7bee3 100644
--- a/c/src/aclocal/i386-gas-code16.m4
+++ b/c/src/aclocal/i386-gas-code16.m4
@@ -1,5 +1,3 @@
-dnl
-
dnl check for i386 gas supporting 16 bit mode
dnl - binutils 2.9.1.0.7 and higher
diff --git a/c/src/aclocal/ppc.m4 b/c/src/aclocal/ppc.m4
index 7275685a44..6beff2a941 100644
--- a/c/src/aclocal/ppc.m4
+++ b/c/src/aclocal/ppc.m4
@@ -1,5 +1,3 @@
-# $Id$
-#
# Some hacks for handling powerpc-exception subdirectories
#
# Note: Consider this file a temporary band-aid until a better, more general
diff --git a/c/src/aclocal/project-root.m4 b/c/src/aclocal/project-root.m4
index bd729aeaf6..a3f5cd3684 100644
--- a/c/src/aclocal/project-root.m4
+++ b/c/src/aclocal/project-root.m4
@@ -1,5 +1,3 @@
-dnl
-
AC_DEFUN([RTEMS_PROJECT_ROOT],
[dnl
AC_REQUIRE([RTEMS_TOP])
diff --git a/c/src/lib/libbsp/MERGE.PROCEDURE b/c/src/lib/libbsp/MERGE.PROCEDURE
index 5da81d8582..ee797b5146 100644
--- a/c/src/lib/libbsp/MERGE.PROCEDURE
+++ b/c/src/lib/libbsp/MERGE.PROCEDURE
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
When adding a BSP to the RTEMS tree, there is usually some cleanup
to be done.
diff --git a/c/src/lib/libbsp/arm/gp32/include/bsp.h b/c/src/lib/libbsp/arm/gp32/include/bsp.h
index c7956b6dbf..273f1901be 100644
--- a/c/src/lib/libbsp/arm/gp32/include/bsp.h
+++ b/c/src/lib/libbsp/arm/gp32/include/bsp.h
@@ -1,19 +1,17 @@
-/*-------------------------------------------------------------------------+
-| bsp.h - ARM BSP
-+--------------------------------------------------------------------------+
-| This include file contains definitions related to the ARM BSP.
-+--------------------------------------------------------------------------+
-|
-| Copyright (c) Canon Research France SA.]
-| Emmanuel Raguet, mailto:raguet@crf.canon.fr
-|
-| The license and distribution terms for this file may be
-| found in the file LICENSE in this distribution or at
-| http://www.rtems.com/license/LICENSE.
-|
-| $Id$
-+--------------------------------------------------------------------------*/
+/**
+ * @file
+ *
+ * This include file contains definitions related to the GP32 BSP.
+ */
+/*
+ * Copyright (c) Canon Research France SA.]
+ * Emmanuel Raguet, mailto:raguet@crf.canon.fr
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ */
#ifndef _BSP_H
#define _BSP_H
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/rumble.c b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/rumble.c
index a0d883d80c..fc340cd07a 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/rumble.c
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/rumble.c
@@ -1,5 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
Copyright (C) 2005
Michael Noland (joat)
Jason Rogers (dovoto)
diff --git a/c/src/lib/libbsp/i386/pc386/3c509/elink.c b/c/src/lib/libbsp/i386/pc386/3c509/elink.c
index 0664df1c35..54f1e07b61 100644
--- a/c/src/lib/libbsp/i386/pc386/3c509/elink.c
+++ b/c/src/lib/libbsp/i386/pc386/3c509/elink.c
@@ -25,8 +25,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/i386/pc386/3c509/elink.h b/c/src/lib/libbsp/i386/pc386/3c509/elink.h
index 66e099ecf3..cf0767ea6c 100644
--- a/c/src/lib/libbsp/i386/pc386/3c509/elink.h
+++ b/c/src/lib/libbsp/i386/pc386/3c509/elink.h
@@ -25,8 +25,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * $Id$
*/
#ifdef PC98
diff --git a/c/src/lib/libbsp/i386/pc386/HOWTO b/c/src/lib/libbsp/i386/pc386/HOWTO
index 72c550fe86..9b7733ab4f 100644
--- a/c/src/lib/libbsp/i386/pc386/HOWTO
+++ b/c/src/lib/libbsp/i386/pc386/HOWTO
@@ -19,8 +19,6 @@
| 8 May 2003 - PXE GRUB (Chris Johns) |
+-----------------------------------------------------------------------------+
-CVS Revision: $Id$
-
1. Introduction
---------------
diff --git a/c/src/lib/libbsp/i386/pc386/console/outch.c b/c/src/lib/libbsp/i386/pc386/console/outch.c
index 58595bb3d5..7194be089d 100644
--- a/c/src/lib/libbsp/i386/pc386/console/outch.c
+++ b/c/src/lib/libbsp/i386/pc386/console/outch.c
@@ -14,7 +14,6 @@
* - added handling of basic escape sequences (cursor movement
* and erasing; just enough for the line editor 'libtecla' to
* work...)
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/README b/c/src/lib/libbsp/m68k/mcf5206elite/README
index 063bc2f191..976c75465a 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/README
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/README
@@ -6,11 +6,7 @@
#
# The license and distribution terms for this file may be
# found in the file LICENSE in this distribution or at
-#
# http://www.rtems.com/license/LICENSE.
-#
-# @(#) $Id$
-#
#
# This board support package works with MCF5206eLITE evaluation board with
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/startup/gdbinit b/c/src/lib/libbsp/m68k/mcf5206elite/startup/gdbinit
index 2d6b141de8..857b0e90f5 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/startup/gdbinit
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/startup/gdbinit
@@ -13,11 +13,8 @@
#
# The license and distribution terms for this file may be
# found in the file LICENSE in this distribution or at
-#
# http://www.rtems.com/license/LICENSE.
#
-# $Id$
-#
define addresses
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/tools/runtest b/c/src/lib/libbsp/m68k/mcf5206elite/tools/runtest
index 515534d3d7..e461ceb9ed 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/tools/runtest
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/tools/runtest
@@ -19,8 +19,6 @@
# found in the file LICENSE in this distribution or at
# http://www.rtems.com/license/LICENSE.
#
-# @(#) $Id$
-#
# progname=`basename $0`
progname=${0##*/} # fast basename hack for ksh, bash
diff --git a/c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235.cfg b/c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235.cfg
index 53951ba613..4dcb89004b 100644
--- a/c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235.cfg
+++ b/c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235.cfg
@@ -1,12 +1,6 @@
#
# Config file for the mcf5235 BSP
#
-#Based on:
-# $Id$
-#
-# A0.01 Initial Version BDS 07/26/01
-#
-
RTEMS_CPU=m68k
RTEMS_CPU_MODEL=mcf5223x
diff --git a/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x.cfg b/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x.cfg
index 1bffab942e..6a415a787c 100644
--- a/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x.cfg
+++ b/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x.cfg
@@ -1,12 +1,6 @@
#
# Config file for the mcf5225x BSP
#
-#Based on:
-# $Id$
-#
-# A0.01 Initial Version BDS 07/26/01
-#
-
RTEMS_CPU=m68k
RTEMS_CPU_MODEL=mcf52258
diff --git a/c/src/lib/libbsp/m68k/mcf5235/make/custom/mcf5235.cfg b/c/src/lib/libbsp/m68k/mcf5235/make/custom/mcf5235.cfg
index fc9a78e30a..8a543ac75b 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/make/custom/mcf5235.cfg
+++ b/c/src/lib/libbsp/m68k/mcf5235/make/custom/mcf5235.cfg
@@ -1,12 +1,6 @@
#
# Config file for the mcf5235 BSP
#
-#Based on:
-# $Id$
-#
-# A0.01 Initial Version BDS 07/26/01
-#
-
RTEMS_CPU=m68k
RTEMS_CPU_MODEL=mcf5235
diff --git a/c/src/lib/libbsp/m68k/mrm332/console/sci.c b/c/src/lib/libbsp/m68k/mrm332/console/sci.c
index d8440b8926..4b67c33f5b 100644
--- a/c/src/lib/libbsp/m68k/mrm332/console/sci.c
+++ b/c/src/lib/libbsp/m68k/mrm332/console/sci.c
@@ -33,8 +33,6 @@
*
* Note: See bsp.h,confdefs.h,system.h for installing drivers into RTEMS.
*
-* $Id$
-*
*****************************************************************************/
/*****************************************************************************
@@ -232,13 +230,6 @@ BSP_polling_getchar_function_type BSP_poll_char = NULL;
#endif
-/* cvs id string so you can use the unix ident command on the object */
-
-#ifdef ID_STRINGS
-static const char SciIdent[]="$Id$";
-#endif
-
-
/*****************************************************************************
Section G - A circular buffer for rcv chars when the driver interface is used.
*****************************************************************************/
diff --git a/c/src/lib/libbsp/m68k/mrm332/console/sci.h b/c/src/lib/libbsp/m68k/mrm332/console/sci.h
index 2d47f2a929..93893ecbfc 100644
--- a/c/src/lib/libbsp/m68k/mrm332/console/sci.h
+++ b/c/src/lib/libbsp/m68k/mrm332/console/sci.h
@@ -5,7 +5,6 @@
*
* Note: See bsp.h,confdefs.h,system.h for installing drivers into RTEMS.
*
-* $Id$
****************************************************************************/
#ifndef _sci_h_
diff --git a/c/src/lib/libbsp/m68k/mrm332/misc/dotests b/c/src/lib/libbsp/m68k/mrm332/misc/dotests
index f701e01114..7d5e099392 100644
--- a/c/src/lib/libbsp/m68k/mrm332/misc/dotests
+++ b/c/src/lib/libbsp/m68k/mrm332/misc/dotests
@@ -1,7 +1,4 @@
#! /bin/bash
-#
-# $Id$
-#
mkdir MyTests
find -name MyTests -prune -or -name "*.nxe" -exec cp {} MyTests \;
diff --git a/c/src/lib/libbsp/m68k/mrm332/misc/gdbinit68 b/c/src/lib/libbsp/m68k/mrm332/misc/gdbinit68
index 88c48c2389..dbfe2a586e 100644
--- a/c/src/lib/libbsp/m68k/mrm332/misc/gdbinit68
+++ b/c/src/lib/libbsp/m68k/mrm332/misc/gdbinit68
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
echo Setting up the environment for mrm debuging.\n
target bdm /dev/bdmcpu320
diff --git a/c/src/lib/libbsp/m68k/mvme162/include/page_table.h b/c/src/lib/libbsp/m68k/mvme162/include/page_table.h
index 424f08e7c3..09b93a49bd 100644
--- a/c/src/lib/libbsp/m68k/mvme162/include/page_table.h
+++ b/c/src/lib/libbsp/m68k/mvme162/include/page_table.h
@@ -1,25 +1,6 @@
/*
* This file was submitted by Eric Vaitl <vaitl@viasat.com> and
* supports page table initialization.
- *
- * $Log$
- * Revision 1.2 1995/12/19 20:10:12 joel
- * changes remerged after disk crash -- history lost
- *
- * Revision 1.1 1995/12/19 19:22:36 joel
- * file lost in crash and re-added
- *
- * Revision 1.1 1995/12/05 15:29:19 joel
- * added.. submitted by Eric Vaitl <vaitl@viasat.com>
- *
- * Revision 1.2 1995/10/27 21:00:33 vaitl
- * Modified page table routines so application code can map
- * VME space.
- *
- * Revision 1.1 1995/10/25 17:16:06 vaitl
- * Working on page table. Caching partially set up, but can't currently
- * set tc register.
- *
*/
#ifndef PAGE_TABLE_H
diff --git a/c/src/lib/libbsp/m68k/ods68302/startup/debugger b/c/src/lib/libbsp/m68k/ods68302/startup/debugger
index 57d0c3c475..4b6f3f67cd 100644
--- a/c/src/lib/libbsp/m68k/ods68302/startup/debugger
+++ b/c/src/lib/libbsp/m68k/ods68302/startup/debugger
@@ -1,8 +1,5 @@
/*
- * $Id$
- *
* MC68302 Linker command file
- *
*/
SECTIONS
diff --git a/c/src/lib/libbsp/m68k/ods68302/startup/rom b/c/src/lib/libbsp/m68k/ods68302/startup/rom
index e74a2a0bd6..29c4959e74 100644
--- a/c/src/lib/libbsp/m68k/ods68302/startup/rom
+++ b/c/src/lib/libbsp/m68k/ods68302/startup/rom
@@ -1,8 +1,5 @@
/*
- * $Id$
- *
* MC68302 Linker command file
- *
*/
SECTIONS
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c.nocache b/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c.nocache
index 530edd671e..89da24f085 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c.nocache
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c.nocache
@@ -14,8 +14,6 @@
*
* Modifications for MBX860:
* Copyright (c) 1999, National Research Council of Canada
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/BOOTING b/c/src/lib/libbsp/powerpc/motorola_powerpc/BOOTING
index a8e58c3f27..16adda28df 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/BOOTING
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/BOOTING
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This file documents the on board monitor (PPCBUG) configuration used
to be able to boot the archives located in powerpc-rtems/c/mcp750/bin.
This information was provided by Eric Valette <valette@crf.canon.fr>
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/network/if_hdlcsubr.c b/c/src/lib/libbsp/powerpc/mpc8260ads/network/if_hdlcsubr.c
index 00762f3e5e..96d0bf4a27 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/network/if_hdlcsubr.c
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/network/if_hdlcsubr.c
@@ -45,7 +45,6 @@
* SUCH DAMAGE.
*
* @(#)if_ethersubr.c 8.1 (Berkeley) 6/10/93
- * $Id$
*/
#include <rtems/rtems_bsdnet.h>
diff --git a/c/src/lib/libbsp/powerpc/shared/bootloader/pci.h b/c/src/lib/libbsp/powerpc/shared/bootloader/pci.h
index 33a276f4b0..4281a13090 100644
--- a/c/src/lib/libbsp/powerpc/shared/bootloader/pci.h
+++ b/c/src/lib/libbsp/powerpc/shared/bootloader/pci.h
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* PCI defines and function prototypes
* Copyright 1994, Drew Eckhardt
* Copyright 1997, 1998 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
diff --git a/c/src/lib/libbsp/sh/gensh2/start/start.ram b/c/src/lib/libbsp/sh/gensh2/start/start.ram
index 5bf0a7eff6..13c50df5a3 100644
--- a/c/src/lib/libbsp/sh/gensh2/start/start.ram
+++ b/c/src/lib/libbsp/sh/gensh2/start/start.ram
@@ -27,8 +27,6 @@
* the above-referenced license. It is provided for critique and
* developmental purposes without any warranty nor representation
* by the authors or by TGA Technologies.
- *
- * $Id$
*/
#include "asm.h"
diff --git a/c/src/lib/libbsp/sh/gensh2/start/start.rom b/c/src/lib/libbsp/sh/gensh2/start/start.rom
index 372ce8eab3..0880e5f1f7 100644
--- a/c/src/lib/libbsp/sh/gensh2/start/start.rom
+++ b/c/src/lib/libbsp/sh/gensh2/start/start.rom
@@ -15,8 +15,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include "asm.h"
diff --git a/c/src/lib/libbsp/sparc64/shared/helenos/README b/c/src/lib/libbsp/sparc64/shared/helenos/README
index b9ed582295..0750429f96 100644
--- a/c/src/lib/libbsp/sparc64/shared/helenos/README
+++ b/c/src/lib/libbsp/sparc64/shared/helenos/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
The sources in this directory are from the HelenOS project.
See: http://www.helenos.org
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/fpsp.defs b/c/src/lib/libcpu/m68k/m68040/fpsp/fpsp.defs
index 672a83c548..53f9a5d934 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/fpsp.defs
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/fpsp.defs
@@ -1,6 +1,4 @@
|
-| $Id$
-|
| fpsp.h 3.3 3.3
|
| Copyright (C) Motorola, Inc. 1990
diff --git a/c/src/lib/libcpu/mips/mongoosev/duart/README.mguart b/c/src/lib/libcpu/mips/mongoosev/duart/README.mguart
index 77264ed279..8073ab7526 100644
--- a/c/src/lib/libcpu/mips/mongoosev/duart/README.mguart
+++ b/c/src/lib/libcpu/mips/mongoosev/duart/README.mguart
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Configuration Table Use
=======================
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/README b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/README
index 414e358e6d..eb5f9c7cb7 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/README
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/README
@@ -1,4 +1,3 @@
-$Id$
BSP support middleware for 'new-exception' style PPC.
diff --git a/c/src/lib/libcpu/powerpc/ppc403/console/console.c.polled b/c/src/lib/libcpu/powerpc/ppc403/console/console.c.polled
index 363db68c19..2c670ee49d 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/console/console.c.polled
+++ b/c/src/lib/libcpu/powerpc/ppc403/console/console.c.polled
@@ -24,8 +24,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#define NO_BSP_INIT
diff --git a/c/src/libchip/display/disp_hcms29xx.c b/c/src/libchip/display/disp_hcms29xx.c
index 030dd6bea6..123b0c4972 100644
--- a/c/src/libchip/display/disp_hcms29xx.c
+++ b/c/src/libchip/display/disp_hcms29xx.c
@@ -16,8 +16,6 @@
+-----------------------------------------------------------------+
| this file contains the SPI based driver for a HCMS29xx 4 digit |
| alphanumeric LED display |
-+-----------------------------------------------------------------+
-| $Id$
\*===============================================================*/
#include <string.h>
diff --git a/c/src/libchip/network/README.tulipclone b/c/src/libchip/network/README.tulipclone
index 45b9ade48a..90332bfd61 100644
--- a/c/src/libchip/network/README.tulipclone
+++ b/c/src/libchip/network/README.tulipclone
@@ -1,4 +1,3 @@
-******** $Id$
*****************************************************************
******** ***************
******** ttcp benchmark tests of dec2114x driver ***************
diff --git a/c/src/libchip/network/cs8900.c.bsp b/c/src/libchip/network/cs8900.c.bsp
index a31d1b0180..7b7374a0f2 100644
--- a/c/src/libchip/network/cs8900.c.bsp
+++ b/c/src/libchip/network/cs8900.c.bsp
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* RTEMS CS8900 Driver Setup for the DIMM-PC/i386 made by Kontron.
*
* Port to the DIMM PC copyright (c) 2004 Angelo Fraietta
@@ -8,7 +6,7 @@
* through the Australia Council, its arts funding and advisory body.
*
* Port performed by Chris Johns, Cybertec Pty Ltd, Jan 2004.
- * Based on the Cybertec CS8900 driver setup for the SFP-101.
+ * Based on the Cybertec CS8900 driver setup for the SFP-101.
*
*/
diff --git a/c/src/libchip/network/cs8900.h.bsp b/c/src/libchip/network/cs8900.h.bsp
index 493d2a15d7..65ce0d2e93 100644
--- a/c/src/libchip/network/cs8900.h.bsp
+++ b/c/src/libchip/network/cs8900.h.bsp
@@ -1,15 +1,12 @@
/*
- * $Id$
- *
* RTEMS CS8900 Driver Setup for the DIMM-PC/i386 made by Kontron.
*
* Port to the DIMM PC copyright (c) 2004 Angelo Fraietta
* This project has been assisted by the Commonwealth Government
* through the Australia Council, its arts funding and advisory body.
*
- * Port performed by Chris Johns, Cybertec Pty Ltd, Jan 2004.
+ * Port performed by Chris Johns, Cybertec Pty Ltd, Jan 2004.
* Based on the Cybertec CS8900 driver setup for the SFP-101.
- *
*/
#if !defined (__BSP_CS8900_H__)
diff --git a/c/src/libchip/network/if_dc.c b/c/src/libchip/network/if_dc.c
index e576ccded3..88032aab3a 100644
--- a/c/src/libchip/network/if_dc.c
+++ b/c/src/libchip/network/if_dc.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* Ported from FreeBSD --> RTEMS, december 03.
* Daron Chabot <daron@nucleus.usask.ca>
* -- only tested with i386 bsp.
diff --git a/c/src/make/bsp.mak b/c/src/make/bsp.mak
index ae6c017d98..9c1da3fc3a 100644
--- a/c/src/make/bsp.mak
+++ b/c/src/make/bsp.mak
@@ -1,6 +1,4 @@
#
-# $Id$
-#
# Makefile fragment to convert <bsp>.cfgs into <bsp>.cache
#