| 
 Defines | 
| 
#define  | GENERAL_IO   0 | 
| 
#define  | MEMORY_MAPPED   1 | 
| 
#define  | NIC_CONNECTION   GENERAL_IO | 
| 
#define  | RTL8019_ADDRESS_PORT   PORTB | 
| 
#define  | RTL8019_ADDRESS_DDR   DDRB | 
| 
#define  | RTL8019_ADDRESS_MASK   0x1F | 
| 
#define  | RTL8019_DATA_PORT   PORTA | 
| 
#define  | RTL8019_DATA_DDR   DDRA | 
| 
#define  | RTL8019_DATA_PIN   PINA | 
| 
#define  | RTL8019_CONTROL_PORT   PORTD | 
| 
#define  | RTL8019_CONTROL_DDR   DDRD | 
| 
#define  | RTL8019_CONTROL_READPIN   6 | 
| 
#define  | RTL8019_CONTROL_WRITEPIN   7 | 
| 
#define  | RTL8019_RESET_PORT   PORTD | 
| 
#define  | RTL8019_RESET_DDR   DDRD | 
| 
#define  | RTL8019_RESET_PIN   4 | 
| 
#define  | RTL8019_MAC0   '0' | 
| 
#define  | RTL8019_MAC1   'F' | 
| 
#define  | RTL8019_MAC2   'F' | 
| 
#define  | RTL8019_MAC3   'I' | 
| 
#define  | RTL8019_MAC4   'C' | 
| 
#define  | RTL8019_MAC5   'E' |