Skip to content

Commit 03dcb90

Browse files
kuba-moodavem330
authored andcommitted
net: appletalk: remove Apple/Farallon LocalTalk PC support
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]> Acked-by: Arnd Bergmann <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent e508af8 commit 03dcb90

File tree

6 files changed

+0
-1508
lines changed

6 files changed

+0
-1508
lines changed

Documentation/networking/device_drivers/appletalk/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Contents:
99
:maxdepth: 2
1010

1111
cops
12-
ltpc
1312

1413
.. only:: subproject and html
1514

Documentation/networking/device_drivers/appletalk/ltpc.rst

Lines changed: 0 additions & 144 deletions
This file was deleted.

drivers/net/appletalk/Kconfig

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,6 @@ config DEV_APPLETALK
3939
connect to the AppleTalk network, say Y.
4040

4141

42-
config LTPC
43-
tristate "Apple/Farallon LocalTalk PC support"
44-
depends on DEV_APPLETALK && (ISA || EISA) && ISA_DMA_API && VIRT_TO_BUS
45-
help
46-
This allows you to use the AppleTalk PC card to connect to LocalTalk
47-
networks. The card is also known as the Farallon PhoneNet PC card.
48-
If you are in doubt, this card is the one with the 65C02 chip on it.
49-
You also need version 1.3.3 or later of the netatalk package.
50-
This driver is experimental, which means that it may not work.
51-
See the file <file:Documentation/networking/device_drivers/appletalk/ltpc.rst>.
52-
5342
config COPS
5443
tristate "COPS LocalTalk PC support"
5544
depends on DEV_APPLETALK && ISA

drivers/net/appletalk/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55

66
obj-$(CONFIG_IPDDP) += ipddp.o
77
obj-$(CONFIG_COPS) += cops.o
8-
obj-$(CONFIG_LTPC) += ltpc.o

0 commit comments

Comments
 (0)