script/sysconfig/ethercat
changeset 1353 22b1de4c74e4
parent 1233 f842edcbbe4b
child 1556 52ec7297637c
equal deleted inserted replaced
1352:275d2fdeab48 1353:22b1de4c74e4
    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: 8139too, e100, e1000.
    35 # Possible values: 8139too, e100, e1000, r8169.
    36 # Separate multiple drivers with spaces.
    36 # Separate multiple drivers with spaces.
    37 #
    37 #
    38 # Note: The e100 and e1000 drivers are not built by default. Enable them with
    38 # Note: The e100, e1000 and r8169 drivers are not built by default. Enable them
    39 # the --enable-<driver> configure switches.
    39 # with 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.