2003-02-20 Till Straumann <strauman@slac.stanford.edu>

PR 353/bsps
	* include/bsp.h: Let the application override the network driver
	and attach routine.
This commit is contained in:
Joel Sherrill
2003-02-20 21:24:50 +00:00
parent 47cf7a754f
commit d19443c71a
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2003-02-20 Till Straumann <strauman@slac.stanford.edu>
PR 353/bsps
* include/bsp.h: Let the application override the network driver
and attach routine.
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).

View File

@@ -87,8 +87,13 @@ extern int rtems_dec21140_driver_attach(struct rtems_bsdnet_ifconfig *, int);
#define BSP_DEC21140_NETWORK_DRIVER_NAME "dc1"
#define BSP_DEC21140_NETWORK_DRIVER_ATTACH rtems_dec21140_driver_attach
#ifndef RTEMS_BSP_NETWORK_DRIVER_NAME
#define RTEMS_BSP_NETWORK_DRIVER_NAME BSP_DEC21140_NETWORK_DRIVER_NAME
#endif
#ifndef RTEMS_BSP_NETWORK_DRIVER_ATTACH
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH BSP_DEC21140_NETWORK_DRIVER_ATTACH
#endif
/*-------------------------------------------------------------------------+
| Constants