# HG changeset patch # User Florian Pose # Date 1222783850 0 # Node ID e260d76b9c706bcd9f159cb9f7a5a4cd8031708c # Parent 59ab2130a85976658953ed07fdc927c3a23b3ae5 Removed some more old driver relics. diff -r 59ab2130a859 -r e260d76b9c70 NEWS --- a/NEWS Tue Sep 30 14:04:52 2008 +0000 +++ b/NEWS Tue Sep 30 14:10:50 2008 +0000 @@ -13,6 +13,7 @@ * The Sdo Information Service is only queried, if the slave has the corresponding SII bit set. * Added some missing header files in the command-line-tool code. +* Removed unstable e100, forcedeth, and r8169 drivers. Changes in version 1.4.0-rc2: diff -r 59ab2130a859 -r e260d76b9c70 documentation/ethercat_doc.tex --- a/documentation/ethercat_doc.tex Tue Sep 30 14:04:52 2008 +0000 +++ b/documentation/ethercat_doc.tex Tue Sep 30 14:10:50 2008 +0000 @@ -2347,22 +2347,10 @@ \lstinline+--with-8139too-kernel+ & 8139too kernel & $\dagger$\\ -\lstinline+--enable-e100+ & Build the e100 driver & no\\ - -\lstinline+--with-e100-kernel+ & e100 kernel & $\dagger$\\ - -\lstinline+--enable-forcedeth+ & Enable forcedeth driver & no\\ - -\lstinline+--with-forcedeth-kernel+ & forcedeth kernel & $\dagger$\\ - \lstinline+--enable-e1000+ & Enable e1000 driver & no\\ \lstinline+--with-e1000-kernel+ & e1000 kernel & $\dagger$\\ -\lstinline+--enable-r8169+ & Enable r8169 driver & no\\ - -\lstinline+--with-r8169-kernel+ & r8169 kernel & $\dagger$\\ - \end{tabular} \vspace{2mm} diff -r 59ab2130a859 -r e260d76b9c70 script/sysconfig/ethercat --- a/script/sysconfig/ethercat Tue Sep 30 14:04:52 2008 +0000 +++ b/script/sysconfig/ethercat Tue Sep 30 14:10:50 2008 +0000 @@ -32,11 +32,11 @@ # and replace them with the EtherCAT-capable ones, respectively. If a certain # (EtherCAT-capable) driver is not found, a warning will appear. # -# Possible values: 8139too, e100, e1000. +# Possible values: 8139too, e1000. # Separate multiple drivers with spaces. # -# Note: The e100 and e1000 drivers are not built by default. Enable them with -# the --enable- configure switches. +# Note: The e1000 driver is not built by default. Enable it with +# the --enable-e1000 configure switch. # DEVICE_MODULES=""