Skip to content
Snippets Groups Projects
Commit 6a533afb authored by Florian Pose's avatar Florian Pose
Browse files

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

parent 4717d1e9
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,10 @@ Changes since 1.4.0: ...@@ -20,8 +20,10 @@ Changes since 1.4.0:
* Improved error case return codes of many functions. * Improved error case return codes of many functions.
* Added 8139too driver for 2.6.25. * Added 8139too driver for 2.6.25.
* Added 8139too driver for 2.6.26, thanks to M. Luescher. * 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. * 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 * Going to the Bootstrap state is now supported by the state machines and the
command-line tool. command-line tool.
* Introduced ecrt_master_slave() to get information about a certain slave. * Introduced ecrt_master_slave() to get information about a certain slave.
......
This diff is collapsed.
This diff is collapsed.
...@@ -51,6 +51,8 @@ noinst_HEADERS = \ ...@@ -51,6 +51,8 @@ noinst_HEADERS = \
8139too-2.6.25-orig.c \ 8139too-2.6.25-orig.c \
8139too-2.6.26-ethercat.c \ 8139too-2.6.26-ethercat.c \
8139too-2.6.26-orig.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-ethercat.c \
e100-2.6.20-orig.c \ e100-2.6.20-orig.c \
e100-2.6.24-ethercat.c \ e100-2.6.24-ethercat.c \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment