script/sysconfig/ethercat
changeset 639 aa23c48dca2d
parent 588 ba69f7f34fbf
child 699 112abd5b04d2
equal deleted inserted replaced
638:b0994b4e3b37 639:aa23c48dca2d
     7 #------------------------------------------------------------------------------
     7 #------------------------------------------------------------------------------
     8 
     8 
     9 #
     9 #
    10 # Master device and backup-device settings.
    10 # Master device and backup-device settings.
    11 #
    11 #
    12 # The MASTERX_DEVICE variable specifies the ethernet device for master 'X',
    12 # The MASTER<X>_DEVICE variable specifies the ethernet device for master 'X',
    13 # while the MASTERX_BACKUP variable specifies the backup ethernet device for
    13 # while the MASTER<X>_BACKUP variable specifies the backup ethernet device for
    14 # redundancy purposes.
    14 # redundancy purposes.
    15 #
    15 #
    16 # There are three formats for specifying ethernet devices:
    16 # Specify the MAC address (hexadecimal with colons) of the Ethernet device to
    17 # 1) MAC address (example: "00:00:08:44:ab:66"). Specify the MAC address of
    17 # use. Example: 00:00:08:44:ab:66
    18 #    the ethernet card to use.
       
    19 # 2) PCI bus address (example: "01:1c.0"). Specify the PCU bis address of the
       
    20 #    ethernet card to use.
       
    21 # 3) Driver and device index (example: "8139too:0"). Currently there are two
       
    22 #    drivers available: "8139too" and "e100". The device index is the index
       
    23 #    into driver-supported PCI cards.
       
    24 #
    18 #
    25 # The MASTERX_DEVICE variables also determine, how many masters will be
    19 # The MASTER<X>_DEVICE variables also determine, how many masters will be
    26 # created: A non-empty variable MASTER0_DEVICE will create one master, adding
    20 # created: A non-empty variable MASTER0_DEVICE will create one master, adding
    27 # a non-empty variable MASTER1_DEVICE will create a second master, and so on.
    21 # a non-empty variable MASTER1_DEVICE will create a second master, and so on.
    28 #
    22 #
    29 MASTER0_DEVICE=
    23 MASTER0_DEVICE=
    30 MASTER0_BACKUP=
    24 MASTER0_BACKUP=