From 7e8c6cf12a0ea5644697eaf09c1d341ba5a0f620 Mon Sep 17 00:00:00 2001 From: Bjarne von Horn Date: Fri, 7 Jun 2024 15:03:47 +0200 Subject: [PATCH] mention all current drivers in ethercat.conf --- script/ethercat.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/ethercat.conf b/script/ethercat.conf index a5f52d7e..0125fb78 100644 --- a/script/ethercat.conf +++ b/script/ethercat.conf @@ -53,10 +53,10 @@ MASTER0_DEVICE="" # the EtherCAT-capable ones. If a certain (EtherCAT-capable) driver is not # found, a warning will appear. # -# Possible values: 8139too, e100, e1000, e1000e, r8169, generic, ccat, igb, igc. +# Possible values: 8139too, e100, e1000, e1000e, r8169, generic, ccat, igb, igc, genet, dwmac-intel, stmmac-pci. # Separate multiple drivers with spaces. # A list of all matching kernel versions can be found here: -# https://docs.etherlab.org/ethercat/1.5/doxygen/devicedrivers.html +# https://docs.etherlab.org/ethercat/1.6/doxygen/devicedrivers.html # # Note: The e100, e1000, e1000e, r8169, ccat, igb and igc drivers are not built by # default. Enable them with the --enable- configure switches.