Added r8169 driver for 2.6.29.
This commit is contained in:
parent
8691b42281
commit
7be660dced
2
NEWS
2
NEWS
|
|
@ -26,7 +26,7 @@ Changes since 1.4.0:
|
|||
* 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).
|
||||
* Added e1000 driver for 2.6.26 (M. Luescher).
|
||||
* Added r8169 driver for 2.6.24 and 2.6.28.
|
||||
* Added r8169 driver for 2.6.24, 2.6.28 and 2.6.29.
|
||||
* Debug interfaces are created with the Ethernet addresses of the attached
|
||||
physical device.
|
||||
* Improved error case return codes of many functions.
|
||||
|
|
|
|||
|
|
@ -71,7 +71,9 @@ noinst_HEADERS = \
|
|||
r8169-2.6.24-ethercat.c \
|
||||
r8169-2.6.24-orig.c \
|
||||
r8169-2.6.28-ethercat.c \
|
||||
r8169-2.6.28-orig.c
|
||||
r8169-2.6.28-orig.c \
|
||||
r8169-2.6.29-ethercat.c \
|
||||
r8169-2.6.29-orig.c
|
||||
|
||||
EXTRA_DIST = \
|
||||
Kbuild.in
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue