forked from Imagelibrary/rtems
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:
@@ -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>
|
2010-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Remove -Wno-unused-variable.
|
* Makefile.am: Remove -Wno-unused-variable.
|
||||||
|
|||||||
@@ -7,8 +7,6 @@ This is not an elegant piece of software -- be warned.
|
|||||||
* License: see LICENSE file.
|
* License: see LICENSE file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Release info: $Name$
|
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
A obtain the freebsd driver source. It usually is made
|
A obtain the freebsd driver source. It usually is made
|
||||||
|
|||||||
@@ -9,8 +9,6 @@
|
|||||||
* License: see LICENSE file.
|
* License: see LICENSE file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Name$ */
|
|
||||||
|
|
||||||
#include <rtems/irq.h>
|
#include <rtems/irq.h>
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@@ -225,7 +225,7 @@ void bsp_start( void )
|
|||||||
/* Make sure we detect a known host bridge */
|
/* Make sure we detect a known host bridge */
|
||||||
BSP_getDiscoveryVersion(/* assert detection */ 1);
|
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 */
|
/* Leave all caches as MotLoad left them. Seems to be fine */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user