fixed Id strings

This commit is contained in:
Joel Sherrill
1995-09-26 13:25:58 +00:00
parent 5e5731da12
commit 879a0474ea
6 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
#
# $Id$
#
Various non BSP dependant support routines. Various non BSP dependant support routines.
clock - Uses the 403 PIT (Programmable interval timer) to clock - Uses the 403 PIT (Programmable interval timer) to

View File

@@ -28,7 +28,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This * to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives. * notice must appear in all copies of this file and its derivatives.
* *
* clock.c,v 1.2 1995/05/31 16:59:06 joel Exp * $Id$
*/ */
#include <bsp.h> #include <bsp.h>

View File

@@ -26,7 +26,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This * to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives. * notice must appear in all copies of this file and its derivatives.
* *
* console.c,v 1.2 1995/05/31 16:56:07 joel Exp * $Id$
*/ */
#define NO_BSP_INIT #define NO_BSP_INIT

View File

@@ -31,7 +31,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This * to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives. * notice must appear in all copies of this file and its derivatives.
* *
* timer.c,v 1.2 1995/05/31 16:59:23 joel Exp * $Id$
*/ */
#include <bsp.h> #include <bsp.h>

View File

@@ -1,3 +1,7 @@
#
# $Id$
#
The location of the vectors file object is critical. The location of the vectors file object is critical.
From the comments at the head of vectors.s: From the comments at the head of vectors.s:

View File

@@ -18,6 +18,7 @@
* i-cubed limited makes no representations about the suitability * i-cubed limited makes no representations about the suitability
* of this software for any purpose. * of this software for any purpose.
* *
* $Id$
*/ */
/* /*