forked from Imagelibrary/rtems
Add network configuration macros.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-12-08 Eric Norum <wenorum@lbl.gov>
|
||||
|
||||
* include/bsp.h: Add network configuration preprocessor macros.
|
||||
|
||||
2009-10-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am: Update for exception support changes.
|
||||
|
||||
@@ -124,6 +124,13 @@
|
||||
#define BSP_CONSOLE_PORT BSP_UART_COM1
|
||||
#define BSP_UART_BAUD_BASE 115200
|
||||
|
||||
#if defined(MVME_HAS_DEC21140)
|
||||
struct rtems_bsdnet_ifconfig;
|
||||
#define RTEMS_BSP_NETWORK_DRIVER_NAME "dc1"
|
||||
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_dec21140_driver_attach
|
||||
extern int rtems_dec21140_driver_attach();
|
||||
#endif
|
||||
|
||||
#include <bsp/openpic.h>
|
||||
/* BSP_PIC_DO_EOI is optionally used by the 'vmeUniverse' driver
|
||||
* to implement VME IRQ priorities in software.
|
||||
|
||||
Reference in New Issue
Block a user