# HG changeset patch # User Florian Pose # Date 1509099491 -7200 # Node ID d984f57bef976b3d2091800f61d14f03703c2860 # Parent 61c7f06812478cffee6531d5a9ae2028539e9111 Mention igb driver in config files. diff -r 61c7f0681247 -r d984f57bef97 script/ethercat.conf --- a/script/ethercat.conf Thu Oct 12 15:01:43 2017 +0200 +++ b/script/ethercat.conf Fri Oct 27 12:18:11 2017 +0200 @@ -39,18 +39,18 @@ # # Ethernet driver modules to use for EtherCAT operation. # -# Specify a non-empty list of Ethernet drivers, that shall be used for EtherCAT -# operation. +# Specify a non-empty list of Ethernet drivers, that shall be used for +# EtherCAT operation. # # Except for the generic Ethernet driver module, the init script will try to # unload the usual Ethernet driver modules in the list and replace them with # the EtherCAT-capable ones. If a certain (EtherCAT-capable) driver is not # found, a warning will appear. # -# Possible values: 8139too, e100, e1000, e1000e, r8169, generic, ccat. +# Possible values: 8139too, e100, e1000, e1000e, r8169, generic, ccat, igb. # Separate multiple drivers with spaces. # -# Note: The e100, e1000, e1000e, r8169 and ccat drivers are not built by +# Note: The e100, e1000, e1000e, r8169, ccat and igb drivers are not built by # default. Enable them with the --enable- configure switches. # # Attention: When using the generic driver, the corresponding Ethernet device diff -r 61c7f0681247 -r d984f57bef97 script/sysconfig/ethercat --- a/script/sysconfig/ethercat Thu Oct 12 15:01:43 2017 +0200 +++ b/script/sysconfig/ethercat Fri Oct 27 12:18:11 2017 +0200 @@ -39,18 +39,18 @@ # # Ethernet driver modules to use for EtherCAT operation. # -# Specify a non-empty list of Ethernet drivers, that shall be used for EtherCAT -# operation. +# Specify a non-empty list of Ethernet drivers, that shall be used for +# EtherCAT operation. # # Except for the generic Ethernet driver module, the init script will try to # unload the usual Ethernet driver modules in the list and replace them with # the EtherCAT-capable ones. If a certain (EtherCAT-capable) driver is not # found, a warning will appear. # -# Possible values: 8139too, e100, e1000, e1000e, r8169, generic, ccat. +# Possible values: 8139too, e100, e1000, e1000e, r8169, generic, ccat, igb. # Separate multiple drivers with spaces. # -# Note: The e100, e1000, e1000e, r8169 and ccat drivers are not built by +# Note: The e100, e1000, e1000e, r8169, ccat and igb drivers are not built by # default. Enable them with the --enable- configure switches. # # Attention: When using the generic driver, the corresponding Ethernet device