Skip to content

Commit

Permalink
myri_sbus: remove driver
Browse files Browse the repository at this point in the history
Remove the myri_sbus driver. Why?
* There is no possibility of ethernet mode on this adapter, so it's
  Myrinet only.
* It won't inter-op with modern versions of Myrinet, and thus can only
  work with legacy adapters.
* There are no in-kernel Linux drivers for the PCI version of this
  adapter, so it only can work on ~15 year old Sun hardware.

It's long in the tooth, let's take it to the knackers.

Signed-off-by: Jon Mason <mason@myri.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jon Mason authored and David S. Miller committed Jun 20, 2011
1 parent cf05c70 commit 1b9c413
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1,508 deletions.
9 changes: 0 additions & 9 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2196,15 +2196,6 @@ config IGBVF

source "drivers/net/ixp2000/Kconfig"

config MYRI_SBUS
tristate "MyriCOM Gigabit Ethernet support"
depends on SBUS
help
This driver supports MyriCOM Sbus gigabit Ethernet cards.

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

config NS83820
tristate "National Semiconductor DP83820 support"
depends on PCI
Expand Down
1 change: 0 additions & 1 deletion drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ obj-$(CONFIG_HAPPYMEAL) += sunhme.o
obj-$(CONFIG_SUNLANCE) += sunlance.o
obj-$(CONFIG_SUNQE) += sunqe.o
obj-$(CONFIG_SUNBMAC) += sunbmac.o
obj-$(CONFIG_MYRI_SBUS) += myri_sbus.o
obj-$(CONFIG_SUNGEM) += sungem.o sungem_phy.o
obj-$(CONFIG_CASSINI) += cassini.o
obj-$(CONFIG_SUNVNET) += sunvnet.o
Expand Down
Loading

0 comments on commit 1b9c413

Please sign in to comment.