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:
Chris Johns
2008-05-29 06:01:33 +00:00
parent 288b1f91a2
commit 288f1c33c9
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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
/***************************************************************************/