fp@563: #------------------------------------------------------------------------------
fp@563: #
fp@573: #  EtherCAT master sysconfig file
fp@563: #
fp@563: #  $Id$
fp@563: #
fp@563: #------------------------------------------------------------------------------
fp@563: 
fp@563: #
fp@573: # Master device and backup-device settings.
fp@563: #
fp@639: # The MASTER<X>_DEVICE variable specifies the ethernet device for master 'X',
fp@639: # while the MASTER<X>_BACKUP variable specifies the backup ethernet device for
fp@573: # redundancy purposes.
fp@563: #
fp@639: # Specify the MAC address (hexadecimal with colons) of the Ethernet device to
fp@639: # use. Example: 00:00:08:44:ab:66
fp@563: #
fp@639: # The MASTER<X>_DEVICE variables also determine, how many masters will be
fp@573: # created: A non-empty variable MASTER0_DEVICE will create one master, adding
fp@573: # a non-empty variable MASTER1_DEVICE will create a second master, and so on.
fp@563: #
fp@573: MASTER0_DEVICE=
fp@573: MASTER0_BACKUP=
fp@563: 
fp@588: #
fp@588: # Ethernet driver modules to replace with EtherCAT-capable ones.
fp@588: #
fp@588: # The init script will try to unload the ethernet driver modules in the list
fp@588: # and replace them with the EtherCAT-capable ones, respectively. If a certain
fp@588: # (EtherCAT-capable) driver is not found, a warning will appear.
fp@588: #
fp@588: # Remove all unused driver modules to prevent unnecesessary module
fp@588: # replacement.
fp@588: # 
fp@588: DEVICE_MODULES="8139too e100 forcedeth"
fp@588: 
fp@563: #------------------------------------------------------------------------------