Added 8139too driver for kernel 3.2.

This commit is contained in:
Florian Pose 2013-02-12 13:17:16 +01:00
parent a0dd6089c1
commit 038fa5bf58
4 changed files with 5414 additions and 1 deletions

2
NEWS
View File

@ -22,7 +22,7 @@ Changes since 1.5.1:
* Added ecrt_slave_config_reg_so_entry_pos() to register non-unique
PDO entries.
* Ethernet drivers
* Added 8139too driver for 3.0, 3.4.
* Added 8139too driver for 3.0, 3.2, 3.4.
* Added r8169 driver for 2.6.36 (J. Kunz), 3.2 (J. Kunz), 3.4 (F. Pose).
* Added e1000 driver for 3.0, 3.4.
* Added e1000e driver for 3.2 (J. Kunz), 3.4 (F. Pose).

File diff suppressed because it is too large Load Diff

2622
devices/8139too-3.2-orig.c Normal file

File diff suppressed because it is too large Load Diff

View File

@ -77,6 +77,8 @@ noinst_HEADERS = \
8139too-2.6.37-orig.c \
8139too-3.0-ethercat.c \
8139too-3.0-orig.c \
8139too-3.2-ethercat.c \
8139too-3.2-orig.c \
8139too-3.4-ethercat.c \
8139too-3.4-orig.c \
e100-2.6.20-ethercat.c \