Added 8139too driver for 2.6.34, thanks to Malcolm Lewis.
This commit is contained in:
parent
f739694670
commit
1b40b2ac8d
3
NEWS
3
NEWS
|
|
@ -27,7 +27,8 @@ Changes since 1.4.0:
|
|||
- Added e100 driver for 2.6.29, thanks to Andre Puschmann.
|
||||
- Added e100 driver for 2.6.31.
|
||||
* Added 8139too driver for kernels 2.6.25 (F. Pose), 2.6.26 (M. Luescher),
|
||||
2.6.27, 2.6.28 and 2.6.29 (M. Goetze).
|
||||
2.6.27, 2.6.28, 2.6.29 (M. Goetze), 2.6.31 (F. Pose) and 2.6.34 (Malcolm
|
||||
Lewis).
|
||||
* Added e1000 driver for 2.6.26 (M. Luescher) and 2.6.27.
|
||||
* Added r8169 driver for 2.6.24, 2.6.27, 2.6.28, 2.6.29, 2.6.31 and 2.6.32
|
||||
(latter thanks to Robbie K).
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -59,6 +59,8 @@ noinst_HEADERS = \
|
|||
8139too-2.6.29-orig.c \
|
||||
8139too-2.6.31-ethercat.c \
|
||||
8139too-2.6.31-orig.c \
|
||||
8139too-2.6.34-ethercat.c \
|
||||
8139too-2.6.34-orig.c \
|
||||
e100-2.6.20-ethercat.c \
|
||||
e100-2.6.20-orig.c \
|
||||
e100-2.6.24-ethercat.c \
|
||||
|
|
|
|||
Loading…
Reference in New Issue