Added r8169 driver for kernel 3.2 (thanks to J. Kunz).
This commit is contained in:
parent
03c932486a
commit
650d7d3172
2
NEWS
2
NEWS
|
|
@ -10,7 +10,7 @@ Changes since 1.5:
|
|||
|
||||
* Added e1000e driver for 2.3.32, 2.6.33, 2.6.34 (thanks to Siwei Zhuang),
|
||||
2.6.35 and 2.6.37.
|
||||
* Added r8169 driver for 2.6.35 (F. Pose), 2.6.36 (J. Kunz).
|
||||
* Added r8169 driver for 2.6.35 (F. Pose), 2.6.36 (J. Kunz), 3.2 (J. Kunz).
|
||||
* Added e100 driver for 2.6.35, 3.0.
|
||||
* Added e1000 driver for 2.6.35, 3.0.
|
||||
|
||||
|
|
|
|||
|
|
@ -120,7 +120,9 @@ noinst_HEADERS = \
|
|||
r8169-2.6.36-ethercat.c \
|
||||
r8169-2.6.36-orig.c \
|
||||
r8169-2.6.37-ethercat.c \
|
||||
r8169-2.6.37-orig.c
|
||||
r8169-2.6.37-orig.c \
|
||||
r8169-3.2-ethercat.c \
|
||||
r8169-3.2-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