mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
Driver for Beckhoff CX5020 EtherCAT master module.
This driver adds support for EtherCAT master module located on CCAT FPGA found on Beckhoff CX series industrial PCs. The driver exposes EtherCAT master as an ethernet interface. EtherCAT is a fieldbus protocol defined on top of ethernet and Beckhoff CX5020 PCs come with built-in EtherCAT master module located on a FPGA, which in turn is connected to a PCI bus. Signed-off-by: Dariusz Marcinkiewicz <reksio@newterm.pl> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
ba6b918ab2
commit
6af55ff52b
@@ -35,6 +35,18 @@ source "drivers/net/ethernet/calxeda/Kconfig"
|
||||
source "drivers/net/ethernet/chelsio/Kconfig"
|
||||
source "drivers/net/ethernet/cirrus/Kconfig"
|
||||
source "drivers/net/ethernet/cisco/Kconfig"
|
||||
|
||||
config CX_ECAT
|
||||
tristate "Beckhoff CX5020 EtherCAT master support"
|
||||
depends on PCI
|
||||
---help---
|
||||
Driver for EtherCAT master module located on CCAT FPGA
|
||||
that can be found on Beckhoff CX5020, and possibly other of CX
|
||||
Beckhoff CX series industrial PCs.
|
||||
|
||||
To compile this driver as a module, choose M here. The module
|
||||
will be called ec_bhf.
|
||||
|
||||
source "drivers/net/ethernet/davicom/Kconfig"
|
||||
|
||||
config DNET
|
||||
|
||||
@@ -21,6 +21,7 @@ obj-$(CONFIG_NET_CALXEDA_XGMAC) += calxeda/
|
||||
obj-$(CONFIG_NET_VENDOR_CHELSIO) += chelsio/
|
||||
obj-$(CONFIG_NET_VENDOR_CIRRUS) += cirrus/
|
||||
obj-$(CONFIG_NET_VENDOR_CISCO) += cisco/
|
||||
obj-$(CONFIG_CX_ECAT) += ec_bhf.o
|
||||
obj-$(CONFIG_DM9000) += davicom/
|
||||
obj-$(CONFIG_DNET) += dnet.o
|
||||
obj-$(CONFIG_NET_VENDOR_DEC) += dec/
|
||||
|
||||
706
drivers/net/ethernet/ec_bhf.c
Normal file
706
drivers/net/ethernet/ec_bhf.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user