Added 8139too driver for kernel 3.4.

This commit is contained in:
Florian Pose 2013-01-07 11:34:58 +01:00
parent 59ffe067ae
commit 3769e05859
4 changed files with 5583 additions and 0 deletions

1
NEWS
View File

@ -15,6 +15,7 @@ Changes in 1.5.1:
* Added e1000e driver for 2.6.35 (F. Pose), 3.2 (J. Kunz).
* Added fix for ESC port order (DC delay calculation).
* Added e1000 driver for kernel 3.0.
* Added 8139too driver for kernel 3.4.
Changes in 1.5.0:

File diff suppressed because it is too large Load Diff

2707
devices/8139too-3.4-orig.c Normal file

File diff suppressed because it is too large Load Diff

View File

@ -75,6 +75,8 @@ noinst_HEADERS = \
8139too-2.6.36-orig.c \
8139too-2.6.37-ethercat.c \
8139too-2.6.37-orig.c \
8139too-3.4-ethercat.c \
8139too-3.4-orig.c \
e100-2.6.20-ethercat.c \
e100-2.6.20-orig.c \
e100-2.6.24-ethercat.c \