24 # |
24 # |
25 MASTER0_DEVICE="" |
25 MASTER0_DEVICE="" |
26 #MASTER1_DEVICE="" |
26 #MASTER1_DEVICE="" |
27 |
27 |
28 # |
28 # |
29 # Ethernet driver modules to replace with EtherCAT-capable ones. |
29 # Ethernet driver modules to use for EtherCAT operation. |
30 # |
30 # |
31 # The init script will try to unload the Ethernet driver modules in the list |
31 # Specify a non-empty list of Ethernet drivers, that shall be used for EtherCAT |
32 # and replace them with the EtherCAT-capable ones, respectively. If a certain |
32 # operation. |
33 # (EtherCAT-capable) driver is not found, a warning will appear. |
|
34 # |
33 # |
35 # Possible values: 8139too, e100, e1000, r8169. |
34 # Except for the generic Ethernet driver module, the init script will try to |
|
35 # unload the usual Ethernet driver modules in the list and replace them with |
|
36 # the EtherCAT-capable ones. If a certain (EtherCAT-capable) driver is not |
|
37 # found, a warning will appear. |
|
38 # |
|
39 # Possible values: 8139too, e100, e1000, r8169, generic. |
36 # Separate multiple drivers with spaces. |
40 # Separate multiple drivers with spaces. |
37 # |
41 # |
38 # Note: The e100, e1000 and r8169 drivers are not built by default. Enable them |
42 # Note: The e100, e1000, r8169 and generic drivers are not built by default. |
39 # with the --enable-<driver> configure switches. |
43 # Enable them with the --enable-<driver> configure switches. |
40 # |
44 # |
41 DEVICE_MODULES="" |
45 DEVICE_MODULES="" |
42 |
46 |
43 # |
47 # |
44 # Flags for loading kernel modules. |
48 # Flags for loading kernel modules. |