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

Commit c7e86e34 authored by Nathanael Nerode's avatar Nathanael Nerode Committed by David S. Miller
Browse files

dgrs: remove from build, config, and maintainer list



Stop building and configuring driver for Digi RightSwitch, which was
never actually sold to anyone, and remove it from MAINTAINERS.

In response to an investigation into the firmware of the "Digi Rightswitch"
driver, Andres Salomon discovered:
>
> Dear Andres:
>
> After further research, we found that this product was killed in place
> and never reached the market.  We would like to request that this not be
> included.

Since the product never reached market, clearly nobody is using this orphaned
driver.

Signed-off-by: default avatarNathanael Nerode <neroden@gcc.gnu.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 928773c2
Loading
Loading
Loading
Loading

Documentation/networking/dgrs.txt

deleted100644 → 0
+0 −52
Original line number Diff line number Diff line
    The Digi International RightSwitch SE-X (dgrs) Device Driver

This is a Linux driver for the Digi International RightSwitch SE-X
EISA and PCI boards.  These are 4 (EISA) or 6 (PCI) port Ethernet
switches and a NIC combined into a single board.  This driver can
be compiled into the kernel statically or as a loadable module.

There is also a companion management tool, called "xrightswitch".
The management tool lets you watch the performance graphically,
as well as set the SNMP agent IP and IPX addresses, IEEE Spanning
Tree, and Aging time.  These can also be set from the command line
when the driver is loaded.  The driver command line options are:

	debug=NNN		Debug printing level
	dma=0/1			Disable/Enable DMA on PCI card
	spantree=0/1		Disable/Enable IEEE spanning tree
	hashexpire=NNN		Change address aging time (default 300 seconds)
	ipaddr=A,B,C,D		Set SNMP agent IP address i.e. 199,86,8,221
	iptrap=A,B,C,D		Set SNMP agent IP trap address i.e. 199,86,8,221
	ipxnet=NNN		Set SNMP agent IPX network number
	nicmode=0/1		Disable/Enable multiple NIC mode

There is also a tool for setting up input and output packet filters
on each port, called "dgrsfilt".

Both the management tool and the filtering tool are available
separately from the following FTP site:

	ftp://ftp.dgii.com/drivers/rightswitch/linux/

When nicmode=1, the board and driver operate as 4 or 6 individual
NIC ports (eth0...eth5) instead of as a switch.  All switching
functions are disabled.  In the future, the board firmware may include
a routing cache when in this mode.

Copyright 1995-1996 Digi International Inc.

This software may be used and distributed according to the terms
of the GNU General Public License, incorporated herein by reference.

For information on purchasing a RightSwitch SE-4 or SE-6
board, please contact Digi's sales department at 1-612-912-3444
or 1-800-DIGIBRD.  Outside the U.S., please check our Web page at:

	http://www.dgii.com

for sales offices worldwide.  Tech support is also available through
the channels listed on the Web site, although as long as I am
employed on networking products at Digi I will be happy to provide
any bug fixes that may be needed.

-Rick Richardson, rick@dgii.com
+0 −6
Original line number Diff line number Diff line
@@ -1274,12 +1274,6 @@ L: Eng.Linux@digi.com
W:	http://www.digi.com
S:	Orphaned

DIGI RIGHTSWITCH NETWORK DRIVER
P:	Rick Richardson
L:	netdev@vger.kernel.org
W:	http://www.digi.com
S:	Orphaned

DIRECTORY NOTIFICATION
P:	Stephen Rothwell
M:	sfr@canb.auug.org.au
+0 −15
Original line number Diff line number Diff line
@@ -1459,21 +1459,6 @@ config TC35815
	depends on NET_PCI && PCI && MIPS
	select MII

config DGRS
	tristate "Digi Intl. RightSwitch SE-X support"
	depends on NET_PCI && (PCI || EISA)
	---help---
	  This is support for the Digi International RightSwitch series of
	  PCI/EISA Ethernet switch cards. These include the SE-4 and the SE-6
	  models.  If you have a network card of this type, say Y and read the
	  Ethernet-HOWTO, available from
	  <http://www.tldp.org/docs.html#howto>.  More specific
	  information is contained in <file:Documentation/networking/dgrs.txt>.

	  To compile this driver as a module, choose M here and read
	  <file:Documentation/networking/net-modules.txt>.  The module
	  will be called dgrs.

config EEPRO100
	tristate "EtherExpressPro/100 support (eepro100, original Becker driver)"
	depends on NET_PCI && PCI
+0 −1
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ obj-$(CONFIG_SUNVNET) += sunvnet.o
obj-$(CONFIG_MACE) += mace.o
obj-$(CONFIG_BMAC) += bmac.o

obj-$(CONFIG_DGRS) += dgrs.o
obj-$(CONFIG_VORTEX) += 3c59x.o
obj-$(CONFIG_TYPHOON) += typhoon.o
obj-$(CONFIG_NE2K_PCI) += ne2k-pci.o 8390.o

drivers/net/dgrs.c

deleted100644 → 0
+0 −1593

File deleted.

Preview size limit exceeded, changes collapsed.

Loading