RTEMS-4.7 changes.

This commit is contained in:
W. Eric Norum
2004-11-13 17:11:08 +00:00
parent 8c75201ad8
commit 53360f3dea
2 changed files with 10 additions and 12 deletions

View File

@@ -52,4 +52,4 @@ rtems_task Init (rtems_task_argument argument);
#define CONFIGURE_APPLICATION_NEEDS_RTC_DRIVER
#endif
#include <confdefs.h>
#include <rtems/confdefs.h>

View File

@@ -54,17 +54,15 @@ static struct rtems_bsdnet_ifconfig e3c509_driver_config = {
#else
# if defined(__PPC)
/*
* FIXME: This really belongs in the BSP
*/
# if defined(mpc750)
# ifndef RTEMS_BSP_NETWORK_DRIVER_NAME
# define RTEMS_BSP_NETWORK_DRIVER_NAME "dc1"
# endif
# ifndef RTEMS_BSP_NETWORK_DRIVER_ATTACH
# define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_dec21140_driver_attach
extern int rtems_dec21140_driver_attach();
# endif
/*
* FIXME: This really belongs in the BSP
*/
# ifndef RTEMS_BSP_NETWORK_DRIVER_NAME
# define RTEMS_BSP_NETWORK_DRIVER_NAME "dc1"
# endif
# ifndef RTEMS_BSP_NETWORK_DRIVER_ATTACH
# define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_dec21140_driver_attach
extern int rtems_dec21140_driver_attach();
# endif
# endif