summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/ide
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libchip/ide')
-rw-r--r--c/src/libchip/ide/ata.c2
-rw-r--r--c/src/libchip/ide/ata.h2
-rw-r--r--c/src/libchip/ide/ata_internal.h2
-rw-r--r--c/src/libchip/ide/ata_util.c2
-rw-r--r--c/src/libchip/ide/ide_controller.c2
-rw-r--r--c/src/libchip/ide/ide_ctrl.h2
-rw-r--r--c/src/libchip/ide/ide_ctrl_cfg.h2
-rw-r--r--c/src/libchip/ide/ide_ctrl_io.h2
8 files changed, 0 insertions, 16 deletions
diff --git a/c/src/libchip/ide/ata.c b/c/src/libchip/ide/ata.c
index b23163a6ed..245d6d6f15 100644
--- a/c/src/libchip/ide/ata.c
+++ b/c/src/libchip/ide/ata.c
@@ -12,8 +12,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#include <errno.h>
#include <rtems/chain.h>
diff --git a/c/src/libchip/ide/ata.h b/c/src/libchip/ide/ata.h
index 1c3036a7d5..8787e6a819 100644
--- a/c/src/libchip/ide/ata.h
+++ b/c/src/libchip/ide/ata.h
@@ -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$
*/
#ifndef __ATA_H__
#define __ATA_H__
diff --git a/c/src/libchip/ide/ata_internal.h b/c/src/libchip/ide/ata_internal.h
index 3958e9f6bf..3eea2d1dd4 100644
--- a/c/src/libchip/ide/ata_internal.h
+++ b/c/src/libchip/ide/ata_internal.h
@@ -11,8 +11,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#ifndef __ATA_INTERNAL_H__
#define __ATA_INTERNAL_H__
diff --git a/c/src/libchip/ide/ata_util.c b/c/src/libchip/ide/ata_util.c
index 2ce518d4b5..ce7893a54f 100644
--- a/c/src/libchip/ide/ata_util.c
+++ b/c/src/libchip/ide/ata_util.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 "ata_internal.h"
diff --git a/c/src/libchip/ide/ide_controller.c b/c/src/libchip/ide/ide_controller.c
index e9840023c5..f7e0c685bf 100644
--- a/c/src/libchip/ide/ide_controller.c
+++ b/c/src/libchip/ide/ide_controller.c
@@ -11,8 +11,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * $Id$
- *
*/
#define IDE_CONTROLLER_TRACE 0
diff --git a/c/src/libchip/ide/ide_ctrl.h b/c/src/libchip/ide/ide_ctrl.h
index fc010f8536..55be605626 100644
--- a/c/src/libchip/ide/ide_ctrl.h
+++ b/c/src/libchip/ide/ide_ctrl.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 __IDE_CTRL_H__
#define __IDE_CTRL_H__
diff --git a/c/src/libchip/ide/ide_ctrl_cfg.h b/c/src/libchip/ide/ide_ctrl_cfg.h
index d7865698f9..815dd8ae51 100644
--- a/c/src/libchip/ide/ide_ctrl_cfg.h
+++ b/c/src/libchip/ide/ide_ctrl_cfg.h
@@ -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$
*/
#ifndef __IDE_CTRL_CFG_H__
#define __IDE_CTRL_CFG_H__
diff --git a/c/src/libchip/ide/ide_ctrl_io.h b/c/src/libchip/ide/ide_ctrl_io.h
index fac071369c..bcd95d320d 100644
--- a/c/src/libchip/ide/ide_ctrl_io.h
+++ b/c/src/libchip/ide/ide_ctrl_io.h
@@ -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$
*/
#ifndef __IDE_CTRL_IO_H__
#define __IDE_CTRL_IO_H__