linux/config.h

Go to the documentation of this file.
00001 
00020 #ifndef _CONFIGURE_h
00021 #define _CONFIGURE_h
00022 
00023 // Target system
00024 //#define AVR
00025 #define LINUX
00026 
00027 #define NE_LOG                          /* \brief show device driver operational messages  */
00028 #define DEBUG                           // show debug messages
00029 
00030 #define NE8390_RW_BUGFIX    // insert dummy read before write
00031 
00032 #define NE_STATS                    // use and updates network statistics
00033 #define NE_PROBE                        // compile ne_probe
00034 #define NE_LOOPBACK                     // compile loopback
00035 
00036 
00037 // debug "depth"
00038 #define VERBOSE_MAC_ADDRESS // show MAC address when init NIC
00039 
00040 //#define VERBOSE_TX_OK         // show message when transmit ok!
00041 //#define VERBOSE_TX_ERR                // show all error messages
00042 
00043 #define VERBOSE_RX_PAGES        // show, when rx frame, pages values(rxing, bdry,..)
00044 #define VERBOSE_RX_PKT_HDR      // show, when rx frame, packet header present on the
00045                                                         // first 4 bytes of buffer
00046 #define VERBOSE_RX_FRAME        // show the frame received
00047 #define VERBOSE_RX_FR_NR 10     // number of bytes to show from receiveid frame
00048 
00049 #endif /* _CONFIGURE_h */
00050 

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