17 # |
17 # |
18 # The broadcast address "ff:ff:ff:ff:ff:ff" has a special meaning: It tells |
18 # The broadcast address "ff:ff:ff:ff:ff:ff" has a special meaning: It tells |
19 # the master to accept the first device offered by any Ethernet driver. |
19 # the master to accept the first device offered by any Ethernet driver. |
20 # |
20 # |
21 # The MASTER<X>_DEVICE variables also determine, how many masters will be |
21 # The MASTER<X>_DEVICE variables also determine, how many masters will be |
22 # created: A non-empty variable MASTER0_DEVICE will create one master, adding |
22 # created: A non-empty variable MASTER0_DEVICE will create one master, adding a |
23 # a non-empty variable MASTER1_DEVICE will create a second master, and so on. |
23 # non-empty variable MASTER1_DEVICE will create a second master, and so on. |
24 # |
24 # |
25 MASTER0_DEVICE="" |
25 MASTER0_DEVICE="" |
26 #MASTER1_DEVICE="" |
26 #MASTER1_DEVICE="" |
27 |
27 |
28 # |
28 # |
34 # Except for the generic Ethernet driver module, the init script will try to |
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 |
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 |
36 # the EtherCAT-capable ones. If a certain (EtherCAT-capable) driver is not |
37 # found, a warning will appear. |
37 # found, a warning will appear. |
38 # |
38 # |
39 # Possible values: 8139too, e100, e1000, r8169, generic. |
39 # Possible values: 8139too, e100, e1000, e1000e, r8169, generic. Separate |
40 # Separate multiple drivers with spaces. |
40 # multiple drivers with spaces. |
41 # |
41 # |
42 # Note: The e100, e1000, r8169 and generic drivers are not built by default. |
42 # Note: The e100, e1000, e1000e, r8169 and generic drivers are not built by |
43 # Enable them with the --enable-<driver> configure switches. |
43 # default. Enable them with the --enable-<driver> configure switches. |
44 # |
44 # |
45 DEVICE_MODULES="" |
45 DEVICE_MODULES="" |
46 |
46 |
47 # |
47 # |
48 # Flags for loading kernel modules. |
48 # Flags for loading kernel modules. |