forked from Imagelibrary/rtems
Added or corrected CVS Id strings.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# $Id:
|
# $Id$
|
||||||
#
|
#
|
||||||
|
|
||||||
@SET_MAKE@
|
@SET_MAKE@
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
*
|
*
|
||||||
* Note: All of this code assumes a 10Mhz clock input to the 82527
|
* Note: All of this code assumes a 10Mhz clock input to the 82527
|
||||||
*
|
*
|
||||||
* $Id:
|
* $Id$
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# $Id:
|
# $Id$
|
||||||
#
|
#
|
||||||
|
|
||||||
@SET_MAKE@
|
@SET_MAKE@
|
||||||
|
|||||||
@@ -24,7 +24,9 @@
|
|||||||
* Author: Jay Monkman (jmonkman@frasca.com)
|
* Author: Jay Monkman (jmonkman@frasca.com)
|
||||||
* Copyright (C) 1998 by Frasca International, Inc.
|
* Copyright (C) 1998 by Frasca International, Inc.
|
||||||
*
|
*
|
||||||
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
#include <mpc860.h>
|
#include <mpc860.h>
|
||||||
#include <mpc860/console.h>
|
#include <mpc860/console.h>
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
*
|
*
|
||||||
* Written by Jay Monkman 7/21/98
|
* Written by Jay Monkman 7/21/98
|
||||||
* Copyright Frasca International, Inc 1998
|
* Copyright Frasca International, Inc 1998
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __info_h__
|
#ifndef __info_h__
|
||||||
|
|||||||
@@ -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)
|
* Modified for MPC860 by Jay Monkman (jmonkman@frasca.com)
|
||||||
*
|
*
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* RTEMS event used by interrupt handler to signal daemons.
|
* 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
|
#define INTERRUPT_EVENT RTEMS_EVENT_1
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
* mmu.c - this file contains functions for initializing the MMU
|
* mmu.c - this file contains functions for initializing the MMU
|
||||||
*
|
*
|
||||||
* Written by Jay Monkman (jmonkman@frasca.com)
|
* Written by Jay Monkman (jmonkman@frasca.com)
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user