Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57ce45dd authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller
Browse files

[NET]: Remove references to net-modules.txt.



When I removed net-modules.txt because it only contained ancient
information I missed that many Kconfig entries pointed to this ancient
information.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c0d82487
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -14,8 +14,7 @@ If no base address is given at boot time, the driver will autoprobe
ports 0x300, 0x280 and 0x310 (in that order).  If no IRQ is given, the driver
ports 0x300, 0x280 and 0x310 (in that order).  If no IRQ is given, the driver
will try to probe for it.
will try to probe for it.


The driver can be used as a loadable module.  See net-modules.txt for details
The driver can be used as a loadable module.
of the parameters it can take.  


Theoretically, one instance of the driver can now run multiple cards,
Theoretically, one instance of the driver can now run multiple cards,
in the standard way (when loading a module, say "modprobe 3c505
in the standard way (when loading a module, say "modprobe 3c505
+69 −130

File changed.

Preview size limit exceeded, changes collapsed.

+5 −10
Original line number Original line Diff line number Diff line
@@ -19,8 +19,7 @@ menuconfig ARCNET
	  from <http://www.tldp.org/docs.html#howto>(even though ARCnet
	  from <http://www.tldp.org/docs.html#howto>(even though ARCnet
	  is not really Ethernet).
	  is not really Ethernet).


	  To compile this driver as a module, choose M here and read
	  To compile this driver as a module, choose M here. The module will
	  <file:Documentation/networking/net-modules.txt>.  The module will
	  be called arcnet.
	  be called arcnet.


if ARCNET
if ARCNET
@@ -81,8 +80,7 @@ config ARCNET_COM90xx
	  have always used the old ARCnet driver without knowing what type of
	  have always used the old ARCnet driver without knowing what type of
	  card you had, this is probably the one for you.
	  card you had, this is probably the one for you.


	  To compile this driver as a module, choose M here and read
	  To compile this driver as a module, choose M here. The module will
	  <file:Documentation/networking/net-modules.txt>.  The module will
	  be called com90xx.
	  be called com90xx.


config ARCNET_COM90xxIO
config ARCNET_COM90xxIO
@@ -93,8 +91,7 @@ config ARCNET_COM90xxIO
	  the normal driver. Only use it if your card doesn't support shared
	  the normal driver. Only use it if your card doesn't support shared
	  memory.
	  memory.


	  To compile this driver as a module, choose M here and read
	  To compile this driver as a module, choose M here. The module will
	  <file:Documentation/networking/net-modules.txt>.  The module will
	  be called com90io.
	  be called com90io.


config ARCNET_RIM_I
config ARCNET_RIM_I
@@ -105,8 +102,7 @@ config ARCNET_RIM_I
	  driver is completely untested, so if you have one of these cards,
	  driver is completely untested, so if you have one of these cards,
	  please mail <dwmw2@infradead.org>, especially if it works!
	  please mail <dwmw2@infradead.org>, especially if it works!


	  To compile this driver as a module, choose M here and read
	  To compile this driver as a module, choose M here. The module will
	  <file:Documentation/networking/net-modules.txt>.  The module will
	  be called arc-rimi.
	  be called arc-rimi.


config ARCNET_COM20020
config ARCNET_COM20020
@@ -116,8 +112,7 @@ config ARCNET_COM20020
	  things as promiscuous mode, so packet sniffing is possible, and
	  things as promiscuous mode, so packet sniffing is possible, and
	  extra diagnostic information.
	  extra diagnostic information.


	  To compile this driver as a module, choose M here and read
	  To compile this driver as a module, choose M here. The module will
	  <file:Documentation/networking/net-modules.txt>.  The module will
	  be called com20020.
	  be called com20020.


config ARCNET_COM20020_ISA
config ARCNET_COM20020_ISA
+7 −14

File changed.

Preview size limit exceeded, changes collapsed.