mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 17:16:41 +07:00
e712d52b9f
The Qlogic Everest Driver for Ethernet is the Ethernet specific module for QL4xxx ethernet products by Qlogic. This patch adds a very minimal PCI driver, one that doesn't yet register a network device, but one that does interact with qed and does a basic initialization of the HW. Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: Ariel Elior <Ariel.Elior@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
11 lines
239 B
Makefile
11 lines
239 B
Makefile
#
|
|
# Makefile for the QLogic network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_QLA3XXX) += qla3xxx.o
|
|
obj-$(CONFIG_QLCNIC) += qlcnic/
|
|
obj-$(CONFIG_QLGE) += qlge/
|
|
obj-$(CONFIG_NETXEN_NIC) += netxen/
|
|
obj-$(CONFIG_QED) += qed/
|
|
obj-$(CONFIG_QEDE)+= qede/
|