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:
Yuval Mintz
2015-10-26 11:02:27 +02:00
committed by David S. Miller
parent 25c089d78f
commit e712d52b9f
5 changed files with 436 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
obj-$(CONFIG_QEDE) := qede.o
qede-y := qede_main.o