diff options
author | Jon Mason <mason@myri.com> | 2011-06-20 12:51:22 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-06-20 12:51:22 -0700 |
commit | 1b9c4134c126aa8ae00a57672d4a4eaecc436b54 (patch) | |
tree | 9dbddd98f0358b5285db4da047f58f06ba39981b /drivers/net/Makefile | |
parent | cf05c700cf6dd6f28bd95586d3040f809fd365f5 (diff) | |
download | linux-stable-1b9c4134c126aa8ae00a57672d4a4eaecc436b54.tar.gz linux-stable-1b9c4134c126aa8ae00a57672d4a4eaecc436b54.tar.bz2 linux-stable-1b9c4134c126aa8ae00a57672d4a4eaecc436b54.zip |
myri_sbus: remove driver
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>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r-- | drivers/net/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 800684104b17..86f6c8d08407 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -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 |