Added e100 driver for 2.6.28, thanks to Kim H. Madsen.
This commit is contained in:
parent
a30c09c05b
commit
7fa57e2f0f
1
NEWS
1
NEWS
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue