script/sysconfig/ethercat
branchstable-1.4
changeset 1641 e260d76b9c70
parent 1639 d4db7ad736a5
equal deleted inserted replaced
1640:59ab2130a859 1641:e260d76b9c70
    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, e1000.
    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 e1000 driver is not built by default. Enable it with
    39 # the --enable-<driver> configure switches.
    39 # the --enable-e1000 configure switch.
    40 # 
    40 # 
    41 DEVICE_MODULES=""
    41 DEVICE_MODULES=""
    42 
    42 
    43 #
    43 #
    44 # Flags for loading kernel modules.
    44 # Flags for loading kernel modules.