Merge branch 'devel-1.6' into 'stable-1.6'

mention all current drivers in ethercat.conf

See merge request etherlab.org/ethercat!135
This commit is contained in:
Florian Pose 2024-06-07 13:16:14 +00:00
commit bc945f69ab
1 changed files with 2 additions and 2 deletions

View File

@ -53,10 +53,10 @@ MASTER0_DEVICE=""
# the EtherCAT-capable ones. If a certain (EtherCAT-capable) driver is not # the EtherCAT-capable ones. If a certain (EtherCAT-capable) driver is not
# found, a warning will appear. # 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. # Separate multiple drivers with spaces.
# A list of all matching kernel versions can be found here: # 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 # Note: The e100, e1000, e1000e, r8169, ccat, igb and igc drivers are not built by
# default. Enable them with the --enable-<driver> configure switches. # default. Enable them with the --enable-<driver> configure switches.