45 # Except for the generic Ethernet driver module, the init script will try to |
45 # Except for the generic Ethernet driver module, the init script will try to |
46 # unload the usual Ethernet driver modules in the list and replace them with |
46 # unload the usual Ethernet driver modules in the list and replace them with |
47 # the EtherCAT-capable ones. If a certain (EtherCAT-capable) driver is not |
47 # the EtherCAT-capable ones. If a certain (EtherCAT-capable) driver is not |
48 # found, a warning will appear. |
48 # found, a warning will appear. |
49 # |
49 # |
50 # Possible values: 8139too, e100, e1000, e1000e, r8169, generic. Separate |
50 # Possible values: 8139too, e100, e1000, e1000e, r8169, generic, ccat. |
51 # multiple drivers with spaces. |
51 # Separate 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, r8169 and ccat drivers are not built by |
54 # Enable them with the --enable-<driver> configure switches. |
54 # default. Enable them with the --enable-<driver> configure switches. |
55 # |
55 # |
56 # Attention: When using the generic driver, the corresponding Ethernet device |
56 # Attention: When using the generic driver, the corresponding Ethernet device |
57 # has to be activated (with OS methods, for example 'ip link set ethX up'), |
57 # has to be activated (with OS methods, for example 'ip link set ethX up'), |
58 # before the master is started, otherwise all frames will time out. |
58 # before the master is started, otherwise all frames will time out. |
59 # |
59 # |