Added e100 driver for kernel 3.4.
This commit is contained in:
parent
ad5be739c1
commit
7a9b4de7c3
4
NEWS
4
NEWS
|
|
@ -10,11 +10,11 @@ Changes in 1.5.1:
|
||||||
|
|
||||||
* Fixed reset of allow_scanning flag if ecrt_master_activate() was not called.
|
* Fixed reset of allow_scanning flag if ecrt_master_activate() was not called.
|
||||||
* Fixed missing distribution for r8169 for 2.6.32 and e1000 driver for 2.6.31.
|
* Fixed missing distribution for r8169 for 2.6.32 and e1000 driver for 2.6.31.
|
||||||
* Added e100 and e1000 drivers for 2.6.35.
|
* Added e100 for 2.6.35, 3.4.
|
||||||
* Added r8169 driver for 2.6.35 (F. Pose), 2.6.36 (J. Kunz), 3.2 (J. Kunz).
|
* Added r8169 driver for 2.6.35 (F. Pose), 2.6.36 (J. Kunz), 3.2 (J. Kunz).
|
||||||
* Added e1000e driver for 2.6.35 (F. Pose), 3.2 (J. Kunz), 3.4 (F. Pose).
|
* Added e1000e driver for 2.6.35 (F. Pose), 3.2 (J. Kunz), 3.4 (F. Pose).
|
||||||
* Added fix for ESC port order (DC delay calculation).
|
* Added fix for ESC port order (DC delay calculation).
|
||||||
* Added e1000 driver for kernel 3.0.
|
* Added e1000 driver for kernels 2.6.35, 3.0.
|
||||||
* Added 8139too driver for kernel 3.4.
|
* Added 8139too driver for kernel 3.4.
|
||||||
|
|
||||||
Changes in 1.5.0:
|
Changes in 1.5.0:
|
||||||
|
|
|
||||||
|
|
@ -101,6 +101,8 @@ noinst_HEADERS = \
|
||||||
e100-2.6.37-orig.c \
|
e100-2.6.37-orig.c \
|
||||||
e100-3.0-ethercat.c \
|
e100-3.0-ethercat.c \
|
||||||
e100-3.0-orig.c \
|
e100-3.0-orig.c \
|
||||||
|
e100-3.4-ethercat.c \
|
||||||
|
e100-3.4-orig.c \
|
||||||
ecdev.h \
|
ecdev.h \
|
||||||
generic.c \
|
generic.c \
|
||||||
r8169-2.6.24-ethercat.c \
|
r8169-2.6.24-ethercat.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