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.
This commit is contained in:
Joel Sherrill
2012-05-03 12:24:46 -05:00
parent ae55da7232
commit 65c6425de9
117 changed files with 26 additions and 332 deletions

View File

@@ -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],

View File

@@ -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

View File

@@ -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().

View File

@@ -1,5 +1,4 @@
dnl
dnl RTEMS_BSPOPTS_* - some autoconf voodoo to handle default values and
dnl help-strings for per-BSP-environment variables.

View File

@@ -1,5 +1,4 @@
dnl Set target tools
dnl
AC_DEFUN([RTEMS_CANONICALIZE_TOOLS],
[AC_REQUIRE([RTEMS_PROG_CC])dnl

View File

@@ -1,4 +1,3 @@
dnl
AC_DEFUN([RTEMS_CHECK_CXX],
[dnl
AC_REQUIRE([RTEMS_PROG_CC_FOR_TARGET])dnl

View File

@@ -1,4 +1,3 @@
dnl
AC_DEFUN([RTEMS_CHECK_NETWORKING],
[dnl
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl

View File

@@ -1,4 +1,3 @@
dnl
AC_DEFUN([RTEMS_CHECK_POSIX_API],
[dnl
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl

View File

@@ -1,4 +1,3 @@
dnl
AC_DEFUN([RTEMS_CHECK_SMP],
[dnl
AC_REQUIRE([RTEMS_ENABLE_SMP])dnl

View File

@@ -1,5 +1,4 @@
dnl Check whether the target compiler accepts -pipe
dnl
AC_DEFUN([RTEMS_GCC_PIPE],
[AC_REQUIRE([RTEMS_PROG_CC])

View File

@@ -1,5 +1,4 @@
dnl Check whether the target compiler accepts -specs
dnl
AC_DEFUN([RTEMS_GCC_SPECS],
[AC_REQUIRE([RTEMS_PROG_CC])

View File

@@ -1,5 +1,3 @@
dnl
dnl check for i386 gas supporting 16 bit mode
dnl - binutils 2.9.1.0.7 and higher

View File

@@ -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

View File

@@ -1,5 +1,3 @@
dnl
AC_DEFUN([RTEMS_PROJECT_ROOT],
[dnl
AC_REQUIRE([RTEMS_TOP])

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
When adding a BSP to the RTEMS tree, there is usually some cleanup
to be done.

View File

@@ -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

View File

@@ -1,5 +1,4 @@
/*---------------------------------------------------------------------------------
$Id$
Copyright (C) 2005
Michael Noland (joat)
Jason Rogers (dovoto)

View File

@@ -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$
*/
/*

View File

@@ -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

View File

@@ -19,8 +19,6 @@
| 8 May 2003 - PXE GRUB (Chris Johns) |
+-----------------------------------------------------------------------------+
CVS Revision: $Id$
1. Introduction
---------------

View File

@@ -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>

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.
*****************************************************************************/

View File

@@ -5,7 +5,6 @@
*
* Note: See bsp.h,confdefs.h,system.h for installing drivers into RTEMS.
*
* $Id$
****************************************************************************/
#ifndef _sci_h_

View File

@@ -1,7 +1,4 @@
#! /bin/bash
#
# $Id$
#
mkdir MyTests
find -name MyTests -prune -or -name "*.nxe" -exec cp {} MyTests \;

View File

@@ -1,6 +1,3 @@
#
# $Id$
#
echo Setting up the environment for mrm debuging.\n
target bdm /dev/bdmcpu320

View File

@@ -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

View File

@@ -1,8 +1,5 @@
/*
* $Id$
*
* MC68302 Linker command file
*
*/
SECTIONS

View File

@@ -1,8 +1,5 @@
/*
* $Id$
*
* MC68302 Linker command file
*
*/
SECTIONS

View File

@@ -14,8 +14,6 @@
*
* Modifications for MBX860:
* Copyright (c) 1999, National Research Council of Canada
*
* $Id$
*/
#include <bsp.h>

View File

@@ -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>

View File

@@ -45,7 +45,6 @@
* SUCH DAMAGE.
*
* @(#)if_ethersubr.c 8.1 (Berkeley) 6/10/93
* $Id$
*/
#include <rtems/rtems_bsdnet.h>

View File

@@ -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>

View File

@@ -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"

View File

@@ -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"

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
The sources in this directory are from the HelenOS project.
See: http://www.helenos.org

View File

@@ -1,6 +1,4 @@
|
| $Id$
|
| fpsp.h 3.3 3.3
|
| Copyright (C) Motorola, Inc. 1990

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
Configuration Table Use
=======================

View File

@@ -1,4 +1,3 @@
$Id$
BSP support middleware for 'new-exception' style PPC.

View File

@@ -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

View File

@@ -16,8 +16,6 @@
+-----------------------------------------------------------------+
| this file contains the SPI based driver for a HCMS29xx 4 digit |
| alphanumeric LED display |
+-----------------------------------------------------------------+
| $Id$
\*===============================================================*/
#include <string.h>

View File

@@ -1,4 +1,3 @@
******** $Id$
*****************************************************************
******** ***************
******** ttcp benchmark tests of dec2114x driver ***************

View File

@@ -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.
*
*/

View File

@@ -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__)

View File

@@ -1,5 +1,4 @@
/* $Id$
*
/*
* Ported from FreeBSD --> RTEMS, december 03.
* Daron Chabot <daron@nucleus.usask.ca>
* -- only tested with i386 bsp.

View File

@@ -1,6 +1,4 @@
#
# $Id$
#
# Makefile fragment to convert <bsp>.cfgs into <bsp>.cache
#