Removed some more old driver relics. stable-1.4
authorFlorian Pose <fp@igh-essen.com>
Tue, 30 Sep 2008 14:10:50 +0000
branchstable-1.4
changeset 1641 e260d76b9c70
parent 1640 59ab2130a859
child 1642 9e1f528b8bdd
Removed some more old driver relics.
NEWS
documentation/ethercat_doc.tex
script/sysconfig/ethercat
--- 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:
 
--- 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}
 
--- 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-<driver> configure switches.
+# Note: The e1000 driver is not built by default. Enable it with
+# the --enable-e1000 configure switch.
 # 
 DEVICE_MODULES=""