Skip to content

Commit 8d5c0b8

Browse files
author
Fox Snowpatch
committedOct 8, 2024·
1 parent f85c105 commit 8d5c0b8

File tree

6 files changed

+0
-2014
lines changed

6 files changed

+0
-2014
lines changed
 

‎MAINTAINERS

-6
Original file line numberDiff line numberDiff line change
@@ -22247,12 +22247,6 @@ S: Maintained
2224722247
F: Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml
2224822248
F: drivers/input/keyboard/sun4i-lradc-keys.c
2224922249

22250-
SUNDANCE NETWORK DRIVER
22251-
M: Denis Kirjanov <kda@linux-powerpc.org>
22252-
L: netdev@vger.kernel.org
22253-
S: Maintained
22254-
F: drivers/net/ethernet/dlink/sundance.c
22255-
2225622250
SUNPLUS ETHERNET DRIVER
2225722251
M: Wells Lu <wellslutw@gmail.com>
2225822252
L: netdev@vger.kernel.org

‎arch/mips/configs/mtx1_defconfig

-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ CONFIG_DM9102=m
275275
CONFIG_ULI526X=m
276276
CONFIG_PCMCIA_XIRCOM=m
277277
CONFIG_DL2K=m
278-
CONFIG_SUNDANCE=m
279278
CONFIG_PCMCIA_FMVJ18X=m
280279
CONFIG_E100=m
281280
CONFIG_E1000=m

‎arch/powerpc/configs/ppc6xx_defconfig

-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,6 @@ CONFIG_DM9102=m
435435
CONFIG_ULI526X=m
436436
CONFIG_PCMCIA_XIRCOM=m
437437
CONFIG_DL2K=m
438-
CONFIG_SUNDANCE=m
439438
CONFIG_S2IO=m
440439
CONFIG_FEC_MPC52xx=m
441440
CONFIG_GIANFAR=m

‎drivers/net/ethernet/dlink/Kconfig

-20
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,4 @@ config DL2K
3232
To compile this driver as a module, choose M here: the
3333
module will be called dl2k.
3434

35-
config SUNDANCE
36-
tristate "Sundance Alta support"
37-
depends on PCI
38-
select CRC32
39-
select MII
40-
help
41-
This driver is for the Sundance "Alta" chip.
42-
More specific information and updates are available from
43-
<http://www.scyld.com/network/sundance.html>.
44-
45-
config SUNDANCE_MMIO
46-
bool "Use MMIO instead of PIO"
47-
depends on SUNDANCE
48-
help
49-
Enable memory-mapped I/O for interaction with Sundance NIC registers.
50-
Do NOT enable this by default, PIO (enabled when MMIO is disabled)
51-
is known to solve bugs on certain chips.
52-
53-
If unsure, say N.
54-
5535
endif # NET_VENDOR_DLINK

‎drivers/net/ethernet/dlink/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
#
55

66
obj-$(CONFIG_DL2K) += dl2k.o
7-
obj-$(CONFIG_SUNDANCE) += sundance.o

‎drivers/net/ethernet/dlink/sundance.c

-1,985
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.