From 9b4422a2513e9c7f4c705050948d82b75331aaba Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 3 May 2012 10:09:24 -0500 Subject: Remove All CVS Id Strings Possible Using a Script Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed. --- c/src/lib/libbsp/i386/pc386/3c509/3c509.c | 2 -- c/src/lib/libbsp/i386/pc386/3c509/3c509.h | 2 -- c/src/lib/libbsp/i386/pc386/README | 4 ---- c/src/lib/libbsp/i386/pc386/README.dec21140 | 4 ---- c/src/lib/libbsp/i386/pc386/STATUS | 4 ---- c/src/lib/libbsp/i386/pc386/clock/ckinit.c | 2 -- c/src/lib/libbsp/i386/pc386/clock/todcfg.c | 2 -- c/src/lib/libbsp/i386/pc386/console/conscfg.c | 2 -- c/src/lib/libbsp/i386/pc386/console/console_control.c | 2 -- c/src/lib/libbsp/i386/pc386/console/fb_vga.c | 2 -- c/src/lib/libbsp/i386/pc386/console/kbd_parser.c | 2 -- c/src/lib/libbsp/i386/pc386/console/kd.h | 2 -- c/src/lib/libbsp/i386/pc386/console/keyboard.c | 2 -- c/src/lib/libbsp/i386/pc386/console/keyboard.h | 2 -- c/src/lib/libbsp/i386/pc386/console/ps2_drv.h | 2 -- c/src/lib/libbsp/i386/pc386/console/ps2_mouse.c | 2 -- c/src/lib/libbsp/i386/pc386/console/serial_mouse_config.c | 2 -- c/src/lib/libbsp/i386/pc386/console/vgacons.c | 2 -- c/src/lib/libbsp/i386/pc386/console/vgacons.h | 2 -- c/src/lib/libbsp/i386/pc386/console/videoAsm.S | 2 -- c/src/lib/libbsp/i386/pc386/include/crt.h | 2 -- c/src/lib/libbsp/i386/pc386/include/tm27.h | 2 -- c/src/lib/libbsp/i386/pc386/include/wd80x3.h | 2 -- c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg | 2 -- c/src/lib/libbsp/i386/pc386/make/custom/pc386dx.cfg | 2 -- c/src/lib/libbsp/i386/pc386/make/custom/pc486.cfg | 2 -- c/src/lib/libbsp/i386/pc386/make/custom/pc586-sse.cfg | 2 -- c/src/lib/libbsp/i386/pc386/make/custom/pc586.cfg | 2 -- c/src/lib/libbsp/i386/pc386/make/custom/pc686.cfg | 2 -- c/src/lib/libbsp/i386/pc386/make/custom/pcp4.cfg | 2 -- c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c | 2 -- c/src/lib/libbsp/i386/pc386/start/start16.S | 2 -- c/src/lib/libbsp/i386/pc386/startup/bspgetworkarea.c | 2 -- c/src/lib/libbsp/i386/pc386/startup/bspreset.c | 2 -- c/src/lib/libbsp/i386/pc386/startup/linkcmds | 2 -- c/src/lib/libbsp/i386/pc386/timer/timer.c | 2 -- c/src/lib/libbsp/i386/pc386/times_i486dx | 2 -- c/src/lib/libbsp/i386/pc386/times_p5 | 2 -- c/src/lib/libbsp/i386/pc386/tools/Spec.doc | 4 ---- c/src/lib/libbsp/i386/pc386/tools/bin2boot.c | 1 - c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c | 2 -- c/src/lib/libbsp/i386/shared/comm/gdb_glue.c | 2 -- c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c | 2 -- c/src/lib/libbsp/i386/shared/comm/i386-stub.c | 2 -- c/src/lib/libbsp/i386/shared/comm/i386_io.h | 2 -- c/src/lib/libbsp/i386/shared/comm/tty_drv.c | 3 --- c/src/lib/libbsp/i386/shared/comm/tty_drv.h | 3 --- c/src/lib/libbsp/i386/shared/comm/uart.c | 2 -- c/src/lib/libbsp/i386/shared/irq/idt.c | 2 -- c/src/lib/libbsp/i386/shared/irq/irq.c | 2 -- c/src/lib/libbsp/i386/shared/irq/irq.h | 2 -- c/src/lib/libbsp/i386/shared/irq/irq_asm.S | 2 -- c/src/lib/libbsp/i386/shared/irq/irq_asm.h | 2 -- c/src/lib/libbsp/i386/shared/irq/irq_init.c | 2 -- c/src/lib/libbsp/i386/shared/pci/pcibios.c | 2 -- c/src/lib/libbsp/i386/shared/smp/README | 4 ---- c/src/lib/libbsp/i386/shared/smp/getcpuid.c | 2 -- c/src/lib/libbsp/i386/shared/smp/smp-imps.h | 2 -- 58 files changed, 127 deletions(-) (limited to 'c/src/lib/libbsp/i386') diff --git a/c/src/lib/libbsp/i386/pc386/3c509/3c509.c b/c/src/lib/libbsp/i386/pc386/3c509/3c509.c index afaf16b1a6..a90a9641b5 100644 --- a/c/src/lib/libbsp/i386/pc386/3c509/3c509.c +++ b/c/src/lib/libbsp/i386/pc386/3c509/3c509.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Ported by Rosimildo da Silva. * ConnectTel,Inc. * e-mail: rdasilva@connecttel.com diff --git a/c/src/lib/libbsp/i386/pc386/3c509/3c509.h b/c/src/lib/libbsp/i386/pc386/3c509/3c509.h index e775760477..f3b8195ff3 100644 --- a/c/src/lib/libbsp/i386/pc386/3c509/3c509.h +++ b/c/src/lib/libbsp/i386/pc386/3c509/3c509.h @@ -31,8 +31,6 @@ */ /* - * $Id$ - * * Promiscuous mode added and interrupt logic slightly changed * to reduce the number of adapter failures. Transceiver select * logic changed to use value from EEPROM. Autoconfiguration diff --git a/c/src/lib/libbsp/i386/pc386/README b/c/src/lib/libbsp/i386/pc386/README index 00f3263a99..f49f7420e4 100644 --- a/c/src/lib/libbsp/i386/pc386/README +++ b/c/src/lib/libbsp/i386/pc386/README @@ -1,7 +1,3 @@ -# -# $Id$ -# - # # This board support package works with a target PC # diff --git a/c/src/lib/libbsp/i386/pc386/README.dec21140 b/c/src/lib/libbsp/i386/pc386/README.dec21140 index 5b6c479d9f..674f2624a1 100644 --- a/c/src/lib/libbsp/i386/pc386/README.dec21140 +++ b/c/src/lib/libbsp/i386/pc386/README.dec21140 @@ -1,5 +1 @@ -# -# $Id$ -# - The dec21140 network driver is found in libchip/networking. diff --git a/c/src/lib/libbsp/i386/pc386/STATUS b/c/src/lib/libbsp/i386/pc386/STATUS index d2a1960f72..c66877acdf 100644 --- a/c/src/lib/libbsp/i386/pc386/STATUS +++ b/c/src/lib/libbsp/i386/pc386/STATUS @@ -1,7 +1,3 @@ -# -# $Id$ -# - There are a wide range of PC configurations. This BSP has been tested on only a handful. There are configurations which do not yet work. The diff --git a/c/src/lib/libbsp/i386/pc386/clock/ckinit.c b/c/src/lib/libbsp/i386/pc386/clock/ckinit.c index 974a4ea86a..37b0408ba9 100644 --- a/c/src/lib/libbsp/i386/pc386/clock/ckinit.c +++ b/c/src/lib/libbsp/i386/pc386/clock/ckinit.c @@ -21,8 +21,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 diff --git a/c/src/lib/libbsp/i386/pc386/clock/todcfg.c b/c/src/lib/libbsp/i386/pc386/clock/todcfg.c index 6a3b7e56ff..d954d26de8 100644 --- a/c/src/lib/libbsp/i386/pc386/clock/todcfg.c +++ b/c/src/lib/libbsp/i386/pc386/clock/todcfg.c @@ -4,8 +4,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 diff --git a/c/src/lib/libbsp/i386/pc386/console/conscfg.c b/c/src/lib/libbsp/i386/pc386/console/conscfg.c index fdd768fa0b..09a8f9b688 100644 --- a/c/src/lib/libbsp/i386/pc386/console/conscfg.c +++ b/c/src/lib/libbsp/i386/pc386/console/conscfg.c @@ -11,8 +11,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 /* write */ diff --git a/c/src/lib/libbsp/i386/pc386/console/console_control.c b/c/src/lib/libbsp/i386/pc386/console/console_control.c index ea765744b1..dd058ce4fb 100644 --- a/c/src/lib/libbsp/i386/pc386/console/console_control.c +++ b/c/src/lib/libbsp/i386/pc386/console/console_control.c @@ -13,8 +13,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 diff --git a/c/src/lib/libbsp/i386/pc386/console/fb_vga.c b/c/src/lib/libbsp/i386/pc386/console/fb_vga.c index bc6a171225..4da6159132 100644 --- a/c/src/lib/libbsp/i386/pc386/console/fb_vga.c +++ b/c/src/lib/libbsp/i386/pc386/console/fb_vga.c @@ -5,8 +5,6 @@ * This module implements FB driver for "Bare VGA". It uses the * routines for "bare hardware" found in vgainit.c. * - * $Id$ - * */ #include diff --git a/c/src/lib/libbsp/i386/pc386/console/kbd_parser.c b/c/src/lib/libbsp/i386/pc386/console/kbd_parser.c index 44a2f56e72..ad5a068948 100644 --- a/c/src/lib/libbsp/i386/pc386/console/kbd_parser.c +++ b/c/src/lib/libbsp/i386/pc386/console/kbd_parser.c @@ -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 diff --git a/c/src/lib/libbsp/i386/pc386/console/kd.h b/c/src/lib/libbsp/i386/pc386/console/kd.h index 6e4a899fb9..6f10295f60 100644 --- a/c/src/lib/libbsp/i386/pc386/console/kd.h +++ b/c/src/lib/libbsp/i386/pc386/console/kd.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * by: Rosimildo da Silva: rdasilva@connecttel.com * * diff --git a/c/src/lib/libbsp/i386/pc386/console/keyboard.c b/c/src/lib/libbsp/i386/pc386/console/keyboard.c index e776734f4f..271c5e3759 100644 --- a/c/src/lib/libbsp/i386/pc386/console/keyboard.c +++ b/c/src/lib/libbsp/i386/pc386/console/keyboard.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Rosimildo da Silva: rdasilva@connecttel.com */ diff --git a/c/src/lib/libbsp/i386/pc386/console/keyboard.h b/c/src/lib/libbsp/i386/pc386/console/keyboard.h index abbb5f6240..a5ad34691c 100644 --- a/c/src/lib/libbsp/i386/pc386/console/keyboard.h +++ b/c/src/lib/libbsp/i386/pc386/console/keyboard.h @@ -1,7 +1,5 @@ /* * Submitted by: Rosimildo da Silva: rdasilva@connecttel.com - * - * $Id$ */ #ifndef __RTEMS_KEYBOARD_H diff --git a/c/src/lib/libbsp/i386/pc386/console/ps2_drv.h b/c/src/lib/libbsp/i386/pc386/console/ps2_drv.h index ab5b3aa4e1..33bcf645ae 100644 --- a/c/src/lib/libbsp/i386/pc386/console/ps2_drv.h +++ b/c/src/lib/libbsp/i386/pc386/console/ps2_drv.h @@ -1,8 +1,6 @@ #ifndef __paux_drv__ #define __paux_drv__ /*************************************************************************** - * - * $Id$ * * Copyright (c) 1999 ConnectTel, Inc. All Rights Reserved. * diff --git a/c/src/lib/libbsp/i386/pc386/console/ps2_mouse.c b/c/src/lib/libbsp/i386/pc386/console/ps2_mouse.c index aaef708a4e..d0af6b95dd 100644 --- a/c/src/lib/libbsp/i386/pc386/console/ps2_mouse.c +++ b/c/src/lib/libbsp/i386/pc386/console/ps2_mouse.c @@ -10,8 +10,6 @@ * C. Scott Ananian 1999-01-29. * * RTEMS port: by Rosimildo da Silva. - * - * $Id$ */ #include diff --git a/c/src/lib/libbsp/i386/pc386/console/serial_mouse_config.c b/c/src/lib/libbsp/i386/pc386/console/serial_mouse_config.c index fb08bafc9a..7558858622 100644 --- a/c/src/lib/libbsp/i386/pc386/console/serial_mouse_config.c +++ b/c/src/lib/libbsp/i386/pc386/console/serial_mouse_config.c @@ -5,8 +5,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 diff --git a/c/src/lib/libbsp/i386/pc386/console/vgacons.c b/c/src/lib/libbsp/i386/pc386/console/vgacons.c index da55d60ff5..9d78b02df8 100644 --- a/c/src/lib/libbsp/i386/pc386/console/vgacons.c +++ b/c/src/lib/libbsp/i386/pc386/console/vgacons.c @@ -8,8 +8,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 diff --git a/c/src/lib/libbsp/i386/pc386/console/vgacons.h b/c/src/lib/libbsp/i386/pc386/console/vgacons.h index f7faf13f27..f88d065c59 100644 --- a/c/src/lib/libbsp/i386/pc386/console/vgacons.h +++ b/c/src/lib/libbsp/i386/pc386/console/vgacons.h @@ -5,8 +5,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$ */ #ifndef _VGACONS_H_ diff --git a/c/src/lib/libbsp/i386/pc386/console/videoAsm.S b/c/src/lib/libbsp/i386/pc386/console/videoAsm.S index e78b100c1c..03f31f879b 100644 --- a/c/src/lib/libbsp/i386/pc386/console/videoAsm.S +++ b/c/src/lib/libbsp/i386/pc386/console/videoAsm.S @@ -16,8 +16,6 @@ * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ */ .file "videoAsm.s" diff --git a/c/src/lib/libbsp/i386/pc386/include/crt.h b/c/src/lib/libbsp/i386/pc386/include/crt.h index 507d64e518..258fe1a001 100644 --- a/c/src/lib/libbsp/i386/pc386/include/crt.h +++ b/c/src/lib/libbsp/i386/pc386/include/crt.h @@ -9,8 +9,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$ */ #ifndef _CRT_H diff --git a/c/src/lib/libbsp/i386/pc386/include/tm27.h b/c/src/lib/libbsp/i386/pc386/include/tm27.h index bac6bebc2e..2ae7a94104 100644 --- a/c/src/lib/libbsp/i386/pc386/include/tm27.h +++ b/c/src/lib/libbsp/i386/pc386/include/tm27.h @@ -4,8 +4,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$ */ #ifndef _RTEMS_TMTEST27 diff --git a/c/src/lib/libbsp/i386/pc386/include/wd80x3.h b/c/src/lib/libbsp/i386/pc386/include/wd80x3.h index 5f7a1fa970..3a9476ab1c 100644 --- a/c/src/lib/libbsp/i386/pc386/include/wd80x3.h +++ b/c/src/lib/libbsp/i386/pc386/include/wd80x3.h @@ -1,7 +1,5 @@ /* * Information about the DP8390 Ethernet controller. - * - * $Id$ */ #ifndef __BSP_WD80x3_h diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg index 4aa1d7a755..e827d8706c 100644 --- a/c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg +++ b/c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg @@ -1,8 +1,6 @@ # # Config file for the PC 386 BSP # -# $Id$ -# include $(RTEMS_ROOT)/make/custom/default.cfg diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pc386dx.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pc386dx.cfg index df0fc15d10..45d4a6c9f3 100644 --- a/c/src/lib/libbsp/i386/pc386/make/custom/pc386dx.cfg +++ b/c/src/lib/libbsp/i386/pc386/make/custom/pc386dx.cfg @@ -1,8 +1,6 @@ # # Configuration file for a PC using an i386 Class CPU w/o FPU # -# $Id$ -# RTEMS_CPU_MODEL=i386dx diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pc486.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pc486.cfg index e62187b180..ec487acf84 100644 --- a/c/src/lib/libbsp/i386/pc386/make/custom/pc486.cfg +++ b/c/src/lib/libbsp/i386/pc386/make/custom/pc486.cfg @@ -1,8 +1,6 @@ # # Configuration file for a PC using an i486DX Class CPU # -# $Id$ -# RTEMS_CPU_MODEL=i486dx diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pc586-sse.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pc586-sse.cfg index 2607b2db46..ad6d94c657 100644 --- a/c/src/lib/libbsp/i386/pc386/make/custom/pc586-sse.cfg +++ b/c/src/lib/libbsp/i386/pc386/make/custom/pc586-sse.cfg @@ -1,8 +1,6 @@ # # Configuration file for a PC using a Pentium Class CPU # -# $Id$ -# RTEMS_CPU_MODEL=pentium diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pc586.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pc586.cfg index 0959a4c3c0..73e42cd4b9 100644 --- a/c/src/lib/libbsp/i386/pc386/make/custom/pc586.cfg +++ b/c/src/lib/libbsp/i386/pc386/make/custom/pc586.cfg @@ -1,8 +1,6 @@ # # Configuration file for a PC using a Pentium Class CPU # -# $Id$ -# RTEMS_CPU_MODEL=pentium diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pc686.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pc686.cfg index 7c0d85d22a..04f001f64a 100644 --- a/c/src/lib/libbsp/i386/pc386/make/custom/pc686.cfg +++ b/c/src/lib/libbsp/i386/pc386/make/custom/pc686.cfg @@ -1,8 +1,6 @@ # # Configuration file for a PC using a PentiumPro Class CPU # -# $Id$ -# RTEMS_CPU_MODEL=pentiumpro diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pcp4.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pcp4.cfg index 68babd64a4..6804aee9a1 100644 --- a/c/src/lib/libbsp/i386/pc386/make/custom/pcp4.cfg +++ b/c/src/lib/libbsp/i386/pc386/make/custom/pcp4.cfg @@ -1,8 +1,6 @@ # # Configuration file for a PC using a Pentium Class CPU # -# $Id$ -# RTEMS_CPU_MODEL=pentium diff --git a/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c b/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c index 0498220061..6217e0a445 100644 --- a/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c +++ b/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c @@ -6,8 +6,6 @@ * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * - * $Id$ - * * Both the ne2000 and the wd80x3 are based on the National Semiconductor * 8390 chip, so there is a fair amount of overlap between the two * drivers. It would be possible in principle to combine some code into diff --git a/c/src/lib/libbsp/i386/pc386/start/start16.S b/c/src/lib/libbsp/i386/pc386/start/start16.S index 1a36117b45..fd68753dfe 100644 --- a/c/src/lib/libbsp/i386/pc386/start/start16.S +++ b/c/src/lib/libbsp/i386/pc386/start/start16.S @@ -26,8 +26,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$ */ diff --git a/c/src/lib/libbsp/i386/pc386/startup/bspgetworkarea.c b/c/src/lib/libbsp/i386/pc386/startup/bspgetworkarea.c index 07c23862da..8668d45467 100644 --- a/c/src/lib/libbsp/i386/pc386/startup/bspgetworkarea.c +++ b/c/src/lib/libbsp/i386/pc386/startup/bspgetworkarea.c @@ -9,8 +9,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 BSP_GET_WORK_AREA_DEBUG */ diff --git a/c/src/lib/libbsp/i386/pc386/startup/bspreset.c b/c/src/lib/libbsp/i386/pc386/startup/bspreset.c index 527b13cf4b..eebde1facf 100644 --- a/c/src/lib/libbsp/i386/pc386/startup/bspreset.c +++ b/c/src/lib/libbsp/i386/pc386/startup/bspreset.c @@ -5,8 +5,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 diff --git a/c/src/lib/libbsp/i386/pc386/startup/linkcmds b/c/src/lib/libbsp/i386/pc386/startup/linkcmds index 8f24dd41cc..ace4303148 100644 --- a/c/src/lib/libbsp/i386/pc386/startup/linkcmds +++ b/c/src/lib/libbsp/i386/pc386/startup/linkcmds @@ -6,8 +6,6 @@ * + sections commented out marked with "XXX commented out --joel" * + addition of m_hdr section * + addition of FreeBSD sysctl sections - * - * $Id$ */ /* diff --git a/c/src/lib/libbsp/i386/pc386/timer/timer.c b/c/src/lib/libbsp/i386/pc386/timer/timer.c index a806fe6871..46dab5f4e7 100644 --- a/c/src/lib/libbsp/i386/pc386/timer/timer.c +++ b/c/src/lib/libbsp/i386/pc386/timer/timer.c @@ -23,8 +23,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 diff --git a/c/src/lib/libbsp/i386/pc386/times_i486dx b/c/src/lib/libbsp/i386/pc386/times_i486dx index af6be9dfc4..20a72680c3 100644 --- a/c/src/lib/libbsp/i386/pc386/times_i486dx +++ b/c/src/lib/libbsp/i386/pc386/times_i486dx @@ -1,8 +1,6 @@ # # Timing Test Suite Results for the pc386 BSP using an i486DX # -# $Id$ -# Board: PC/AT clone CPU: Intel i486DX diff --git a/c/src/lib/libbsp/i386/pc386/times_p5 b/c/src/lib/libbsp/i386/pc386/times_p5 index 12a6cf9675..fdaf7e9d2d 100644 --- a/c/src/lib/libbsp/i386/pc386/times_p5 +++ b/c/src/lib/libbsp/i386/pc386/times_p5 @@ -1,8 +1,6 @@ # # Timing Test Suite Results for the pc386 BSP using a Pentium # -# $Id$ -# NOTE: To obtain the execution time in microseconds, divide the number of cycles by the clock speed. For example, if rtems_semaphore create diff --git a/c/src/lib/libbsp/i386/pc386/tools/Spec.doc b/c/src/lib/libbsp/i386/pc386/tools/Spec.doc index ea66a7eb3d..92ce7a88cf 100644 --- a/c/src/lib/libbsp/i386/pc386/tools/Spec.doc +++ b/c/src/lib/libbsp/i386/pc386/tools/Spec.doc @@ -1,7 +1,3 @@ -# -# $Id$ -# - 2-28-1995 GK In order to provide more functionality to the boot rom code I changed diff --git a/c/src/lib/libbsp/i386/pc386/tools/bin2boot.c b/c/src/lib/libbsp/i386/pc386/tools/bin2boot.c index eb9263ec6b..00556411d9 100644 --- a/c/src/lib/libbsp/i386/pc386/tools/bin2boot.c +++ b/c/src/lib/libbsp/i386/pc386/tools/bin2boot.c @@ -1,4 +1,3 @@ - /* * Simplyfied version of original bin2boot */ diff --git a/c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c b/c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c index 56d59124b3..6b40694dbb 100644 --- a/c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c +++ b/c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c @@ -7,8 +7,6 @@ * University of Saskatchewan * Saskatoon, Saskatchewan, CANADA * eric@skatter.usask.ca - * - * $Id$ */ #include diff --git a/c/src/lib/libbsp/i386/shared/comm/gdb_glue.c b/c/src/lib/libbsp/i386/shared/comm/gdb_glue.c index 8234e38f9c..479eb3235e 100644 --- a/c/src/lib/libbsp/i386/shared/comm/gdb_glue.c +++ b/c/src/lib/libbsp/i386/shared/comm/gdb_glue.c @@ -8,8 +8,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 diff --git a/c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c b/c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c index 2f52e379d2..228b99b3e5 100644 --- a/c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c +++ b/c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c @@ -3,8 +3,6 @@ * It is provided in to the public domain "as is", can be freely modified * as far as this copyight notice is kept unchanged, but does not imply * an endorsement by T.sqware of the product in which it is included. - * - * $Id$ */ #include diff --git a/c/src/lib/libbsp/i386/shared/comm/i386-stub.c b/c/src/lib/libbsp/i386/shared/comm/i386-stub.c index 724d815c69..578b0189d4 100644 --- a/c/src/lib/libbsp/i386/shared/comm/i386-stub.c +++ b/c/src/lib/libbsp/i386/shared/comm/i386-stub.c @@ -1,7 +1,5 @@ /* * This is the gdb i386 remote debug stub from gdb 4.XX. - * - * $Id$ */ /**************************************************************************** diff --git a/c/src/lib/libbsp/i386/shared/comm/i386_io.h b/c/src/lib/libbsp/i386/shared/comm/i386_io.h index 496afe9676..b396195bf5 100644 --- a/c/src/lib/libbsp/i386/shared/comm/i386_io.h +++ b/c/src/lib/libbsp/i386/shared/comm/i386_io.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (c) 2000 - Rosimildo da Silva. All Rights Reserved. * * MODULE DESCRIPTION: diff --git a/c/src/lib/libbsp/i386/shared/comm/tty_drv.c b/c/src/lib/libbsp/i386/shared/comm/tty_drv.c index 79bdd250c9..aafb02a58f 100644 --- a/c/src/lib/libbsp/i386/shared/comm/tty_drv.c +++ b/c/src/lib/libbsp/i386/shared/comm/tty_drv.c @@ -15,9 +15,6 @@ * ****************************************************************************/ -/* - * $Id$ - */ #include #include diff --git a/c/src/lib/libbsp/i386/shared/comm/tty_drv.h b/c/src/lib/libbsp/i386/shared/comm/tty_drv.h index e48e74cd81..e52cd51f54 100644 --- a/c/src/lib/libbsp/i386/shared/comm/tty_drv.h +++ b/c/src/lib/libbsp/i386/shared/comm/tty_drv.h @@ -12,9 +12,6 @@ * ****************************************************************************/ -/* - * $Id$ - */ /* functions */ #ifdef __cplusplus diff --git a/c/src/lib/libbsp/i386/shared/comm/uart.c b/c/src/lib/libbsp/i386/shared/comm/uart.c index e126540888..3c4d42a604 100644 --- a/c/src/lib/libbsp/i386/shared/comm/uart.c +++ b/c/src/lib/libbsp/i386/shared/comm/uart.c @@ -3,8 +3,6 @@ * It is provided in to the public domain "as is", can be freely modified * as far as this copyight notice is kept unchanged, but does not imply * an endorsement by T.sqware of the product in which it is included. - * - * $Id$ */ #include diff --git a/c/src/lib/libbsp/i386/shared/irq/idt.c b/c/src/lib/libbsp/i386/shared/irq/idt.c index fa970c138e..5bcb333487 100644 --- a/c/src/lib/libbsp/i386/shared/irq/idt.c +++ b/c/src/lib/libbsp/i386/shared/irq/idt.c @@ -14,8 +14,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 diff --git a/c/src/lib/libbsp/i386/shared/irq/irq.c b/c/src/lib/libbsp/i386/shared/irq/irq.c index 36580ccbc3..ac8ee9ae7c 100644 --- a/c/src/lib/libbsp/i386/shared/irq/irq.c +++ b/c/src/lib/libbsp/i386/shared/irq/irq.c @@ -8,8 +8,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$ */ /* so we can see _API_extensions_Run_postswitch */ diff --git a/c/src/lib/libbsp/i386/shared/irq/irq.h b/c/src/lib/libbsp/i386/shared/irq/irq.h index 37d4a212fb..643962786b 100644 --- a/c/src/lib/libbsp/i386/shared/irq/irq.h +++ b/c/src/lib/libbsp/i386/shared/irq/irq.h @@ -14,8 +14,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$ */ #ifndef _IRQ_H_ diff --git a/c/src/lib/libbsp/i386/shared/irq/irq_asm.S b/c/src/lib/libbsp/i386/shared/irq/irq_asm.S index a0a00e944c..d07ae2cb6b 100644 --- a/c/src/lib/libbsp/i386/shared/irq/irq_asm.S +++ b/c/src/lib/libbsp/i386/shared/irq/irq_asm.S @@ -10,8 +10,6 @@ * The license and distribution terms for this file may be * found in found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. - * - * $Id$ */ #include diff --git a/c/src/lib/libbsp/i386/shared/irq/irq_asm.h b/c/src/lib/libbsp/i386/shared/irq/irq_asm.h index cdacc14632..a2d9d16380 100644 --- a/c/src/lib/libbsp/i386/shared/irq/irq_asm.h +++ b/c/src/lib/libbsp/i386/shared/irq/irq_asm.h @@ -9,8 +9,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$ */ #ifndef __IRQ_ASM_H__ #define __IRQ_ASM_H__ diff --git a/c/src/lib/libbsp/i386/shared/irq/irq_init.c b/c/src/lib/libbsp/i386/shared/irq/irq_init.c index b2b9b92a78..ff06ce49d3 100644 --- a/c/src/lib/libbsp/i386/shared/irq/irq_init.c +++ b/c/src/lib/libbsp/i386/shared/irq/irq_init.c @@ -12,8 +12,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 diff --git a/c/src/lib/libbsp/i386/shared/pci/pcibios.c b/c/src/lib/libbsp/i386/shared/pci/pcibios.c index 626eb801f7..44b6633a9c 100644 --- a/c/src/lib/libbsp/i386/shared/pci/pcibios.c +++ b/c/src/lib/libbsp/i386/shared/pci/pcibios.c @@ -3,8 +3,6 @@ * It is provided in to the public domain "as is", can be freely modified * as far as this copyight notice is kept unchanged, but does not imply * an endorsement by T.sqware of the product in which it is included. - * - * $Id$ */ #include diff --git a/c/src/lib/libbsp/i386/shared/smp/README b/c/src/lib/libbsp/i386/shared/smp/README index c0b63a32b5..df2e729456 100644 --- a/c/src/lib/libbsp/i386/shared/smp/README +++ b/c/src/lib/libbsp/i386/shared/smp/README @@ -1,7 +1,3 @@ -# -# $Id$ -# - The following files were developed by Erich Boleyn . The original files were copied from http://www.uruk.org/mps/ and committed into cvs as is. These files will be modified for RTEMS smp support, diff --git a/c/src/lib/libbsp/i386/shared/smp/getcpuid.c b/c/src/lib/libbsp/i386/shared/smp/getcpuid.c index 59af658127..dc82d3f883 100644 --- a/c/src/lib/libbsp/i386/shared/smp/getcpuid.c +++ b/c/src/lib/libbsp/i386/shared/smp/getcpuid.c @@ -5,8 +5,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 diff --git a/c/src/lib/libbsp/i386/shared/smp/smp-imps.h b/c/src/lib/libbsp/i386/shared/smp/smp-imps.h index 394f147438..7870420caa 100644 --- a/c/src/lib/libbsp/i386/shared/smp/smp-imps.h +++ b/c/src/lib/libbsp/i386/shared/smp/smp-imps.h @@ -49,8 +49,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$ */ #ifndef _SMP_IMPS_H -- cgit v1.2.3