# HG changeset patch
# User Florian Pose <fp@igh-essen.com>
# Date 1262691367 -3600
# Node ID fc0754d913166d3f70b5a51bc9cfb533679b9029
# Parent  ffe3cebd5d53055e6dc0221e7a8c41bc380dd4c8
Updated FEATURES.

diff -r ffe3cebd5d53 -r fc0754d91316 FEATURES
--- a/FEATURES	Tue Jan 05 12:32:52 2010 +0100
+++ b/FEATURES	Tue Jan 05 12:36:07 2010 +0100
@@ -14,13 +14,16 @@
   - Runs as kernel module for Linux 2.6.
   - Multiple masters possible on one machine.
 
-* EtherCAT-capable versions of standard Linux drivers for wide-spread
-  Ethernet devices.
-  - Interrupt-less operation of Ethernet devices.
-  - Easy implementation of additional Ethernet drivers through common device
-    interface.
+* Native EtherCAT-capable versions of standard Linux drivers for wide-spread
+  Ethernet devices, as well as a generic driver for all chips supported by the
+  Linux kernel.
+  - Interrupt-less operation of Ethernet devices when using native drivers.
+  - Easy implementation of additional native Ethernet drivers through common
+    device interface.
   - Operation possible with any device supported by the standard drivers,
     including PCMCIA devices.
+  - For any other hardware, the generic driver can be used. It uses the lower
+    layers of the Linux network stack.
 
 * Supports any realtime environment through independent architecture.
   - RTAI, Xenomai, RT-Preempt, etc.