Added 8139too driver for kernel 3.2.
This commit is contained in:
parent
a0dd6089c1
commit
038fa5bf58
2
NEWS
2
NEWS
|
|
@ -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
File diff suppressed because it is too large
Load Diff
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue