summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-18 15:09:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-18 15:09:59 +0000
commit9e5c3916a3fa421431e0261155b5a76d63d9f250 (patch)
tree26f77071c7d2d5df576597ecd88625f69a484956 /c/src/lib/libbsp
parentMPC860 support submitted by Jay Monkman <jmonkman@frasca.com>. (diff)
downloadrtems-9e5c3916a3fa421431e0261155b5a76d63d9f250.tar.bz2
Added or corrected CVS Id strings.
Diffstat (limited to 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/canbus/Makefile.in2
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/canbus/canbus.c2
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/console/Makefile.in2
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/console/console.c2
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/include/info.h2
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/network/network.c4
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/startup/mmu.c2
7 files changed, 11 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/powerpc/eth_comm/canbus/Makefile.in b/c/src/lib/libbsp/powerpc/eth_comm/canbus/Makefile.in
index 3c867b87b6..c42f87d0f2 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/canbus/Makefile.in
+++ b/c/src/lib/libbsp/powerpc/eth_comm/canbus/Makefile.in
@@ -1,5 +1,5 @@
#
-# $Id:
+# $Id$
#
@SET_MAKE@
diff --git a/c/src/lib/libbsp/powerpc/eth_comm/canbus/canbus.c b/c/src/lib/libbsp/powerpc/eth_comm/canbus/canbus.c
index 70ad23a609..b5ba2b6495 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/canbus/canbus.c
+++ b/c/src/lib/libbsp/powerpc/eth_comm/canbus/canbus.c
@@ -12,7 +12,7 @@
*
* Note: All of this code assumes a 10Mhz clock input to the 82527
*
- * $Id:
+ * $Id$
*/
#include <stdio.h>
#include <bsp.h>
diff --git a/c/src/lib/libbsp/powerpc/eth_comm/console/Makefile.in b/c/src/lib/libbsp/powerpc/eth_comm/console/Makefile.in
index d3ddaf5053..fd05ddfedd 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/console/Makefile.in
+++ b/c/src/lib/libbsp/powerpc/eth_comm/console/Makefile.in
@@ -1,5 +1,5 @@
#
-# $Id:
+# $Id$
#
@SET_MAKE@
diff --git a/c/src/lib/libbsp/powerpc/eth_comm/console/console.c b/c/src/lib/libbsp/powerpc/eth_comm/console/console.c
index b857c0e280..cf7571815f 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/console/console.c
+++ b/c/src/lib/libbsp/powerpc/eth_comm/console/console.c
@@ -24,7 +24,9 @@
* Author: Jay Monkman (jmonkman@frasca.com)
* Copyright (C) 1998 by Frasca International, Inc.
*
+ * $Id$
*/
+
#include <rtems/libio.h>
#include <mpc860.h>
#include <mpc860/console.h>
diff --git a/c/src/lib/libbsp/powerpc/eth_comm/include/info.h b/c/src/lib/libbsp/powerpc/eth_comm/include/info.h
index 881f962995..dfd4579df8 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/include/info.h
+++ b/c/src/lib/libbsp/powerpc/eth_comm/include/info.h
@@ -3,6 +3,8 @@
*
* Written by Jay Monkman 7/21/98
* Copyright Frasca International, Inc 1998
+ *
+ * $Id$
*/
#ifndef __info_h__
diff --git a/c/src/lib/libbsp/powerpc/eth_comm/network/network.c b/c/src/lib/libbsp/powerpc/eth_comm/network/network.c
index f9211c45b0..e9cc9d9978 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/network/network.c
+++ b/c/src/lib/libbsp/powerpc/eth_comm/network/network.c
@@ -1,5 +1,5 @@
/*
- * RTEMS/KA9Q driver for MPC860 SCC1 Ethernet
+ * RTEMS/TCPIP driver for MPC860 SCC1 Ethernet
*
* Modified for MPC860 by Jay Monkman (jmonkman@frasca.com)
*
@@ -48,7 +48,7 @@
/*
* RTEMS event used by interrupt handler to signal daemons.
- * This must *not* be the same event used by the KA9Q task synchronization.
+ * This must *not* be the same event used by the TCP/IP task synchronization.
*/
#define INTERRUPT_EVENT RTEMS_EVENT_1
diff --git a/c/src/lib/libbsp/powerpc/eth_comm/startup/mmu.c b/c/src/lib/libbsp/powerpc/eth_comm/startup/mmu.c
index 1a3f11e20a..04f29a9397 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/startup/mmu.c
+++ b/c/src/lib/libbsp/powerpc/eth_comm/startup/mmu.c
@@ -2,6 +2,8 @@
* mmu.c - this file contains functions for initializing the MMU
*
* Written by Jay Monkman (jmonkman@frasca.com)
+ *
+ * $Id$
*/
#include <bsp.h>