Make network driver name match the one imposed by the 3C509 driver.

This commit is contained in:
W. Eric Norum
2001-05-02 15:55:47 +00:00
parent b95129d71b
commit 9549c0dc00

View File

@@ -38,7 +38,7 @@ static struct rtems_bsdnet_ifconfig loopback_config = {
*/
#if defined(EPICS_RTEMS_NIC_3C509) /* 3COM 3C509 */
extern int rtems_3c509_driver_attach (struct rtems_bsdnet_ifconfig *, int);
# define NIC_NAME "en0"
# define NIC_NAME "ep0"
# define NIC_ATTACH rtems_3c509_driver_attach
#else /* Use NIC provided by BSP */