5 # $Id$ |
5 # $Id$ |
6 # |
6 # |
7 #------------------------------------------------------------------------------ |
7 #------------------------------------------------------------------------------ |
8 |
8 |
9 # |
9 # |
10 # Master device and backup-device settings. |
10 # Master devices. |
11 # |
11 # |
12 # The MASTER<X>_DEVICE variable specifies the ethernet device for master 'X', |
12 # The MASTER<X>_DEVICE variable specifies the Ethernet device for a master |
13 # while the MASTER<X>_BACKUP variable specifies the backup ethernet device for |
13 # with index 'X'. |
14 # redundancy purposes. |
|
15 # |
14 # |
16 # Specify the MAC address (hexadecimal with colons) of the Ethernet device to |
15 # Specify the MAC address (hexadecimal with colons) of the Ethernet device to |
17 # use. Example: "00:00:08:44:ab:66" |
16 # use. Example: "00:00:08:44:ab:66" |
18 # |
17 # |
19 # 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 |
20 # 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. |
21 # |
20 # |
22 # 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 |
23 # 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 |
24 # a non-empty variable MASTER1_DEVICE will create a second master, and so on. |
23 # a non-empty variable MASTER1_DEVICE will create a second master, and so on. |
25 # |
24 # |
26 # Note: The backup devices are not implemented, yet. |
|
27 # |
|
28 MASTER0_DEVICE="" |
25 MASTER0_DEVICE="" |
29 MASTER0_BACKUP="" |
|
30 |
|
31 #MASTER1_DEVICE="" |
26 #MASTER1_DEVICE="" |
32 #MASTER1_BACKUP="" |
|
33 |
27 |
34 # |
28 # |
35 # Ethernet driver modules to replace with EtherCAT-capable ones. |
29 # Ethernet driver modules to replace with EtherCAT-capable ones. |
36 # |
30 # |
37 # The init script will try to unload the ethernet driver modules in the list |
31 # The init script will try to unload the Ethernet driver modules in the list |
38 # and replace them with the EtherCAT-capable ones, respectively. If a certain |
32 # and replace them with the EtherCAT-capable ones, respectively. If a certain |
39 # (EtherCAT-capable) driver is not found, a warning will appear. |
33 # (EtherCAT-capable) driver is not found, a warning will appear. |
40 # |
34 # |
41 # Possible values are "8139too", "e100", "e1000", and "forcedeth". |
35 # Possible values are "8139too", "e100", "e1000", and "forcedeth". |
42 # Separate multiple drivers with spaces. |
36 # Separate multiple drivers with spaces. |