equal
deleted
inserted
replaced
36 # |
36 # |
37 # The init script will try to unload the ethernet driver modules in the list |
37 # The init script will try to unload the ethernet driver modules in the list |
38 # and replace them with the EtherCAT-capable ones, respectively. If a certain |
38 # and replace them with the EtherCAT-capable ones, respectively. If a certain |
39 # (EtherCAT-capable) driver is not found, a warning will appear. |
39 # (EtherCAT-capable) driver is not found, a warning will appear. |
40 # |
40 # |
41 # Possible values are "8139too", "e100", "e1000", and "forcedeth". |
41 # Possible values: 8139too, e100, e1000. |
42 # Separate multiple drivers with spaces. |
42 # Separate multiple drivers with spaces. |
43 # |
43 # |
44 # Note: The e100, e1000 and forcedeth drivers are not built by default. Enable |
44 # Note: The e100 and e1000 drivers are not built by default. Enable them with |
45 # them with the --enable-<driver> configure switches. |
45 # the --enable-<driver> configure switches. |
46 # |
46 # |
47 DEVICE_MODULES="" |
47 DEVICE_MODULES="" |
48 |
48 |
49 #------------------------------------------------------------------------------ |
49 #------------------------------------------------------------------------------ |