Added r8169 driver for 2.6.27 and 2.6.31.

This commit is contained in:
Florian Pose 2010-04-15 20:53:46 +02:00
parent df751a565d
commit 62059b5dbf
6 changed files with 14805 additions and 2 deletions

2
NEWS
View File

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

View File

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

3463
devices/r8169-2.6.27-orig.c Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

3843
devices/r8169-2.6.31-orig.c Normal file

File diff suppressed because it is too large Load Diff