script/sysconfig/ethercat
changeset 588 ba69f7f34fbf
parent 573 cdee4ea90ce9
child 639 aa23c48dca2d
equal deleted inserted replaced
587:59913f648e04 588:ba69f7f34fbf
    12 # The MASTERX_DEVICE variable specifies the ethernet device for master 'X',
    12 # The MASTERX_DEVICE variable specifies the ethernet device for master 'X',
    13 # while the MASTERX_BACKUP variable specifies the backup ethernet device for
    13 # while the MASTERX_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 # There are three formats for specifying ethernet devices:
    17 # 1) MAC address (example: "00:00:08:44:55:66"). Specify the MAC address of
    17 # 1) MAC address (example: "00:00:08:44:ab:66"). Specify the MAC address of
    18 #    the ethernet card to use.
    18 #    the ethernet card to use.
    19 # 2) PCI bus address (example: "01:1c.0"). Specify the PCU bis address of the
    19 # 2) PCI bus address (example: "01:1c.0"). Specify the PCU bis address of the
    20 #    ethernet card to use.
    20 #    ethernet card to use.
    21 # 3) Driver and device index (example: "8139too:0"). Currently there are two
    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
    22 #    drivers available: "8139too" and "e100". The device index is the index
    27 # a non-empty variable MASTER1_DEVICE will create a second master, and so on.
    27 # a non-empty variable MASTER1_DEVICE will create a second master, and so on.
    28 #
    28 #
    29 MASTER0_DEVICE=
    29 MASTER0_DEVICE=
    30 MASTER0_BACKUP=
    30 MASTER0_BACKUP=
    31 
    31 
       
    32 #
       
    33 # Ethernet driver modules to replace with EtherCAT-capable ones.
       
    34 #
       
    35 # The init script will try to unload the ethernet driver modules in the list
       
    36 # and replace them with the EtherCAT-capable ones, respectively. If a certain
       
    37 # (EtherCAT-capable) driver is not found, a warning will appear.
       
    38 #
       
    39 # Remove all unused driver modules to prevent unnecesessary module
       
    40 # replacement.
       
    41 # 
       
    42 DEVICE_MODULES="8139too e100 forcedeth"
       
    43 
    32 #------------------------------------------------------------------------------
    44 #------------------------------------------------------------------------------