summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/libchip/serial/README4
-rw-r--r--c/src/libchip/serial/README.mc686814
-rw-r--r--c/src/libchip/serial/README.ns165504
-rw-r--r--c/src/libchip/serial/README.xr886814
-rw-r--r--c/src/libchip/serial/README.z85c304
-rw-r--r--c/src/libchip/serial/STATUS4
-rw-r--r--c/src/libchip/serial/mc68681.c2
-rw-r--r--c/src/libchip/serial/mc68681.h2
-rw-r--r--c/src/libchip/serial/mc68681_baud.c2
-rw-r--r--c/src/libchip/serial/mc68681_p.h2
-rw-r--r--c/src/libchip/serial/mc68681_reg.c2
-rw-r--r--c/src/libchip/serial/mc68681_reg2.c2
-rw-r--r--c/src/libchip/serial/mc68681_reg4.c2
-rw-r--r--c/src/libchip/serial/mc68681_reg8.c2
-rw-r--r--c/src/libchip/serial/ns16550.c2
-rw-r--r--c/src/libchip/serial/ns16550.h2
-rw-r--r--c/src/libchip/serial/ns16550_p.h2
-rw-r--r--c/src/libchip/serial/serial.h2
-rw-r--r--c/src/libchip/serial/serprobe.c4
-rw-r--r--c/src/libchip/serial/sersupp.h4
-rw-r--r--c/src/libchip/serial/z85c30.c2
-rw-r--r--c/src/libchip/serial/z85c30_p.h2
-rw-r--r--c/src/libchip/serial/z85c30_reg.c2
23 files changed, 0 insertions, 62 deletions
diff --git a/c/src/libchip/serial/README b/c/src/libchip/serial/README
index 3a1013b45b..59bb9e90fa 100644
--- a/c/src/libchip/serial/README
+++ b/c/src/libchip/serial/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This is the serial controller portion of the libchip library. This
directory contains the source code for reusable console driver
support code. Each individual driver is configured using the
diff --git a/c/src/libchip/serial/README.mc68681 b/c/src/libchip/serial/README.mc68681
index 240faf759b..e0966d0e10 100644
--- a/c/src/libchip/serial/README.mc68681
+++ b/c/src/libchip/serial/README.mc68681
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Configuration Table Use
=======================
diff --git a/c/src/libchip/serial/README.ns16550 b/c/src/libchip/serial/README.ns16550
index 9b49d6794b..f42a6a12a9 100644
--- a/c/src/libchip/serial/README.ns16550
+++ b/c/src/libchip/serial/README.ns16550
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Status
======
diff --git a/c/src/libchip/serial/README.xr88681 b/c/src/libchip/serial/README.xr88681
index 37364aaec6..89b661143f 100644
--- a/c/src/libchip/serial/README.xr88681
+++ b/c/src/libchip/serial/README.xr88681
@@ -1,6 +1,2 @@
-#
-# $Id$
-#
-
The Exar XR88681 is an enhanced version of the Motorola MC68681 and is
supported by the mc68681 driver.
diff --git a/c/src/libchip/serial/README.z85c30 b/c/src/libchip/serial/README.z85c30
index 4442b5ef40..f6e0b8cb11 100644
--- a/c/src/libchip/serial/README.z85c30
+++ b/c/src/libchip/serial/README.z85c30
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
Configuration Table Use
=======================
diff --git a/c/src/libchip/serial/STATUS b/c/src/libchip/serial/STATUS
index f9874d9a9e..243b1a9de5 100644
--- a/c/src/libchip/serial/STATUS
+++ b/c/src/libchip/serial/STATUS
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
General
=======
diff --git a/c/src/libchip/serial/mc68681.c b/c/src/libchip/serial/mc68681.c
index 47781c2157..58dfa0d413 100644
--- a/c/src/libchip/serial/mc68681.c
+++ b/c/src/libchip/serial/mc68681.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/serial/mc68681.h b/c/src/libchip/serial/mc68681.h
index a945777e0b..c8cfee4340 100644
--- a/c/src/libchip/serial/mc68681.h
+++ b/c/src/libchip/serial/mc68681.h
@@ -6,8 +6,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 _MC68681_H_
diff --git a/c/src/libchip/serial/mc68681_baud.c b/c/src/libchip/serial/mc68681_baud.c
index 621bf978c0..a27e6c95f6 100644
--- a/c/src/libchip/serial/mc68681_baud.c
+++ b/c/src/libchip/serial/mc68681_baud.c
@@ -1,7 +1,5 @@
/*
* MC68681 Default Baud Rate Table
- *
- * $Id$
*/
#include <rtems.h>
diff --git a/c/src/libchip/serial/mc68681_p.h b/c/src/libchip/serial/mc68681_p.h
index 209196c2fc..0ad67ef971 100644
--- a/c/src/libchip/serial/mc68681_p.h
+++ b/c/src/libchip/serial/mc68681_p.h
@@ -6,8 +6,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 _MC68681_P_H_
diff --git a/c/src/libchip/serial/mc68681_reg.c b/c/src/libchip/serial/mc68681_reg.c
index a503a1304b..cd11be289f 100644
--- a/c/src/libchip/serial/mc68681_reg.c
+++ b/c/src/libchip/serial/mc68681_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/serial/mc68681_reg2.c b/c/src/libchip/serial/mc68681_reg2.c
index fa7944b373..72d789e5d8 100644
--- a/c/src/libchip/serial/mc68681_reg2.c
+++ b/c/src/libchip/serial/mc68681_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 _MC68681_MULTIPLIER 2
diff --git a/c/src/libchip/serial/mc68681_reg4.c b/c/src/libchip/serial/mc68681_reg4.c
index 134473300d..4111e3f082 100644
--- a/c/src/libchip/serial/mc68681_reg4.c
+++ b/c/src/libchip/serial/mc68681_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 _MC68681_MULTIPLIER 4
diff --git a/c/src/libchip/serial/mc68681_reg8.c b/c/src/libchip/serial/mc68681_reg8.c
index 69574c759f..f8228b3302 100644
--- a/c/src/libchip/serial/mc68681_reg8.c
+++ b/c/src/libchip/serial/mc68681_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 _MC68681_MULTIPLIER 8
diff --git a/c/src/libchip/serial/ns16550.c b/c/src/libchip/serial/ns16550.c
index 6bd2ccffb1..a8fdf983c7 100644
--- a/c/src/libchip/serial/ns16550.c
+++ b/c/src/libchip/serial/ns16550.c
@@ -28,8 +28,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/libchip/serial/ns16550.h b/c/src/libchip/serial/ns16550.h
index c61c59dac3..7a987a05a9 100644
--- a/c/src/libchip/serial/ns16550.h
+++ b/c/src/libchip/serial/ns16550.h
@@ -22,8 +22,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 _NS16550_H_
diff --git a/c/src/libchip/serial/ns16550_p.h b/c/src/libchip/serial/ns16550_p.h
index 920023ca64..be99cf1475 100644
--- a/c/src/libchip/serial/ns16550_p.h
+++ b/c/src/libchip/serial/ns16550_p.h
@@ -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$
*/
#ifndef _NS16550_P_H_
diff --git a/c/src/libchip/serial/serial.h b/c/src/libchip/serial/serial.h
index 5648af7fb0..7fe1da4f3e 100644
--- a/c/src/libchip/serial/serial.h
+++ b/c/src/libchip/serial/serial.h
@@ -16,8 +16,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_SERIAL_h
diff --git a/c/src/libchip/serial/serprobe.c b/c/src/libchip/serial/serprobe.c
index 5ce4d7ca40..7f8d392452 100644
--- a/c/src/libchip/serial/serprobe.c
+++ b/c/src/libchip/serial/serprobe.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#include <rtems.h>
#include <libchip/serial.h>
#include <libchip/sersupp.h>
diff --git a/c/src/libchip/serial/sersupp.h b/c/src/libchip/serial/sersupp.h
index ee078eabe2..6d24d25b61 100644
--- a/c/src/libchip/serial/sersupp.h
+++ b/c/src/libchip/serial/sersupp.h
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#ifndef __LIBCHIP_SERIAL_SUPPORT_h
#define __LIBCHIP_SERIAL_SUPPORT_h
diff --git a/c/src/libchip/serial/z85c30.c b/c/src/libchip/serial/z85c30.c
index f5ebde84f6..59aa45b224 100644
--- a/c/src/libchip/serial/z85c30.c
+++ b/c/src/libchip/serial/z85c30.c
@@ -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$
*/
#include <rtems.h>
diff --git a/c/src/libchip/serial/z85c30_p.h b/c/src/libchip/serial/z85c30_p.h
index e649f0cf5a..a2b6db7ea4 100644
--- a/c/src/libchip/serial/z85c30_p.h
+++ b/c/src/libchip/serial/z85c30_p.h
@@ -21,8 +21,6 @@
* The license and distribution terms for this file may in
* the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef __Z85C30_P_H
diff --git a/c/src/libchip/serial/z85c30_reg.c b/c/src/libchip/serial/z85c30_reg.c
index a4aa14ea04..055660eff3 100644
--- a/c/src/libchip/serial/z85c30_reg.c
+++ b/c/src/libchip/serial/z85c30_reg.c
@@ -10,8 +10,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>