summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/rtc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/libchip/rtc/README.ds16434
-rw-r--r--c/src/libchip/rtc/README.icm71704
-rw-r--r--c/src/libchip/rtc/README.m48t084
-rw-r--r--c/src/libchip/rtc/README.m48t184
-rw-r--r--c/src/libchip/rtc/README.mc146818a4
-rw-r--r--c/src/libchip/rtc/STATUS4
-rw-r--r--c/src/libchip/rtc/ds1375-rtc.h1
-rw-r--r--c/src/libchip/rtc/ds1375.c2
-rw-r--r--c/src/libchip/rtc/icm7170.c2
-rw-r--r--c/src/libchip/rtc/icm7170.h2
-rw-r--r--c/src/libchip/rtc/icm7170_reg.c2
-rw-r--r--c/src/libchip/rtc/icm7170_reg2.c2
-rw-r--r--c/src/libchip/rtc/icm7170_reg4.c2
-rw-r--r--c/src/libchip/rtc/icm7170_reg8.c2
-rw-r--r--c/src/libchip/rtc/m48t08.c2
-rw-r--r--c/src/libchip/rtc/m48t08.h2
-rw-r--r--c/src/libchip/rtc/m48t08_reg.c2
-rw-r--r--c/src/libchip/rtc/m48t08_reg2.c2
-rw-r--r--c/src/libchip/rtc/m48t08_reg4.c2
-rw-r--r--c/src/libchip/rtc/m48t08_reg8.c2
-rw-r--r--c/src/libchip/rtc/mc146818a.c2
-rw-r--r--c/src/libchip/rtc/mc146818a.h2
-rw-r--r--c/src/libchip/rtc/mc146818a_ioreg.c2
-rw-r--r--c/src/libchip/rtc/rtc.h3
-rw-r--r--c/src/libchip/rtc/rtcprobe.c2
25 files changed, 0 insertions, 62 deletions
diff --git a/c/src/libchip/rtc/README.ds1643 b/c/src/libchip/rtc/README.ds1643
index 4fab5b62c6..a3a38605c8 100644
--- a/c/src/libchip/rtc/README.ds1643
+++ b/c/src/libchip/rtc/README.ds1643
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
The Mostek M48T08 is compatible with the Dallas Semiconductor DS1643. Please
use that driver.
diff --git a/c/src/libchip/rtc/README.icm7170 b/c/src/libchip/rtc/README.icm7170
index de2199339d..d4ecff570f 100644
--- a/c/src/libchip/rtc/README.icm7170
+++ b/c/src/libchip/rtc/README.icm7170
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Configuration Table Use
=======================
diff --git a/c/src/libchip/rtc/README.m48t08 b/c/src/libchip/rtc/README.m48t08
index d792d7957e..25c032e85e 100644
--- a/c/src/libchip/rtc/README.m48t08
+++ b/c/src/libchip/rtc/README.m48t08
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Configuration Table Use
=======================
diff --git a/c/src/libchip/rtc/README.m48t18 b/c/src/libchip/rtc/README.m48t18
index 85fe918f23..0925c62115 100644
--- a/c/src/libchip/rtc/README.m48t18
+++ b/c/src/libchip/rtc/README.m48t18
@@ -1,5 +1 @@
-#
-# $Id$
-#
-
This is supported by the m48t08 driver.
diff --git a/c/src/libchip/rtc/README.mc146818a b/c/src/libchip/rtc/README.mc146818a
index 674e7f6212..e9a9c86447 100644
--- a/c/src/libchip/rtc/README.mc146818a
+++ b/c/src/libchip/rtc/README.mc146818a
@@ -1,5 +1 @@
-#
-# $Id$
-#
-
This is supported by the mc146818a driver.
diff --git a/c/src/libchip/rtc/STATUS b/c/src/libchip/rtc/STATUS
index e95a924ae9..a6d5c41cd5 100644
--- a/c/src/libchip/rtc/STATUS
+++ b/c/src/libchip/rtc/STATUS
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
General
=======
diff --git a/c/src/libchip/rtc/ds1375-rtc.h b/c/src/libchip/rtc/ds1375-rtc.h
index 06c1892303..a5be96293f 100644
--- a/c/src/libchip/rtc/ds1375-rtc.h
+++ b/c/src/libchip/rtc/ds1375-rtc.h
@@ -1,6 +1,5 @@
#ifndef DS1375_I2C_RTC_H
#define DS1375_I2C_RTC_H
-/* $Id$ */
/* Driver for the Maxim 1375 i2c RTC (TOD only; very simple...) */
diff --git a/c/src/libchip/rtc/ds1375.c b/c/src/libchip/rtc/ds1375.c
index b4234c49b9..d3a669f9d9 100644
--- a/c/src/libchip/rtc/ds1375.c
+++ b/c/src/libchip/rtc/ds1375.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Driver for the Maxim 1375 i2c RTC (TOD only; very simple...) */
/*
diff --git a/c/src/libchip/rtc/icm7170.c b/c/src/libchip/rtc/icm7170.c
index 4b4ebbed92..93ea7cb257 100644
--- a/c/src/libchip/rtc/icm7170.c
+++ b/c/src/libchip/rtc/icm7170.c
@@ -19,8 +19,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/libchip/rtc/icm7170.h b/c/src/libchip/rtc/icm7170.h
index 743cb89b04..cb150aaf9f 100644
--- a/c/src/libchip/rtc/icm7170.h
+++ b/c/src/libchip/rtc/icm7170.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 __LIBCHIP_ICM7170_h
diff --git a/c/src/libchip/rtc/icm7170_reg.c b/c/src/libchip/rtc/icm7170_reg.c
index 7172354e9a..378dd7a261 100644
--- a/c/src/libchip/rtc/icm7170_reg.c
+++ b/c/src/libchip/rtc/icm7170_reg.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 <rtems.h>
diff --git a/c/src/libchip/rtc/icm7170_reg2.c b/c/src/libchip/rtc/icm7170_reg2.c
index 7131423605..ac8a9103e2 100644
--- a/c/src/libchip/rtc/icm7170_reg2.c
+++ b/c/src/libchip/rtc/icm7170_reg2.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$
*/
#define _ICM7170_MULTIPLIER 2
diff --git a/c/src/libchip/rtc/icm7170_reg4.c b/c/src/libchip/rtc/icm7170_reg4.c
index 784c176509..cd1c837589 100644
--- a/c/src/libchip/rtc/icm7170_reg4.c
+++ b/c/src/libchip/rtc/icm7170_reg4.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$
*/
#define _ICM7170_MULTIPLIER 4
diff --git a/c/src/libchip/rtc/icm7170_reg8.c b/c/src/libchip/rtc/icm7170_reg8.c
index 92c3960fb0..a23983e851 100644
--- a/c/src/libchip/rtc/icm7170_reg8.c
+++ b/c/src/libchip/rtc/icm7170_reg8.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$
*/
#define _ICM7170_MULTIPLIER 8
diff --git a/c/src/libchip/rtc/m48t08.c b/c/src/libchip/rtc/m48t08.c
index 128f8c775a..bb97fe648e 100644
--- a/c/src/libchip/rtc/m48t08.c
+++ b/c/src/libchip/rtc/m48t08.c
@@ -19,8 +19,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/libchip/rtc/m48t08.h b/c/src/libchip/rtc/m48t08.h
index 026a38dea2..8616280038 100644
--- a/c/src/libchip/rtc/m48t08.h
+++ b/c/src/libchip/rtc/m48t08.h
@@ -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$
*/
#ifndef __LIBCHIP_M48T08_h
diff --git a/c/src/libchip/rtc/m48t08_reg.c b/c/src/libchip/rtc/m48t08_reg.c
index d27877132b..42d45d717c 100644
--- a/c/src/libchip/rtc/m48t08_reg.c
+++ b/c/src/libchip/rtc/m48t08_reg.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 <rtems.h>
diff --git a/c/src/libchip/rtc/m48t08_reg2.c b/c/src/libchip/rtc/m48t08_reg2.c
index f8c2cad2f3..f9b3757e09 100644
--- a/c/src/libchip/rtc/m48t08_reg2.c
+++ b/c/src/libchip/rtc/m48t08_reg2.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$
*/
#define _M48T08_MULTIPLIER 2
diff --git a/c/src/libchip/rtc/m48t08_reg4.c b/c/src/libchip/rtc/m48t08_reg4.c
index 57c45c2238..e4295dbb4a 100644
--- a/c/src/libchip/rtc/m48t08_reg4.c
+++ b/c/src/libchip/rtc/m48t08_reg4.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$
*/
#define _M48T08_MULTIPLIER 4
diff --git a/c/src/libchip/rtc/m48t08_reg8.c b/c/src/libchip/rtc/m48t08_reg8.c
index 44ac347b1a..5e26084ce2 100644
--- a/c/src/libchip/rtc/m48t08_reg8.c
+++ b/c/src/libchip/rtc/m48t08_reg8.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$
*/
#define _M48T08_MULTIPLIER 8
diff --git a/c/src/libchip/rtc/mc146818a.c b/c/src/libchip/rtc/mc146818a.c
index a96e29a86a..4b8bf6abb2 100644
--- a/c/src/libchip/rtc/mc146818a.c
+++ b/c/src/libchip/rtc/mc146818a.c
@@ -19,8 +19,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>
#include <libchip/rtc.h>
diff --git a/c/src/libchip/rtc/mc146818a.h b/c/src/libchip/rtc/mc146818a.h
index 6af8fc2d04..28964510e5 100644
--- a/c/src/libchip/rtc/mc146818a.h
+++ b/c/src/libchip/rtc/mc146818a.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 __LIBCHIP_MC146818A_h
diff --git a/c/src/libchip/rtc/mc146818a_ioreg.c b/c/src/libchip/rtc/mc146818a_ioreg.c
index 4258749d7e..942c0949e3 100644
--- a/c/src/libchip/rtc/mc146818a_ioreg.c
+++ b/c/src/libchip/rtc/mc146818a_ioreg.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 <rtems.h>
diff --git a/c/src/libchip/rtc/rtc.h b/c/src/libchip/rtc/rtc.h
index a8547d9775..d29e76b70d 100644
--- a/c/src/libchip/rtc/rtc.h
+++ b/c/src/libchip/rtc/rtc.h
@@ -7,9 +7,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 __LIBCHIP_RTC_h
diff --git a/c/src/libchip/rtc/rtcprobe.c b/c/src/libchip/rtc/rtcprobe.c
index bb51fc15ef..e402a75d16 100644
--- a/c/src/libchip/rtc/rtcprobe.c
+++ b/c/src/libchip/rtc/rtcprobe.c
@@ -7,8 +7,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>