Added e100 driver for 2.6.35.

This commit is contained in:
Florian Pose 2012-01-30 09:54:50 +01:00
parent 0b23df6512
commit 4ade756346
4 changed files with 6407 additions and 0 deletions

1
NEWS
View File

@ -11,6 +11,7 @@ Changes since 1.5:
* Added e1000e driver for 2.3.32, 2.6.33, 2.6.34 (thanks to Siwei Zhuang) and
2.6.37.
* Added r8169 driver for 2.6.35.
* Added e100 driver for 2.6.35.
Changes in 1.5:

View File

@ -93,6 +93,8 @@ noinst_HEADERS = \
e100-2.6.32-orig.c \
e100-2.6.33-ethercat.c \
e100-2.6.33-orig.c \
e100-2.6.35-ethercat.c \
e100-2.6.35-orig.c \
e100-2.6.37-ethercat.c \
e100-2.6.37-orig.c \
ecdev.h \

File diff suppressed because it is too large Load Diff

3115
devices/e100-2.6.35-orig.c Normal file

File diff suppressed because it is too large Load Diff