qede: Add basic Network driver
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>
This commit is contained in:

committed by
David S. Miller

parent
25c089d78f
commit
e712d52b9f
3
drivers/net/ethernet/qlogic/qede/Makefile
Normal file
3
drivers/net/ethernet/qlogic/qede/Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
obj-$(CONFIG_QEDE) := qede.o
|
||||
|
||||
qede-y := qede_main.o
|
Reference in New Issue
Block a user