summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/pc386/3c509/3c509.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/3c509/3c509.h2
-rw-r--r--c/src/lib/libbsp/i386/pc386/README4
-rw-r--r--c/src/lib/libbsp/i386/pc386/README.dec211404
-rw-r--r--c/src/lib/libbsp/i386/pc386/STATUS4
-rw-r--r--c/src/lib/libbsp/i386/pc386/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/clock/todcfg.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/conscfg.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/console_control.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/fb_vga.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/kbd_parser.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/kd.h2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/keyboard.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/keyboard.h2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/ps2_drv.h2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/ps2_mouse.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/serial_mouse_config.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/vgacons.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/vgacons.h2
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/videoAsm.S2
-rw-r--r--c/src/lib/libbsp/i386/pc386/include/crt.h2
-rw-r--r--c/src/lib/libbsp/i386/pc386/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/i386/pc386/include/wd80x3.h2
-rw-r--r--c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg2
-rw-r--r--c/src/lib/libbsp/i386/pc386/make/custom/pc386dx.cfg2
-rw-r--r--c/src/lib/libbsp/i386/pc386/make/custom/pc486.cfg2
-rw-r--r--c/src/lib/libbsp/i386/pc386/make/custom/pc586-sse.cfg2
-rw-r--r--c/src/lib/libbsp/i386/pc386/make/custom/pc586.cfg2
-rw-r--r--c/src/lib/libbsp/i386/pc386/make/custom/pc686.cfg2
-rw-r--r--c/src/lib/libbsp/i386/pc386/make/custom/pcp4.cfg2
-rw-r--r--c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/start/start16.S2
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/bspgetworkarea.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/bspreset.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/i386/pc386/timer/timer.c2
-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.doc4
-rw-r--r--c/src/lib/libbsp/i386/pc386/tools/bin2boot.c1
-rw-r--r--c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c2
41 files changed, 0 insertions, 89 deletions
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,8 +1,4 @@
#
-# $Id$
-#
-
-#
# This board support package works with a target PC
#
# Decisions to be made a link-edit time are:
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 <bsp.h>
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 <bsp.h>
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 <unistd.h> /* 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 <bsp.h>
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 <stdlib.h>
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 <rtems.h>
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
@@ -2,8 +2,6 @@
#define __paux_drv__
/***************************************************************************
*
- * $Id$
- *
* Copyright (c) 1999 ConnectTel, Inc. All Rights Reserved.
*
* MODULE DESCRIPTION: Prototype routines for the paux driver.
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 <cananian@alumni.princeton.edu> 1999-01-29.
*
* RTEMS port: by Rosimildo da Silva.
- *
- * $Id$
*/
#include <stdlib.h>
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 <stdio.h>
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 <rtems.h>
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 <rtems.h>
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 <stdlib.h>
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 <bsp.h>