summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen5200
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen5200')
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/README2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/i2c/i2c.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/i2c/i2cdrv.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/include/i2c.h2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/include/i2cdrv.h2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/include/tm27.h2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.c2
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c2
9 files changed, 1 insertions, 17 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/README b/c/src/lib/libbsp/powerpc/gen5200/README
index f2faf4706d..2c3b08212b 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/README
+++ b/c/src/lib/libbsp/powerpc/gen5200/README
@@ -1,5 +1,5 @@
#
-# README,v 1.1 2001/10/22 14:45:58 joel Exp
+# README
#
BSP NAME: gen5200
diff --git a/c/src/lib/libbsp/powerpc/gen5200/i2c/i2c.c b/c/src/lib/libbsp/powerpc/gen5200/i2c/i2c.c
index 0723511746..6539be597e 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/i2c/i2c.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/i2c/i2c.c
@@ -7,8 +7,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) i2c.c,v 1.5 2004/04/21 16:01:34 ralf Exp
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/gen5200/i2c/i2cdrv.c b/c/src/lib/libbsp/powerpc/gen5200/i2c/i2cdrv.c
index bbc29597df..cc60be6901 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/i2c/i2cdrv.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/i2c/i2cdrv.c
@@ -33,8 +33,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) i2cdrv.c,v 1.6 2004/04/21 16:01:34 ralf Exp
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.c b/c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.c
index 0c7dbc5330..45a1cd52c9 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/i2c/mpc5200mbus.c
@@ -29,8 +29,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) mcfmbus.c,v 1.4 2004/03/31 01:59:32 ralf Exp
*/
#include "mpc5200mbus.h"
#include "../include/mpc5200.h"
diff --git a/c/src/lib/libbsp/powerpc/gen5200/include/i2c.h b/c/src/lib/libbsp/powerpc/gen5200/include/i2c.h
index 8c014c02b6..f98b7d0c15 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/include/i2c.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/include/i2c.h
@@ -8,8 +8,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) i2c.h,v 1.4 2004/04/21 10:42:52 ralf Exp
*/
#ifndef __RTEMS__I2C_H__
diff --git a/c/src/lib/libbsp/powerpc/gen5200/include/i2cdrv.h b/c/src/lib/libbsp/powerpc/gen5200/include/i2cdrv.h
index c3213e7aaa..dc5053006f 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/include/i2cdrv.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/include/i2cdrv.h
@@ -8,8 +8,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) i2cdrv.h,v 1.3 2004/04/21 10:42:52 ralf Exp
*/
#ifndef __I2CDRV_H__
diff --git a/c/src/lib/libbsp/powerpc/gen5200/include/tm27.h b/c/src/lib/libbsp/powerpc/gen5200/include/tm27.h
index 8f3b425634..0eb36ead26 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/include/tm27.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/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.
- *
- * tm27.h,v 1.2 2004/04/23 04:47:38 ralf Exp
*/
#ifndef _RTEMS_TMTEST27
diff --git a/c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.c b/c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.c
index 4fc35f7a25..3ef9389e9f 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/tod/pcf8563.c
@@ -38,8 +38,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) ds1307.c,v 1.5 2004/04/21 10:42:52 ralf Exp
*/
#include <rtems.h>
diff --git a/c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c b/c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c
index 5baac6ca67..6726706094 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/tod/todcfg.c
@@ -30,8 +30,6 @@
* found in the file LICENSE in this distribution or at
*
* http://www.rtems.com/license/LICENSE.
- *
- * @(#) todcfg.c,v 1.4 2005/01/22 04:12:39 ralf Exp
*/
#include <bsp.h>