File tree Expand file tree Collapse file tree 9 files changed +0
-1471
lines changed
Documentation/networking/device_drivers Expand file tree Collapse file tree 9 files changed +0
-1471
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ Contents:
9
9
:maxdepth: 2
10
10
11
11
atm/index
12
- cable/index
13
12
can/index
14
13
cellular/index
15
14
ethernet/index
Original file line number Diff line number Diff line change @@ -485,7 +485,6 @@ CONFIG_VIA_VELOCITY=m
485
485
CONFIG_PCMCIA_XIRC2PS=m
486
486
CONFIG_FDDI=y
487
487
CONFIG_SKFP=m
488
- CONFIG_NET_SB1000=m
489
488
CONFIG_BROADCOM_PHY=m
490
489
CONFIG_CICADA_PHY=m
491
490
CONFIG_DAVICOM_PHY=m
Original file line number Diff line number Diff line change @@ -120,8 +120,6 @@ static const struct acpi_device_id acpi_pnp_device_ids[] = {
120
120
{"IBM0071" },
121
121
/* smsc-ircc2 */
122
122
{"SMCf010" },
123
- /* sb1000 */
124
- {"GIC1000" },
125
123
/* parport_pc */
126
124
{"PNP0400" }, /* Standard LPT Printer Port */
127
125
{"PNP0401" }, /* ECP Printer Port */
Original file line number Diff line number Diff line change @@ -518,30 +518,6 @@ source "drivers/net/hippi/Kconfig"
518
518
519
519
source "drivers/net/ipa/Kconfig"
520
520
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
-
545
521
source "drivers/net/phy/Kconfig"
546
522
547
523
source "drivers/net/pse-pd/Kconfig"
Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ obj-$(CONFIG_PPPOL2TP) += ppp/
69
69
obj-$(CONFIG_PPTP) += ppp/
70
70
obj-$(CONFIG_SLIP) += slip/
71
71
obj-$(CONFIG_SLHC) += slip/
72
- obj-$(CONFIG_NET_SB1000) += sb1000.o
73
72
obj-$(CONFIG_SUNGEM_PHY) += sungem_phy.o
74
73
obj-$(CONFIG_WAN) += wan/
75
74
obj-$(CONFIG_WLAN) += wireless/
You can’t perform that action at this time.
0 commit comments