Added or corrected CVS Id strings.

This commit is contained in:
Joel Sherrill
1999-02-18 15:09:59 +00:00
parent 4ef40152f3
commit 9e5c3916a3
7 changed files with 11 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#
# $Id:
# $Id$
#
@SET_MAKE@

View File

@@ -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>

View File

@@ -1,5 +1,5 @@
#
# $Id:
# $Id$
#
@SET_MAKE@

View File

@@ -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>

View File

@@ -3,6 +3,8 @@
*
* Written by Jay Monkman 7/21/98
* Copyright Frasca International, Inc 1998
*
* $Id$
*/
#ifndef __info_h__

View File

@@ -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

View File

@@ -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>