37 #MASTER0_BACKUP="" |
37 #MASTER0_BACKUP="" |
38 |
38 |
39 # |
39 # |
40 # Ethernet driver modules to use for EtherCAT operation. |
40 # Ethernet driver modules to use for EtherCAT operation. |
41 # |
41 # |
42 # Specify a non-empty list of Ethernet drivers, that shall be used for EtherCAT |
42 # Specify a non-empty list of Ethernet drivers, that shall be used for |
43 # operation. |
43 # EtherCAT operation. |
44 # |
44 # |
45 # Except for the generic Ethernet driver module, the init script will try to |
45 # Except for the generic Ethernet driver module, the init script will try to |
46 # unload the usual Ethernet driver modules in the list and replace them with |
46 # unload the usual Ethernet driver modules in the list and replace them with |
47 # the EtherCAT-capable ones. If a certain (EtherCAT-capable) driver is not |
47 # the EtherCAT-capable ones. If a certain (EtherCAT-capable) driver is not |
48 # found, a warning will appear. |
48 # found, a warning will appear. |
49 # |
49 # |
50 # Possible values: 8139too, e100, e1000, e1000e, r8169, generic, ccat. |
50 # Possible values: 8139too, e100, e1000, e1000e, r8169, generic, ccat, igb. |
51 # Separate multiple drivers with spaces. |
51 # Separate multiple drivers with spaces. |
52 # |
52 # |
53 # Note: The e100, e1000, e1000e, r8169 and ccat drivers are not built by |
53 # Note: The e100, e1000, e1000e, r8169, ccat and igb drivers are not built by |
54 # default. Enable them with the --enable-<driver> configure switches. |
54 # default. Enable them with the --enable-<driver> configure switches. |
55 # |
55 # |
56 # Attention: When using the generic driver, the corresponding Ethernet device |
56 # Attention: When using the generic driver, the corresponding Ethernet device |
57 # has to be activated (with OS methods, for example 'ip link set ethX up'), |
57 # has to be activated (with OS methods, for example 'ip link set ethX up'), |
58 # before the master is started, otherwise all frames will time out. |
58 # before the master is started, otherwise all frames will time out. |