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

Commit a3138df9 authored by David S. Miller's avatar David S. Miller
Browse files

[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: default avatarDavid S. Miller <davem@davemloft.net>
parent 4a5409a5
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -2594,6 +2594,13 @@ config NETXEN_NIC
	help
	help
	  This enables the support for NetXen's Gigabit Ethernet card.
	  This enables the support for NetXen's Gigabit Ethernet card.


config NIU
	tristate "Sun Neptune 10Gbit Ethernet support"
	depends on PCI
	help
	  This enables support for cards based upon Sun's
	  Neptune chipset.

config PASEMI_MAC
config PASEMI_MAC
	tristate "PA Semi 1/10Gbit MAC"
	tristate "PA Semi 1/10Gbit MAC"
	depends on PPC64 && PCI
	depends on PPC64 && PCI
+1 −0
Original line number Original line Diff line number Diff line
@@ -241,3 +241,4 @@ obj-$(CONFIG_NETCONSOLE) += netconsole.o
obj-$(CONFIG_FS_ENET) += fs_enet/
obj-$(CONFIG_FS_ENET) += fs_enet/


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

drivers/net/niu.c

0 → 100644
+7939 −0

File added.

Preview size limit exceeded, changes collapsed.

drivers/net/niu.h

0 → 100644
+3222 −0

File added.

Preview size limit exceeded, changes collapsed.