Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1202d6ff authored by Francois Romieu's avatar Francois Romieu Committed by David S. Miller
Browse files

[IPG]: add IP1000A driver to kernel tree

parent 6b2f9cb6
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -2081,6 +2081,16 @@ P: Juanjo Ciarlante
M:	jjciarla@raiz.uncu.edu.ar
M:	jjciarla@raiz.uncu.edu.ar
S:	Maintained
S:	Maintained


IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
P:	Francois Romieu
M:	romieu@fr.zoreil.com
P:	Sorbica Shieh
M:	sorbica@icplus.com.tw
P:	Jesse Huang
M:	jesse@icplus.com.tw
L:	netdev@vger.kernel.org
S:	Maintained

IPATH DRIVER:
IPATH DRIVER:
P:	Arthur Jones
P:	Arthur Jones
M:	infinipath@qlogic.com
M:	infinipath@qlogic.com
+9 −0
Original line number Original line Diff line number Diff line
@@ -165,6 +165,15 @@ config NET_SB1000


	  If you don't have this card, of course say N.
	  If you don't have this card, of course say N.


config IP1000
       tristate "IP1000 Gigabit Ethernet support"
       depends on PCI && EXPERIMENTAL
       ---help---
         This driver supports IP1000 gigabit Ethernet cards.

         To compile this driver as a module, choose M here: the module
         will be called ipg.  This is recommended.

source "drivers/net/arcnet/Kconfig"
source "drivers/net/arcnet/Kconfig"


source "drivers/net/phy/Kconfig"
source "drivers/net/phy/Kconfig"
+1 −0
Original line number Original line Diff line number Diff line
@@ -7,6 +7,7 @@ obj-$(CONFIG_E1000E) += e1000e/
obj-$(CONFIG_IBM_EMAC) += ibm_emac/
obj-$(CONFIG_IBM_EMAC) += ibm_emac/
obj-$(CONFIG_IXGBE) += ixgbe/
obj-$(CONFIG_IXGBE) += ixgbe/
obj-$(CONFIG_IXGB) += ixgb/
obj-$(CONFIG_IXGB) += ixgb/
obj-$(CONFIG_IP1000) += ipg.o
obj-$(CONFIG_CHELSIO_T1) += chelsio/
obj-$(CONFIG_CHELSIO_T1) += chelsio/
obj-$(CONFIG_CHELSIO_T3) += cxgb3/
obj-$(CONFIG_CHELSIO_T3) += cxgb3/
obj-$(CONFIG_EHEA) += ehea/
obj-$(CONFIG_EHEA) += ehea/

drivers/net/ipg.c

0 → 100644
+2326 −0

File added.

Preview size limit exceeded, changes collapsed.

drivers/net/ipg.h

0 → 100644
+856 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading