Added e100 driver for 2.6.37.

This commit is contained in:
Florian Pose 2012-01-04 12:35:31 +01:00
parent aad86ac405
commit a471127e3e
4 changed files with 6410 additions and 7 deletions

9
NEWS
View File

@ -26,12 +26,9 @@ Changes in 1.5:
* Separated datagram initialization from filling the payload with zeros.
Introduced new method ec_datagram_zero() for that.
* Added phy_read and phy_write commands to ethercat tool.
* Added e100 driver for Intel PRO/100 NICs.
- Added e100 driver for 2.6.27.
- Added e100 driver for 2.6.28, thanks to Kim. H. Madsen.
- Added e100 driver for 2.6.29, thanks to Andre Puschmann.
- Added e100 driver for 2.6.31.
- Added e100 driver for 2.6.32.
* Added e100 driver for Intel PRO/100 NICs for 2.6.27, 2.6.28 (thanks to
Kim. H. Madsen), 2.6.29 (thanks to Andre Puschmann), 2.6.31, 2.6.32, 2.6.33
and 2.6.37.
* Added 8139too driver for kernels 2.6.25 (F. Pose), 2.6.26 (M. Luescher),
2.6.27, 2.6.28, 2.6.29 (M. Goetze), 2.6.31 (F. Pose), 2.6.34 (Malcolm
Lewis), 2.6.36 (F. Pose) and 2.6.37 (F. Pose).

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------
#
# $Id: Makefile.am,v 1baafcd263cc 2011/07/06 14:37:40 fp $
# $Id$
#
# Copyright (C) 2006-2008 Florian Pose, Ingenieurgemeinschaft IgH
#
@ -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.37-ethercat.c \
e100-2.6.37-orig.c \
ecdev.h \
generic.c \
r8169-2.6.24-ethercat.c \

File diff suppressed because it is too large Load Diff

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

File diff suppressed because it is too large Load Diff