Added e100 driver for kernel 3.6.

This commit is contained in:
Florian Pose 2014-10-27 13:41:01 +01:00
parent 8e5d96ba5e
commit 6e8888827a
4 changed files with 6570 additions and 1 deletions

View File

@ -109,6 +109,8 @@ noinst_HEADERS = \
e100-3.0-orig.c \ e100-3.0-orig.c \
e100-3.4-ethercat.c \ e100-3.4-ethercat.c \
e100-3.4-orig.c \ e100-3.4-orig.c \
e100-3.6-ethercat.c \
e100-3.6-orig.c \
ecdev.h \ ecdev.h \
generic.c \ generic.c \
r8169-2.6.24-ethercat.c \ r8169-2.6.24-ethercat.c \

3372
devices/e100-3.6-ethercat.c Normal file

File diff suppressed because it is too large Load Diff

3195
devices/e100-3.6-orig.c Normal file

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@ KERNELDIR=/data/kernel/linux-3.6.11
PREVER=3.4 PREVER=3.4
KERNELVER=3.6 KERNELVER=3.6
for f in $KERNELDIR/drivers/net/ethernet/realtek/{8139too,r8169}.c; do for f in $KERNELDIR/drivers/net/ethernet/{realtek/8139too,realtek/r8169,intel/e100}.c; do
echo $f echo $f
b=$(basename $f) b=$(basename $f)
o=${b/\./-$KERNELVER-orig.} o=${b/\./-$KERNELVER-orig.}