forked from Imagelibrary/rtems
2008-05-29 Chris Johns <chrisj@rtems.org>
* include/bsp.h: FEC unit numbers based on 0 not 1. Change the interface name to fec0.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-05-29 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* include/bsp.h: FEC unit numbers based on 0 not 1. Change the
|
||||
interface name to fec0.
|
||||
|
||||
2008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* console/console.c: Eliminate copies of switches to convert termios
|
||||
|
||||
@@ -24,7 +24,7 @@ extern "C" {
|
||||
/** Network driver configuration **/
|
||||
struct rtems_bsdnet_ifconfig;
|
||||
extern int rtems_fec_driver_attach (struct rtems_bsdnet_ifconfig *config, int attaching );
|
||||
#define RTEMS_BSP_NETWORK_DRIVER_NAME "fs1"
|
||||
#define RTEMS_BSP_NETWORK_DRIVER_NAME "fec0"
|
||||
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_fec_driver_attach
|
||||
|
||||
/***************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user