2011-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>

* network/porting/README, network/porting/if_xxx_rtems.c,
	startup/bspstart.c: Remove CVS artefacts.
This commit is contained in:
Ralf Corsepius
2011-01-26 12:27:46 +00:00
parent 0d4b71ff64
commit f17a8e01fd
4 changed files with 6 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
2011-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* network/porting/README, network/porting/if_xxx_rtems.c,
startup/bspstart.c: Remove CVS artefacts.
2010-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove -Wno-unused-variable.

View File

@@ -7,8 +7,6 @@ This is not an elegant piece of software -- be warned.
* License: see LICENSE file.
*/
Release info: $Name$
Usage:
A obtain the freebsd driver source. It usually is made

View File

@@ -9,8 +9,6 @@
* License: see LICENSE file.
*/
/* $Name$ */
#include <rtems/irq.h>
#include <stdio.h>

View File

@@ -225,7 +225,7 @@ void bsp_start( void )
/* Make sure we detect a known host bridge */
BSP_getDiscoveryVersion(/* assert detection */ 1);
printk("Welcome to %s ($Name$)\n", _RTEMS_version );
printk("Welcome to RTEMS %s\n", _RTEMS_version );
/* Leave all caches as MotLoad left them. Seems to be fine */