Added e100 for kernel 2.6.29, thanks to Andre Puschmann.

This commit is contained in:
Florian Pose 2009-07-15 12:00:17 +00:00
parent 7749257ccb
commit 2ce7cf6466
4 changed files with 5858 additions and 0 deletions

1
NEWS
View File

@ -21,6 +21,7 @@ Changes since 1.4.0:
* Added phy_read and phy_write commands to ethercat tool.
* Added e100 driver for Intel PRO/100 NICs.
- Added e100 driver for 2.6.28, thanks to Kim. H. Madsen.
- Added e100 driver for 2.6.29, thanks to Andre Puschmann.
* 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).

View File

@ -65,6 +65,8 @@ noinst_HEADERS = \
e100-2.6.26-orig.c \
e100-2.6.28-ethercat.c \
e100-2.6.28-orig.c \
e100-2.6.29-ethercat.c \
e100-2.6.29-orig.c \
ecdev.h \
r8169-2.6.24-ethercat.c \
r8169-2.6.24-orig.c \

File diff suppressed because it is too large Load Diff

2843
devices/e100-2.6.29-orig.c Normal file

File diff suppressed because it is too large Load Diff