# HG changeset patch
# User Florian Pose <fp@igh-essen.com>
# Date 1398439969 -7200
# Node ID 4839e81d2bdd875e58a89088903d1a9fbcdd7178
# Parent  442634814e29dd2cd385929710e43e593e606268
List ccat driver in configuration files.

diff -r 442634814e29 -r 4839e81d2bdd script/ethercat.conf
--- a/script/ethercat.conf	Fri Apr 25 17:32:26 2014 +0200
+++ b/script/ethercat.conf	Fri Apr 25 17:32:49 2014 +0200
@@ -47,11 +47,11 @@
 # 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. Separate
-# multiple drivers with spaces.
+# Possible values: 8139too, e100, e1000, e1000e, r8169, generic, ccat.
+# Separate multiple drivers with spaces.
 #
-# Note: The e100, e1000, e1000e and r8169 drivers are not built by default.
-# Enable them with the --enable-<driver> configure switches.
+# Note: The e100, e1000, e1000e, r8169 and ccat drivers are not built by
+# default. Enable them with the --enable-<driver> configure switches.
 #
 # Attention: When using the generic driver, the corresponding Ethernet device
 # has to be activated (with OS methods, for example 'ip link set ethX up'),
diff -r 442634814e29 -r 4839e81d2bdd script/sysconfig/ethercat
--- a/script/sysconfig/ethercat	Fri Apr 25 17:32:26 2014 +0200
+++ b/script/sysconfig/ethercat	Fri Apr 25 17:32:49 2014 +0200
@@ -47,11 +47,11 @@
 # 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. Separate
-# multiple drivers with spaces.
+# Possible values: 8139too, e100, e1000, e1000e, r8169, generic, ccat.
+# Separate multiple drivers with spaces.
 #
-# Note: The e100, e1000, e1000e and r8169 drivers are not built by default.
-# Enable them with the --enable-<driver> configure switches.
+# Note: The e100, e1000, e1000e, r8169 and ccat drivers are not built by
+# default. Enable them with the --enable-<driver> configure switches.
 #
 # Attention: When using the generic driver, the corresponding Ethernet device
 # has to be activated (with OS methods, for example 'ip link set ethX up'),