script/sysconfig/ethercat
branchstable-1.5
changeset 2421 bc2d4bf9cbe5
parent 2419 fdb85a806585
child 2536 15f122b0f3d2
equal deleted inserted replaced
2420:69056c46aa4d 2421:bc2d4bf9cbe5
    50 # Possible values: 8139too, e100, e1000, e1000e, r8169, generic. Separate
    50 # Possible values: 8139too, e100, e1000, e1000e, r8169, generic. Separate
    51 # multiple drivers with spaces.
    51 # multiple drivers with spaces.
    52 #
    52 #
    53 # Note: The e100, e1000, e1000e and r8169 drivers are not built by default.
    53 # Note: The e100, e1000, e1000e and r8169 drivers are not built by default.
    54 # Enable them with the --enable-<driver> configure switches.
    54 # Enable them with the --enable-<driver> configure switches.
    55 # 
    55 #
    56 DEVICE_MODULES=""
    56 DEVICE_MODULES=""
    57 
    57 
    58 #
    58 #
    59 # Flags for loading kernel modules.
    59 # Flags for loading kernel modules.
    60 #
    60 #
    61 # This can usually be left empty. Adjust this variable, if you have problems
    61 # This can usually be left empty. Adjust this variable, if you have problems
    62 # with module loading.
    62 # with module loading.
    63 # 
    63 #
    64 #MODPROBE_FLAGS="-b"
    64 #MODPROBE_FLAGS="-b"
    65 
    65 
    66 #------------------------------------------------------------------------------
    66 #------------------------------------------------------------------------------