Added r8169 driver for 2.6.27 and 2.6.31.
This commit is contained in:
parent
df751a565d
commit
62059b5dbf
2
NEWS
2
NEWS
|
|
@ -29,7 +29,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, 2.6.28 and 2.6.29.
|
||||
* Added r8169 driver for 2.6.24, 2.6.27, 2.6.28, 2.6.29 and 2.6.31.
|
||||
* Debug interfaces are created with the Ethernet addresses of the attached
|
||||
physical device.
|
||||
* Improved error case return codes of many functions.
|
||||
|
|
|
|||
|
|
@ -77,10 +77,14 @@ noinst_HEADERS = \
|
|||
generic.c \
|
||||
r8169-2.6.24-ethercat.c \
|
||||
r8169-2.6.24-orig.c \
|
||||
r8169-2.6.27-ethercat.c \
|
||||
r8169-2.6.27-orig.c \
|
||||
r8169-2.6.28-ethercat.c \
|
||||
r8169-2.6.28-orig.c \
|
||||
r8169-2.6.29-ethercat.c \
|
||||
r8169-2.6.29-orig.c
|
||||
r8169-2.6.29-orig.c \
|
||||
r8169-2.6.31-ethercat.c \
|
||||
r8169-2.6.31-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
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