Skip to content

Commit 01f4685

Browse files
kuba-moodavem330
authored andcommitted
eth: amd: remove NI6510 support (ni65)
Looks like all the changes to this driver had been tree-wide refactoring since git era begun. The driver is using virt_to_bus() we should make it use more modern DMA APIs but since it's unlikely to be getting any use these days delete it instead. We can always revert to bring it back. Signed-off-by: Jakub Kicinski <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 03dcb90 commit 01f4685

File tree

5 files changed

+0
-1386
lines changed

5 files changed

+0
-1386
lines changed

drivers/net/Space.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,6 @@ static struct devprobe2 isa_probes[] __initdata = {
221221
#endif
222222
#ifdef CONFIG_CS89x0_ISA
223223
{cs89x0_probe, 0},
224-
#endif
225-
#ifdef CONFIG_NI65
226-
{ni65_probe, 0},
227224
#endif
228225
{NULL, 0},
229226
};

drivers/net/ethernet/amd/Kconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -130,16 +130,6 @@ config PCMCIA_NMCLAN
130130
To compile this driver as a module, choose M here: the module will be
131131
called nmclan_cs. If unsure, say N.
132132

133-
config NI65
134-
tristate "NI6510 support"
135-
depends on ISA && ISA_DMA_API && !ARM && !PPC32
136-
select NETDEV_LEGACY_INIT
137-
help
138-
If you have a network (Ethernet) card of this type, say Y here.
139-
140-
To compile this driver as a module, choose M here. The module
141-
will be called ni65.
142-
143133
config SUN3LANCE
144134
tristate "Sun3/Sun3x on-board LANCE support"
145135
depends on (SUN3 || SUN3X)

drivers/net/ethernet/amd/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ obj-$(CONFIG_LANCE) += lance.o
1313
obj-$(CONFIG_MIPS_AU1X00_ENET) += au1000_eth.o
1414
obj-$(CONFIG_MVME147_NET) += mvme147.o 7990.o
1515
obj-$(CONFIG_PCMCIA_NMCLAN) += nmclan_cs.o
16-
obj-$(CONFIG_NI65) += ni65.o
1716
obj-$(CONFIG_PCNET32) += pcnet32.o
1817
obj-$(CONFIG_SUN3LANCE) += sun3lance.o
1918
obj-$(CONFIG_SUNLANCE) += sunlance.o

0 commit comments

Comments
 (0)