From 9e5c3916a3fa421431e0261155b5a76d63d9f250 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Feb 1999 15:09:59 +0000 Subject: Added or corrected CVS Id strings. --- c/src/lib/libbsp/powerpc/eth_comm/canbus/Makefile.in | 2 +- c/src/lib/libbsp/powerpc/eth_comm/canbus/canbus.c | 2 +- c/src/lib/libbsp/powerpc/eth_comm/console/Makefile.in | 2 +- c/src/lib/libbsp/powerpc/eth_comm/console/console.c | 2 ++ c/src/lib/libbsp/powerpc/eth_comm/include/info.h | 2 ++ c/src/lib/libbsp/powerpc/eth_comm/network/network.c | 4 ++-- c/src/lib/libbsp/powerpc/eth_comm/startup/mmu.c | 2 ++ 7 files changed, 11 insertions(+), 5 deletions(-) (limited to 'c/src/lib/libbsp') 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 #include 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 #include #include 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 -- cgit v1.2.3