script/sysconfig/ethercat
branchstable-1.4
changeset 1639 d4db7ad736a5
parent 1091 363205c2ebaf
child 1353 22b1de4c74e4
child 1641 e260d76b9c70
equal deleted inserted replaced
1638:d46adcf20d22 1639:d4db7ad736a5
    30 #
    30 #
    31 # 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
    32 # 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
    33 # (EtherCAT-capable) driver is not found, a warning will appear.
    33 # (EtherCAT-capable) driver is not found, a warning will appear.
    34 #
    34 #
    35 # Possible values are "8139too", "e100", "e1000", and "forcedeth".
    35 # Possible values: 8139too, e100, e1000.
    36 # Separate multiple drivers with spaces.
    36 # Separate multiple drivers with spaces.
    37 #
    37 #
    38 # Note: The e100, e1000 and forcedeth drivers are not built by default. Enable
    38 # Note: The e100 and e1000 drivers are not built by default. Enable them with
    39 # them with the --enable-<driver> configure switches.
    39 # the --enable-<driver> configure switches.
    40 # 
    40 # 
    41 DEVICE_MODULES=""
    41 DEVICE_MODULES=""
    42 
    42 
    43 #
    43 #
    44 # Flags for loading kernel modules.
    44 # Flags for loading kernel modules.