MVME16x IO definitions.  
More...
#include <bsp.h>
Go to the source code of this file.
|  | 
| #define | RTEMS_BSP_NETWORK_DRIVER_NAME   "uti1" | 
|  | 
| #define | RTEMS_BSP_NETWORK_DRIVER_ATTACH   uti596_attach | 
|  | 
| #define | BOARD_BASE_ADDRESS   0xFFFF0000 | 
|  | 
| #define | GROUP_BASE_ADDRESS   0x0000CC00 | 
|  | 
| #define | lcsr   ((lcsr_regs * const) 0xFFF40000) | 
|  | 
| #define | MASK_INT   0x00800000 | 
|  | 
| #define | VBR0   0x6 | 
|  | 
| #define | VBR1   0x7 | 
|  | 
| #define | pccchip2   ((pccchip2_regs * const) 0xFFF42000) | 
|  | 
| #define | PCCCHIP2_VBR   0x5 | 
|  | 
| #define | gcsr_vme   ((gcsr_regs * const) (GROUP_BASE_ADDRESS + BOARD_BASE_ADDRESS)) | 
|  | 
| #define | gcsr   ((gcsr_regs * const) 0xFFF40100) | 
|  | 
| #define | i82596   ((i82596_regs * const) 0xFFF46000) | 
|  | 
| #define | NVRAM_CONFIGURE   0 | 
|  | 
|  | 
| int | uti596_attach (struct rtems_bsdnet_ifconfig *pConfig, int attaching) | 
|  |