Add network configuration macros.

This commit is contained in:
Eric Norum
2009-12-08 17:24:21 +00:00
parent a5b5b50866
commit 43e74a476d
2 changed files with 11 additions and 0 deletions

View File

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

View File

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