Added 8139too driver for kernel 3.0.

This commit is contained in:
Florian Pose 2013-02-12 12:25:24 +01:00
parent a2da5180b8
commit a0dd6089c1
4 changed files with 5413 additions and 1 deletions

3
NEWS
View File

@ -22,11 +22,12 @@ Changes since 1.5.1:
* Added ecrt_slave_config_reg_so_entry_pos() to register non-unique * Added ecrt_slave_config_reg_so_entry_pos() to register non-unique
PDO entries. PDO entries.
* Ethernet drivers * Ethernet drivers
* Fixes regarding 8139too driver for 2.6.36, 3.4. * Added 8139too driver for 3.0, 3.4.
* Added r8169 driver for 2.6.36 (J. Kunz), 3.2 (J. Kunz), 3.4 (F. Pose). * 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 e1000 driver for 3.0, 3.4.
* Added e1000e driver for 3.2 (J. Kunz), 3.4 (F. Pose). * Added e1000e driver for 3.2 (J. Kunz), 3.4 (F. Pose).
* Added e100 driver for 3.0, 3.4. * Added e100 driver for 3.0, 3.4.
* Fixes regarding 8139too driver for 2.6.36.
* Some fixes for all e1000 and e1000e drivers. * Some fixes for all e1000 and e1000e drivers.
* General behaviour * General behaviour
* Avoided semaphore locking from userspace/rtdm library: Implemented * Avoided semaphore locking from userspace/rtdm library: Implemented

File diff suppressed because it is too large Load Diff

2621
devices/8139too-3.0-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.36-orig.c \
8139too-2.6.37-ethercat.c \ 8139too-2.6.37-ethercat.c \
8139too-2.6.37-orig.c \ 8139too-2.6.37-orig.c \
8139too-3.0-ethercat.c \
8139too-3.0-orig.c \
8139too-3.4-ethercat.c \ 8139too-3.4-ethercat.c \
8139too-3.4-orig.c \ 8139too-3.4-orig.c \
e100-2.6.20-ethercat.c \ e100-2.6.20-ethercat.c \