Enable generic driver by default. stable-1.5
authorFlorian Pose <fp@igh-essen.com>
Mon, 09 Jan 2012 15:16:40 +0100
branchstable-1.5
changeset 2228 71ebc81c6e43
parent 2225 a2a2f1a0d07b
child 2230 b368897f7995
child 2375 ac3db27d60e0
Enable generic driver by default.
configure.ac
documentation/ethercat_doc.tex
script/ethercat.conf
script/sysconfig/ethercat
--- a/configure.ac	Wed Jan 04 13:57:48 2012 +0100
+++ b/configure.ac	Mon Jan 09 15:16:40 2012 +0100
@@ -132,7 +132,7 @@
                 ;;
         esac
     ],
-    [enablegeneric=0]
+    [enablegeneric=1]
 )
 
 AM_CONDITIONAL(ENABLE_GENERIC, test "x$enablegeneric" = "x1")
--- a/documentation/ethercat_doc.tex	Wed Jan 04 13:57:48 2012 +0100
+++ b/documentation/ethercat_doc.tex	Mon Jan 09 15:16:40 2012 +0100
@@ -3008,7 +3008,7 @@
 \hline
 
 \lstinline+--enable-generic+ & Build the generic Ethernet driver (see
-sec.~\ref{sec:generic-driver}). & no\\
+sec.~\ref{sec:generic-driver}). & yes\\
 
 \lstinline+--enable-8139too+ & Build the 8139too driver & yes\\
 
--- a/script/ethercat.conf	Wed Jan 04 13:57:48 2012 +0100
+++ b/script/ethercat.conf	Mon Jan 09 15:16:40 2012 +0100
@@ -39,8 +39,8 @@
 # Possible values: 8139too, e100, e1000, e1000e, r8169, generic. Separate
 # multiple drivers with spaces.
 #
-# Note: The e100, e1000, e1000e, r8169 and generic drivers are not built by
-# default.  Enable them with the --enable-<driver> configure switches.
+# Note: The e100, e1000, e1000e and r8169 drivers are not built by default.
+# Enable them with the --enable-<driver> configure switches.
 #
 DEVICE_MODULES=""
 
--- a/script/sysconfig/ethercat	Wed Jan 04 13:57:48 2012 +0100
+++ b/script/sysconfig/ethercat	Mon Jan 09 15:16:40 2012 +0100
@@ -39,8 +39,8 @@
 # Possible values: 8139too, e100, e1000, e1000e, r8169, generic. Separate
 # multiple drivers with spaces.
 #
-# Note: The e100, e1000, e1000e, r8169 and generic drivers are not built by
-# default.  Enable them with the --enable-<driver> configure switches.
+# Note: The e100, e1000, e1000e and r8169 drivers are not built by default.
+# Enable them with the --enable-<driver> configure switches.
 # 
 DEVICE_MODULES=""