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

This commit is contained in:
Florian Pose 2009-05-07 15:00:01 +00:00
parent 50d336063f
commit 8908f29f29
4 changed files with 5410 additions and 1 deletions

2
NEWS
View File

@ -21,7 +21,7 @@ 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 8139too driver for 2.6.27 and 2.6.28, thanks to M. Goetze.
* Added e1000 driver for 2.6.26, thanks to M. Luescher.
* Implemented the File Access over EtherCAT (FoE) mailbox protocol, thanks to
O. Zarges.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

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