Added r8169 driver for 2.6.37.

This commit is contained in:
Florian Pose 2012-01-04 14:04:24 +01:00
parent 55c340069c
commit 09fd1c1d3a
4 changed files with 10100 additions and 2 deletions

2
NEWS
View File

@ -36,7 +36,7 @@ Changes in 1.5:
* Added e1000 driver for 2.6.26 (M. Luescher), 2.6.27, 2.6.28, 2.6.29, 2.6.32,
2.6.33 (J. Kunz), 2.6.37.
* Added r8169 driver for 2.6.24, 2.6.27, 2.6.28, 2.6.29, 2.6.31, 2.6.32
(Robbie K), 2.6.33 (J. Kunz).
(Robbie K), 2.6.33 (J. Kunz), 2.6.37.
* Added e1000e driver for 2.6.32, 2.6.33, 2.6.34 (thanks to Siwei Zhuang),
2.6.37.
* Debug interfaces are created with the Ethernet addresses of the attached

View File

@ -108,7 +108,9 @@ noinst_HEADERS = \
r8169-2.6.31-ethercat.c \
r8169-2.6.31-orig.c \
r8169-2.6.33-ethercat.c \
r8169-2.6.33-orig.c
r8169-2.6.33-orig.c \
r8169-2.6.37-ethercat.c \
r8169-2.6.37-orig.c
EXTRA_DIST = \
Kbuild.in

File diff suppressed because it is too large Load Diff

5008
devices/r8169-2.6.37-orig.c Normal file

File diff suppressed because it is too large Load Diff