Added r8169 driver for kernel 3.4.

This commit is contained in:
Florian Pose 2013-01-10 11:43:57 +01:00
parent bb93e115d3
commit dd34e775e4
4 changed files with 12787 additions and 2 deletions

3
NEWS
View File

@ -11,7 +11,8 @@ 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 for 2.6.35, 3.4. * 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),
3.4 (F. Pose).
* 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 kernels 2.6.35, 3.0, 3.4. * Added e1000 driver for kernels 2.6.35, 3.0, 3.4.

View File

@ -126,7 +126,9 @@ noinst_HEADERS = \
r8169-2.6.37-ethercat.c \ r8169-2.6.37-ethercat.c \
r8169-2.6.37-orig.c \ r8169-2.6.37-orig.c \
r8169-3.2-ethercat.c \ r8169-3.2-ethercat.c \
r8169-3.2-orig.c r8169-3.2-orig.c \
r8169-3.4-ethercat.c \
r8169-3.4-orig.c
EXTRA_DIST = \ EXTRA_DIST = \
Kbuild.in Kbuild.in

6450
devices/r8169-3.4-ethercat.c Normal file

File diff suppressed because it is too large Load Diff

6332
devices/r8169-3.4-orig.c Normal file

File diff suppressed because it is too large Load Diff