Skip to content

Commit a3138df

Browse files
author
David S. Miller
committed
[NIU]: Add Sun Neptune ethernet driver.
With cleanup suggestions and bugs spotted by Stephen Hemminger, Ingo Oeser, Matheos Worku, and Oliver Hartkopp. Signed-off-by: David S. Miller <[email protected]>
1 parent 4a5409a commit a3138df

File tree

4 files changed

+11169
-0
lines changed

4 files changed

+11169
-0
lines changed

drivers/net/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2594,6 +2594,13 @@ config NETXEN_NIC
25942594
help
25952595
This enables the support for NetXen's Gigabit Ethernet card.
25962596

2597+
config NIU
2598+
tristate "Sun Neptune 10Gbit Ethernet support"
2599+
depends on PCI
2600+
help
2601+
This enables support for cards based upon Sun's
2602+
Neptune chipset.
2603+
25972604
config PASEMI_MAC
25982605
tristate "PA Semi 1/10Gbit MAC"
25992606
depends on PPC64 && PCI

drivers/net/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,3 +241,4 @@ obj-$(CONFIG_NETCONSOLE) += netconsole.o
241241
obj-$(CONFIG_FS_ENET) += fs_enet/
242242

243243
obj-$(CONFIG_NETXEN_NIC) += netxen/
244+
obj-$(CONFIG_NIU) += niu.o

0 commit comments

Comments
 (0)