Added 8139too driver for kernel 3.0.
This commit is contained in:
parent
a2da5180b8
commit
a0dd6089c1
3
NEWS
3
NEWS
|
|
@ -22,11 +22,12 @@ Changes since 1.5.1:
|
|||
* Added ecrt_slave_config_reg_so_entry_pos() to register non-unique
|
||||
PDO entries.
|
||||
* 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 e1000 driver for 3.0, 3.4.
|
||||
* Added e1000e driver for 3.2 (J. Kunz), 3.4 (F. Pose).
|
||||
* Added e100 driver for 3.0, 3.4.
|
||||
* Fixes regarding 8139too driver for 2.6.36.
|
||||
* Some fixes for all e1000 and e1000e drivers.
|
||||
* General behaviour
|
||||
* Avoided semaphore locking from userspace/rtdm library: Implemented
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -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.0-ethercat.c \
|
||||
8139too-3.0-orig.c \
|
||||
8139too-3.4-ethercat.c \
|
||||
8139too-3.4-orig.c \
|
||||
e100-2.6.20-ethercat.c \
|
||||
|
|
|
|||
Loading…
Reference in New Issue