Added 8139too driver for 2.6.27, thanks to M. Goetze.

This commit is contained in:
Florian Pose 2009-03-09 09:10:05 +00:00
parent a5752e0123
commit a917fda81f
4 changed files with 5407 additions and 1 deletions

4
NEWS
View File

@ -20,8 +20,10 @@ Changes since 1.4.0:
* Improved error case return codes of many functions.
* Added 8139too driver for 2.6.25.
* Added 8139too driver for 2.6.26, thanks to M. Luescher.
* Added 8139too driver for 2.6.27, thanks to M. Goetze.
* Added e1000 driver for 2.6.26, thanks to M. Luescher.
* Implemented the File Access over EtherCAT (FoE) mailbox protocol.
* Implemented the File Access over EtherCAT (FoE) mailbox protocol, thanks to
O. Zarges.
* Going to the Bootstrap state is now supported by the state machines and the
command-line tool.
* Introduced ecrt_master_slave() to get information about a certain slave.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -51,6 +51,8 @@ noinst_HEADERS = \
8139too-2.6.25-orig.c \
8139too-2.6.26-ethercat.c \
8139too-2.6.26-orig.c \
8139too-2.6.27-ethercat.c \
8139too-2.6.27-orig.c \
e100-2.6.20-ethercat.c \
e100-2.6.20-orig.c \
e100-2.6.24-ethercat.c \