diff -r 78efdac9ee87 -r 74dbd0b7d6aa script/sysconfig/ethercat --- a/script/sysconfig/ethercat Fri Oct 28 10:54:39 2011 +0200 +++ b/script/sysconfig/ethercat Wed Jul 06 16:37:40 2011 +0200 @@ -19,8 +19,8 @@ # the master to accept the first device offered by any Ethernet driver. # # The MASTER_DEVICE variables also determine, how many masters will be -# created: A non-empty variable MASTER0_DEVICE will create one master, adding -# a non-empty variable MASTER1_DEVICE will create a second master, and so on. +# created: A non-empty variable MASTER0_DEVICE will create one master, adding a +# non-empty variable MASTER1_DEVICE will create a second master, and so on. # MASTER0_DEVICE="" #MASTER1_DEVICE="" @@ -36,11 +36,11 @@ # the EtherCAT-capable ones. If a certain (EtherCAT-capable) driver is not # found, a warning will appear. # -# Possible values: 8139too, e100, e1000, r8169, generic. -# Separate multiple drivers with spaces. +# Possible values: 8139too, e100, e1000, e1000e, r8169, generic. Separate +# multiple drivers with spaces. # -# Note: The e100, e1000, r8169 and generic drivers are not built by default. -# Enable them with the --enable- configure switches. +# Note: The e100, e1000, e1000e, r8169 and generic drivers are not built by +# default. Enable them with the --enable- configure switches. # DEVICE_MODULES=""