# HG changeset patch # User Florian Pose # Date 1326118600 -3600 # Node ID 97c7c202fa7830373d0efd859b56c9a2c09c3d4b # Parent b457bb3ef8763b0d41bb6b221403d0d69f6ab0a2 Enable generic driver by default. diff -r b457bb3ef876 -r 97c7c202fa78 configure.ac --- a/configure.ac Mon Jan 09 15:03:41 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") diff -r b457bb3ef876 -r 97c7c202fa78 documentation/ethercat_doc.tex --- a/documentation/ethercat_doc.tex Mon Jan 09 15:03:41 2012 +0100 +++ b/documentation/ethercat_doc.tex Mon Jan 09 15:16:40 2012 +0100 @@ -2,7 +2,7 @@ % % IgH EtherCAT Master Documentation % -% $Id: ethercat_doc.tex,v 1baafcd263cc 2011/07/06 14:37:40 fp $ +% $Id$ % % vi: spell spelllang=en tw=78 % @@ -63,7 +63,7 @@ \newcommand{\IgH}{\raisebox{-0.7667ex} {\includegraphics[height=2.2ex]{images/ighsign}}} -\rcsInfo $RCSId: ethercat_doc.tex,v 1baafcd263cc 2011/07/06 14:37:40 fp exp $ +\rcsInfo $RCSId$ \newcommand{\masterversion}{1.5.0} \newcommand{\linenum}[1]{\normalfont\textcircled{\tiny #1}} @@ -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\\ diff -r b457bb3ef876 -r 97c7c202fa78 script/ethercat.conf --- a/script/ethercat.conf Mon Jan 09 15:03:41 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- configure switches. +# Note: The e100, e1000, e1000e and r8169 drivers are not built by default. +# Enable them with the --enable- configure switches. # DEVICE_MODULES="" diff -r b457bb3ef876 -r 97c7c202fa78 script/sysconfig/ethercat --- a/script/sysconfig/ethercat Mon Jan 09 15:03:41 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- configure switches. +# Note: The e100, e1000, e1000e and r8169 drivers are not built by default. +# Enable them with the --enable- configure switches. # DEVICE_MODULES=""