devices/8139too.c
changeset 79 319a97c1f0f9
parent 73 9f4ea66d89a3
child 96 080b46eb6e2d
equal deleted inserted replaced
78:3d74183d6c6b 79:319a97c1f0f9
   134 
   134 
   135 /* EtherCAT >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
   135 /* EtherCAT >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
   136 
   136 
   137 #include "../include/EtherCAT_dev.h"
   137 #include "../include/EtherCAT_dev.h"
   138 
   138 
   139 #define LIT(X) #X
   139 #define EC_LIT(X) #X
   140 #define STR(X) LIT(X)
   140 #define EC_STR(X) EC_LIT(X)
   141 
   141 
   142 #define COMPILE_INFO "Revision " STR(EC_REV) \
   142 #define COMPILE_INFO "Revision " EC_STR(EC_REV) \
   143                      ", compiled by " STR(EC_USER) \
   143                      ", compiled by " EC_STR(EC_USER) \
   144                      " at " STR(EC_DATE)
   144                      " at " EC_STR(EC_DATE)
   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 ": "