devices/8139too.c
changeset 192 8d7bd5082ed5
parent 191 ca805255a935
child 195 674071846ee3
equal deleted inserted replaced
191:ca805255a935 192:8d7bd5082ed5
   134 
   134 
   135 /* EtherCAT >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
   135 /* EtherCAT >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
   136 
   136 
   137 #include "ecdev.h"
   137 #include "ecdev.h"
   138 
   138 
   139 #define EC_LIT(X) #X
   139 #define LIT(X) #X
   140 #define EC_STR(X) EC_LIT(X)
   140 #define STR(X) LIT(X)
   141 
   141 
   142 #define COMPILE_INFO "Revision " EC_STR(EC_REV) \
   142 #define COMPILE_INFO "Revision " STR(EC_REV) \
   143                      ", compiled by " EC_STR(EC_USER) \
   143                      ", compiled by " STR(EC_USER) \
   144                      " at " EC_STR(EC_DATE)
   144                      " at " __DATE__ " " __TIME__
   145 
   145 
   146 /* EtherCAT <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
   146 /* EtherCAT <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
   147 
   147 
   148 #define RTL8139_DRIVER_NAME   DRV_NAME " Fast Ethernet driver " DRV_VERSION
   148 #define RTL8139_DRIVER_NAME   DRV_NAME " Fast Ethernet driver " DRV_VERSION
   149 #define PFX DRV_NAME ": "
   149 #define PFX DRV_NAME ": "