Skip to content

Commit

Permalink
[IPG]: add IP1000A driver to kernel tree
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Huang <[email protected]>
Signed-off-by: Stefan Lippers-Hollmann <[email protected]>
Signed-off-by: Francois Romieu <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Francois Romieu authored and David S. Miller committed Oct 10, 2007
1 parent 6b2f9cb commit 1202d6f
Show file tree
Hide file tree
Showing 6 changed files with 3,204 additions and 0 deletions.
10 changes: 10 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -2081,6 +2081,16 @@ P: Juanjo Ciarlante
M: [email protected]
S: Maintained

IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
P: Francois Romieu
M: [email protected]
P: Sorbica Shieh
M: [email protected]
P: Jesse Huang
M: [email protected]
L: [email protected]
S: Maintained

IPATH DRIVER:
P: Arthur Jones
M: [email protected]
Expand Down
9 changes: 9 additions & 0 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,15 @@ config NET_SB1000

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/phy/Kconfig"
Expand Down
1 change: 1 addition & 0 deletions drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ obj-$(CONFIG_E1000E) += e1000e/
obj-$(CONFIG_IBM_EMAC) += ibm_emac/
obj-$(CONFIG_IXGBE) += ixgbe/
obj-$(CONFIG_IXGB) += ixgb/
obj-$(CONFIG_IP1000) += ipg.o
obj-$(CONFIG_CHELSIO_T1) += chelsio/
obj-$(CONFIG_CHELSIO_T3) += cxgb3/
obj-$(CONFIG_EHEA) += ehea/
Expand Down
Loading

0 comments on commit 1202d6f

Please sign in to comment.