Added e100 driver for 2.6.28, thanks to Kim H. Madsen.

This commit is contained in:
Florian Pose 2009-06-16 08:36:15 +00:00
parent a30c09c05b
commit 7fa57e2f0f
4 changed files with 6055 additions and 0 deletions

1
NEWS
View File

@ -23,6 +23,7 @@ Changes since 1.4.0:
* Added 8139too driver for 2.6.26, thanks to M. Luescher.
* Added 8139too driver for 2.6.27, 2.6.28 and 2.6.29, thanks to M. Goetze.
* Added e1000 driver for 2.6.26, thanks to M. Luescher.
* Added e100 driver for 2.6.28, thanks to Kim. H. Madsen.
* 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

View File

@ -63,6 +63,8 @@ noinst_HEADERS = \
e100-2.6.24-orig.c \
e100-2.6.26-ethercat.c \
e100-2.6.26-orig.c \
e100-2.6.28-ethercat.c \
e100-2.6.28-orig.c \
ecdev.h \
r8169-2.6.24-ethercat.c \
r8169-2.6.24-orig.c

File diff suppressed because it is too large Load Diff

2940
devices/e100-2.6.28-orig.c Normal file

File diff suppressed because it is too large Load Diff