Added e100 und 8139too for 6.12.

This commit is contained in:
Florian Pose 2025-06-26 13:14:53 +02:00
parent 13d2303b30
commit cdc5d62299
5 changed files with 12102 additions and 3 deletions

File diff suppressed because it is too large Load Diff

2678
devices/8139too-6.12-orig.c Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# #
# Copyright (C) 2006-2023 Florian Pose, Ingenieurgemeinschaft IgH # Copyright (C) 2006-2025 Florian Pose, Ingenieurgemeinschaft IgH
# #
# This file is part of the IgH EtherCAT Master. # This file is part of the IgH EtherCAT Master.
# #
@ -61,6 +61,8 @@ noinst_HEADERS = \
8139too-5.15-orig.c \ 8139too-5.15-orig.c \
8139too-6.1-ethercat.c \ 8139too-6.1-ethercat.c \
8139too-6.1-orig.c \ 8139too-6.1-orig.c \
8139too-6.12-ethercat.c \
8139too-6.12-orig.c \
8139too-6.4-ethercat.c \ 8139too-6.4-ethercat.c \
8139too-6.4-orig.c \ 8139too-6.4-orig.c \
create_driver_table.py \ create_driver_table.py \
@ -83,16 +85,18 @@ noinst_HEADERS = \
e100-3.8-orig.c \ e100-3.8-orig.c \
e100-4.4-ethercat.c \ e100-4.4-ethercat.c \
e100-4.4-orig.c \ e100-4.4-orig.c \
e100-5.4-ethercat.c \
e100-5.4-orig.c \
e100-5.10-ethercat.c \ e100-5.10-ethercat.c \
e100-5.10-orig.c \ e100-5.10-orig.c \
e100-5.14-ethercat.c \ e100-5.14-ethercat.c \
e100-5.14-orig.c \ e100-5.14-orig.c \
e100-5.15-ethercat.c \ e100-5.15-ethercat.c \
e100-5.15-orig.c \ e100-5.15-orig.c \
e100-5.4-ethercat.c \
e100-5.4-orig.c \
e100-6.1-ethercat.c \ e100-6.1-ethercat.c \
e100-6.1-orig.c \ e100-6.1-orig.c \
e100-6.12-ethercat.c \
e100-6.12-orig.c \
e100-6.4-ethercat.c \ e100-6.4-ethercat.c \
e100-6.4-orig.c \ e100-6.4-orig.c \
ecdev.h \ ecdev.h \

3382
devices/e100-6.12-ethercat.c Normal file

File diff suppressed because it is too large Load Diff

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

File diff suppressed because it is too large Load Diff