NE2000_opt.h

Go to the documentation of this file.
00001 
00017 #ifndef NE2000_OPT_H_
00018 #define NE2000_OPT_H_
00019 
00020 /*  \brief Packet's buffer size
00021  *   The Min buf size is 120, used on Loopback!!!
00022  *   The Min buf size is 300, used on nic_mem_test!!!!
00023  *       (Attention: if you do not include uip you must define this)
00024  */
00025 //#define UIP_BUFSIZE 500
00026 
00027 
00030 #define MAX_SERVICE 2
00031 
00034 #ifdef LINUX
00035 #define MAC1 0x00
00036 #define MAC2 0x80
00037 #define MAC3 0xAD
00038 #define MAC4 0x12
00039 #define MAC5 0xC7
00040 #define MAC6 0xB5
00041 #else
00042 #define MAC1 0x00
00043 #define MAC2 0xC0
00044 #define MAC3 0x26
00045 #define MAC4 0x38
00046 #define MAC5 0x52
00047 #define MAC6 0x35
00048 #endif
00049 
00051 #define TX_START_PAGE 0x40 
00052 #define RX_START_PAGE 0x46 
00053 #define RX_STOP_PAGE 0x60 
00056 #endif /*NE2000_OPT_H_*/
00057 

Generated on Fri Jan 6 22:23:16 2006 for EtherProgs by  doxygen 1.4.5