Added r8169 driver for 2.6.29.

This commit is contained in:
Florian Pose 2009-07-30 14:21:28 +00:00
parent 8691b42281
commit 7be660dced
4 changed files with 7847 additions and 2 deletions

2
NEWS
View File

@ -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.

View File

@ -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

3873
devices/r8169-2.6.29-orig.c Normal file

File diff suppressed because it is too large Load Diff