Skip to content

Commit 3fed9fd

Browse files
arndbPaolo Abeni
authored andcommitted
net: remove sb1000 cable modem driver
This one is hilariously outdated, it provided a faster downlink over TV cable for users of analog modems in the 1990s, through an ISA card. The web page for the userspace tools has been broken for 25 years, and the driver has only ever seen mechanical updates. Link: http://web.archive.org/web/20000611165545/http://home.adelphia.net:80/~siglercm/sb1000.html Signed-off-by: Arnd Bergmann <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
1 parent 6f13bec commit 3fed9fd

File tree

9 files changed

+0
-1471
lines changed

9 files changed

+0
-1471
lines changed

Documentation/networking/device_drivers/cable/index.rst

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

Documentation/networking/device_drivers/cable/sb1000.rst

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

Documentation/networking/device_drivers/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
atm/index
12-
cable/index
1312
can/index
1413
cellular/index
1514
ethernet/index

arch/powerpc/configs/ppc6xx_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,6 @@ CONFIG_VIA_VELOCITY=m
485485
CONFIG_PCMCIA_XIRC2PS=m
486486
CONFIG_FDDI=y
487487
CONFIG_SKFP=m
488-
CONFIG_NET_SB1000=m
489488
CONFIG_BROADCOM_PHY=m
490489
CONFIG_CICADA_PHY=m
491490
CONFIG_DAVICOM_PHY=m

drivers/acpi/acpi_pnp.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ static const struct acpi_device_id acpi_pnp_device_ids[] = {
120120
{"IBM0071"},
121121
/* smsc-ircc2 */
122122
{"SMCf010"},
123-
/* sb1000 */
124-
{"GIC1000"},
125123
/* parport_pc */
126124
{"PNP0400"}, /* Standard LPT Printer Port */
127125
{"PNP0401"}, /* ECP Printer Port */

drivers/net/Kconfig

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -518,30 +518,6 @@ source "drivers/net/hippi/Kconfig"
518518

519519
source "drivers/net/ipa/Kconfig"
520520

521-
config NET_SB1000
522-
tristate "General Instruments Surfboard 1000"
523-
depends on ISA && PNP
524-
help
525-
This is a driver for the General Instrument (also known as
526-
NextLevel) SURFboard 1000 internal
527-
cable modem. This is an ISA card which is used by a number of cable
528-
TV companies to provide cable modem access. It's a one-way
529-
downstream-only cable modem, meaning that your upstream net link is
530-
provided by your regular phone modem.
531-
532-
At present this driver only compiles as a module, so say M here if
533-
you have this card. The module will be called sb1000. Then read
534-
<file:Documentation/networking/device_drivers/cable/sb1000.rst> for
535-
information on how to use this module, as it needs special ppp
536-
scripts for establishing a connection. Further documentation
537-
and the necessary scripts can be found at:
538-
539-
<http://www.jacksonville.net/~fventuri/>
540-
<http://home.adelphia.net/~siglercm/sb1000.html>
541-
<http://linuxpower.cx/~cable/>
542-
543-
If you don't have this card, of course say N.
544-
545521
source "drivers/net/phy/Kconfig"
546522

547523
source "drivers/net/pse-pd/Kconfig"

drivers/net/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ obj-$(CONFIG_PPPOL2TP) += ppp/
6969
obj-$(CONFIG_PPTP) += ppp/
7070
obj-$(CONFIG_SLIP) += slip/
7171
obj-$(CONFIG_SLHC) += slip/
72-
obj-$(CONFIG_NET_SB1000) += sb1000.o
7372
obj-$(CONFIG_SUNGEM_PHY) += sungem_phy.o
7473
obj-$(CONFIG_WAN) += wan/
7574
obj-$(CONFIG_WLAN) += wireless/

0 commit comments

Comments
 (0)