Commit be7aa9fa authored by David S. Miller's avatar David S. Miller

Merge branch 'net-organize-driver-docs-by-device-type'

Jakub Kicinski says:

====================
net: organize driver docs by device type

This series finishes off what I started in
commit b255e500 ("net: documentation: build a directory structure for drivers").
The objective is to de-clutter our documentation folder so folks
have a chance of finding relevant info. I _think_ I got all the
driver docs from the main documentation directory this time around.

While doing this I realized that many of them are of limited relevance
these days, so I went ahead and sliced the drivers directory by
technology. Those feeling nostalgic are free to dive into the FDDI,
ATM etc. docs, but for most Ethernet is what we care about.

v1:
 - simplify Intel's docs list in MAINTAINERS.
====================
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents ab696fa7 55f35cf7
...@@ -10,7 +10,7 @@ such as network interfaces, crypto accelerator instances, L2 switches, ...@@ -10,7 +10,7 @@ such as network interfaces, crypto accelerator instances, L2 switches,
etc. etc.
For an overview of the DPAA2 architecture and fsl-mc bus see: For an overview of the DPAA2 architecture and fsl-mc bus see:
Documentation/networking/device_drivers/freescale/dpaa2/overview.rst Documentation/networking/device_drivers/ethernet/freescale/dpaa2/overview.rst
As described in the above overview, all DPAA2 objects in a DPRC share the As described in the above overview, all DPAA2 objects in a DPRC share the
same hardware "isolation context" and a 10-bit value called an ICID same hardware "isolation context" and a 10-bit value called an ICID
......
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
AppleTalk Device Drivers
========================
Contents:
.. toctree::
:maxdepth: 2
cops
ltpc
.. only:: subproject and html
Indices
=======
* :ref:`genindex`
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
Asynchronous Transfer Mode (ATM) Device Drivers
===============================================
Contents:
.. toctree::
:maxdepth: 2
cxacru
fore200e
iphase
.. only:: subproject and html
Indices
=======
* :ref:`genindex`
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
Cable Modem Device Drivers
==========================
Contents:
.. toctree::
:maxdepth: 2
sb1000
.. only:: subproject and html
Indices
=======
* :ref:`genindex`
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
Cellular Modem Device Drivers
=============================
Contents:
.. toctree::
:maxdepth: 2
qualcomm/rmnet
.. only:: subproject and html
Indices
=======
* :ref:`genindex`
...@@ -4,8 +4,6 @@ ...@@ -4,8 +4,6 @@
3Com Vortex device driver 3Com Vortex device driver
========================= =========================
Documentation/networking/device_drivers/3com/vortex.rst
Andrew Morton Andrew Morton
30 April 2000 30 April 2000
......
...@@ -19,8 +19,10 @@ pool management for network interfaces. ...@@ -19,8 +19,10 @@ pool management for network interfaces.
This document provides an overview the Linux DPIO driver, its This document provides an overview the Linux DPIO driver, its
subcomponents, and its APIs. subcomponents, and its APIs.
See Documentation/networking/device_drivers/freescale/dpaa2/overview.rst for See
a general overview of DPAA2 and the general DPAA2 driver architecture in Linux. Documentation/networking/device_drivers/ethernet/freescale/dpaa2/overview.rst
for a general overview of DPAA2 and the general DPAA2 driver architecture
in Linux.
Driver Overview Driver Overview
--------------- ---------------
......
...@@ -33,7 +33,8 @@ hardware resources, like queues, do not have a corresponding MC object and ...@@ -33,7 +33,8 @@ hardware resources, like queues, do not have a corresponding MC object and
are treated as internal resources of other objects. are treated as internal resources of other objects.
For a more detailed description of the DPAA2 architecture and its object For a more detailed description of the DPAA2 architecture and its object
abstractions see *Documentation/networking/device_drivers/freescale/dpaa2/overview.rst*. abstractions see
*Documentation/networking/device_drivers/ethernet/freescale/dpaa2/overview.rst*.
Each Linux net device is built on top of a Datapath Network Interface (DPNI) Each Linux net device is built on top of a Datapath Network Interface (DPNI)
object and uses Buffer Pools (DPBPs), I/O Portals (DPIOs) and Concentrators object and uses Buffer Pools (DPBPs), I/O Portals (DPIOs) and Concentrators
......
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
Ethernet Device Drivers
=======================
Device drivers for Ethernet and Ethernet-based virtual function devices.
Contents:
.. toctree::
:maxdepth: 2
3com/3c509
3com/vortex
amazon/ena
altera/altera_tse
aquantia/atlantic
chelsio/cxgb
cirrus/cs89x0
dlink/dl2k
davicom/dm9000
dec/de4x5
dec/dmfe
freescale/dpaa
freescale/dpaa2/index
freescale/gianfar
google/gve
huawei/hinic
intel/e100
intel/e1000
intel/e1000e
intel/fm10k
intel/igb
intel/igbvf
intel/ixgb
intel/ixgbe
intel/ixgbevf
intel/i40e
intel/iavf
intel/ice
marvell/octeontx2
mellanox/mlx5
microsoft/netvsc
neterion/s2io
neterion/vxge
netronome/nfp
pensando/ionic
smsc/smc9
stmicro/stmmac
ti/cpsw
ti/cpsw_switchdev
ti/tlan
toshiba/spider_net
.. only:: subproject and html
Indices
=======
* :ref:`genindex`
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
Fiber Distributed Data Interface (FDDI) Device Drivers
======================================================
Contents:
.. toctree::
:maxdepth: 2
defza
skfp
.. only:: subproject and html
Indices
=======
* :ref:`genindex`
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
Amateur Radio Device Drivers
============================
Contents:
.. toctree::
:maxdepth: 2
baycom
z8530drv
.. only:: subproject and html
Indices
=======
* :ref:`genindex`
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
Vendor Device Drivers Hardware Device Drivers
===================== =======================
Contents: Contents:
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
freescale/dpaa2/index appletalk/index
intel/e100 atm/index
intel/e1000 cable/index
intel/e1000e cellular/index
intel/fm10k ethernet/index
intel/igb fddi/index
intel/igbvf hamradio/index
intel/ixgb wan/index
intel/ixgbe wifi/index
intel/ixgbevf
intel/i40e
intel/iavf
intel/ice
google/gve
marvell/octeontx2
mellanox/mlx5
netronome/nfp
pensando/ionic
stmicro/stmmac
3com/3c509
3com/vortex
amazon/ena
aquantia/atlantic
chelsio/cxgb
cirrus/cs89x0
davicom/dm9000
dec/de4x5
dec/dmfe
dlink/dl2k
freescale/dpaa
freescale/gianfar
intel/ipw2100
intel/ipw2200
microsoft/netvsc
neterion/s2io
neterion/vxge
qualcomm/rmnet
sb1000
smsc/smc9
ti/cpsw_switchdev
ti/cpsw
ti/tlan
toshiba/spider_net
.. only:: subproject and html .. only:: subproject and html
......
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
Classic WAN Device Drivers
==========================
Contents:
.. toctree::
:maxdepth: 2
z8530book
.. only:: subproject and html
Indices
=======
* :ref:`genindex`
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
Wi-Fi Device Drivers
====================
Contents:
.. toctree::
:maxdepth: 2
intel/ipw2100
intel/ipw2200
ray_cs
.. only:: subproject and html
Indices
=======
* :ref:`genindex`
...@@ -20,7 +20,6 @@ Contents: ...@@ -20,7 +20,6 @@ Contents:
ieee802154 ieee802154
j1939 j1939
kapi kapi
z8530book
msg_zerocopy msg_zerocopy
failover failover
net_dim net_dim
...@@ -39,36 +38,28 @@ Contents: ...@@ -39,36 +38,28 @@ Contents:
nfc nfc
6lowpan 6lowpan
6pack 6pack
altera_tse
arcnet-hardware arcnet-hardware
arcnet arcnet
atm atm
ax25 ax25
baycom
bonding bonding
cdc_mbim cdc_mbim
cops
cxacru
dccp dccp
dctcp dctcp
decnet decnet
defza
dns_resolver dns_resolver
driver driver
eql eql
fib_trie fib_trie
filter filter
fore200e
framerelay framerelay
generic-hdlc generic-hdlc
generic_netlink generic_netlink
gen_stats gen_stats
gtp gtp
hinic
ila ila
ipddp ipddp
ip_dynaddr ip_dynaddr
iphase
ipsec ipsec
ip-sysctl ip-sysctl
ipv6 ipv6
...@@ -77,7 +68,6 @@ Contents: ...@@ -77,7 +68,6 @@ Contents:
kcm kcm
l2tp l2tp
lapb-module lapb-module
ltpc
mac80211-injection mac80211-injection
mpls-sysctl mpls-sysctl
multiqueue multiqueue
...@@ -97,14 +87,12 @@ Contents: ...@@ -97,14 +87,12 @@ Contents:
ppp_generic ppp_generic
proc_net_tcp proc_net_tcp
radiotap-headers radiotap-headers
ray_cs
rds rds
regulatory regulatory
rxrpc rxrpc
sctp sctp
secid secid
seg6-sysctl seg6-sysctl
skfp
strparser strparser
switchdev switchdev
tc-actions-env-rules tc-actions-env-rules
...@@ -122,7 +110,6 @@ Contents: ...@@ -122,7 +110,6 @@ Contents:
xfrm_proc xfrm_proc
xfrm_sync xfrm_sync
xfrm_sysctl xfrm_sysctl
z8530drv
.. only:: subproject and html .. only:: subproject and html
......
...@@ -147,7 +147,7 @@ Maintainers List ...@@ -147,7 +147,7 @@ Maintainers List
M: Steffen Klassert <klassert@kernel.org> M: Steffen Klassert <klassert@kernel.org>
L: netdev@vger.kernel.org L: netdev@vger.kernel.org
S: Odd Fixes S: Odd Fixes
F: Documentation/networking/device_drivers/3com/vortex.rst F: Documentation/networking/device_drivers/ethernet/3com/vortex.rst
F: drivers/net/ethernet/3com/3c59x.c F: drivers/net/ethernet/3com/3c59x.c
3CR990 NETWORK DRIVER 3CR990 NETWORK DRIVER
...@@ -816,7 +816,7 @@ R: Saeed Bishara <saeedb@amazon.com> ...@@ -816,7 +816,7 @@ R: Saeed Bishara <saeedb@amazon.com>
R: Zorik Machulsky <zorik@amazon.com> R: Zorik Machulsky <zorik@amazon.com>
L: netdev@vger.kernel.org L: netdev@vger.kernel.org
S: Supported S: Supported
F: Documentation/networking/device_drivers/amazon/ena.rst F: Documentation/networking/device_drivers/ethernet/amazon/ena.rst
F: drivers/net/ethernet/amazon/ F: drivers/net/ethernet/amazon/
AMAZON RDMA EFA DRIVER AMAZON RDMA EFA DRIVER
...@@ -1295,7 +1295,7 @@ L: netdev@vger.kernel.org ...@@ -1295,7 +1295,7 @@ L: netdev@vger.kernel.org
S: Supported S: Supported
W: https://www.marvell.com/ W: https://www.marvell.com/
Q: http://patchwork.ozlabs.org/project/netdev/list/ Q: http://patchwork.ozlabs.org/project/netdev/list/
F: Documentation/networking/device_drivers/aquantia/atlantic.rst F: Documentation/networking/device_drivers/ethernet/aquantia/atlantic.rst
F: drivers/net/ethernet/aquantia/atlantic/ F: drivers/net/ethernet/aquantia/atlantic/
AQUANTIA ETHERNET DRIVER PTP SUBSYSTEM AQUANTIA ETHERNET DRIVER PTP SUBSYSTEM
...@@ -4753,7 +4753,7 @@ F: net/ax25/sysctl_net_ax25.c ...@@ -4753,7 +4753,7 @@ F: net/ax25/sysctl_net_ax25.c
DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
L: netdev@vger.kernel.org L: netdev@vger.kernel.org
S: Orphan S: Orphan
F: Documentation/networking/device_drivers/dec/dmfe.rst F: Documentation/networking/device_drivers/ethernet/dec/dmfe.rst
F: drivers/net/ethernet/dec/tulip/dmfe.c F: drivers/net/ethernet/dec/tulip/dmfe.c
DC390/AM53C974 SCSI driver DC390/AM53C974 SCSI driver
...@@ -5241,8 +5241,8 @@ M: Ioana Ciornei <ioana.ciornei@nxp.com> ...@@ -5241,8 +5241,8 @@ M: Ioana Ciornei <ioana.ciornei@nxp.com>
M: Ioana Radulescu <ruxandra.radulescu@nxp.com> M: Ioana Radulescu <ruxandra.radulescu@nxp.com>
L: netdev@vger.kernel.org L: netdev@vger.kernel.org
S: Maintained S: Maintained
F: Documentation/networking/device_drivers/freescale/dpaa2/ethernet-driver.rst F: Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ethernet-driver.rst
F: Documentation/networking/device_drivers/freescale/dpaa2/mac-phy-support.rst F: Documentation/networking/device_drivers/ethernet/freescale/dpaa2/mac-phy-support.rst
F: drivers/net/ethernet/freescale/dpaa2/Kconfig F: drivers/net/ethernet/freescale/dpaa2/Kconfig
F: drivers/net/ethernet/freescale/dpaa2/Makefile F: drivers/net/ethernet/freescale/dpaa2/Makefile
F: drivers/net/ethernet/freescale/dpaa2/dpaa2-eth* F: drivers/net/ethernet/freescale/dpaa2/dpaa2-eth*
...@@ -7302,7 +7302,7 @@ R: Sagi Shahar <sagis@google.com> ...@@ -7302,7 +7302,7 @@ R: Sagi Shahar <sagis@google.com>
R: Jon Olson <jonolson@google.com> R: Jon Olson <jonolson@google.com>
L: netdev@vger.kernel.org L: netdev@vger.kernel.org
S: Supported S: Supported
F: Documentation/networking/device_drivers/google/gve.rst F: Documentation/networking/device_drivers/ethernet/google/gve.rst
F: drivers/net/ethernet/google F: drivers/net/ethernet/google
GPD POCKET FAN DRIVER GPD POCKET FAN DRIVER
...@@ -7913,7 +7913,7 @@ HUAWEI ETHERNET DRIVER ...@@ -7913,7 +7913,7 @@ HUAWEI ETHERNET DRIVER
M: Bin Luo <luobin9@huawei.com> M: Bin Luo <luobin9@huawei.com>
L: netdev@vger.kernel.org L: netdev@vger.kernel.org
S: Supported S: Supported
F: Documentation/networking/hinic.rst F: Documentation/networking/device_drivers/ethernet/huawei/hinic.rst
F: drivers/net/ethernet/huawei/hinic/ F: drivers/net/ethernet/huawei/hinic/
HUGETLB FILESYSTEM HUGETLB FILESYSTEM
...@@ -7965,7 +7965,7 @@ S: Supported ...@@ -7965,7 +7965,7 @@ S: Supported
T: git git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git T: git git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git
F: Documentation/ABI/stable/sysfs-bus-vmbus F: Documentation/ABI/stable/sysfs-bus-vmbus
F: Documentation/ABI/testing/debugfs-hyperv F: Documentation/ABI/testing/debugfs-hyperv
F: Documentation/networking/device_drivers/microsoft/netvsc.rst F: Documentation/networking/device_drivers/ethernet/microsoft/netvsc.rst
F: arch/x86/hyperv F: arch/x86/hyperv
F: arch/x86/include/asm/hyperv-tlfs.h F: arch/x86/include/asm/hyperv-tlfs.h
F: arch/x86/include/asm/mshyperv.h F: arch/x86/include/asm/mshyperv.h
...@@ -8647,18 +8647,7 @@ W: http://e1000.sourceforge.net/ ...@@ -8647,18 +8647,7 @@ W: http://e1000.sourceforge.net/
Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/ Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
F: Documentation/networking/device_drivers/intel/e100.rst F: Documentation/networking/device_drivers/ethernet/intel/
F: Documentation/networking/device_drivers/intel/e1000.rst
F: Documentation/networking/device_drivers/intel/e1000e.rst
F: Documentation/networking/device_drivers/intel/fm10k.rst
F: Documentation/networking/device_drivers/intel/i40e.rst
F: Documentation/networking/device_drivers/intel/iavf.rst
F: Documentation/networking/device_drivers/intel/ice.rst
F: Documentation/networking/device_drivers/intel/igb.rst
F: Documentation/networking/device_drivers/intel/igbvf.rst
F: Documentation/networking/device_drivers/intel/ixgb.rst
F: Documentation/networking/device_drivers/intel/ixgbe.rst
F: Documentation/networking/device_drivers/intel/ixgbevf.rst
F: drivers/net/ethernet/intel/ F: drivers/net/ethernet/intel/
F: drivers/net/ethernet/intel/*/ F: drivers/net/ethernet/intel/*/
F: include/linux/avf/virtchnl.h F: include/linux/avf/virtchnl.h
...@@ -8848,8 +8837,8 @@ INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT ...@@ -8848,8 +8837,8 @@ INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
M: Stanislav Yakovlev <stas.yakovlev@gmail.com> M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
L: linux-wireless@vger.kernel.org L: linux-wireless@vger.kernel.org
S: Maintained S: Maintained
F: Documentation/networking/device_drivers/intel/ipw2100.rst F: Documentation/networking/device_drivers/wifi/intel/ipw2100.rst
F: Documentation/networking/device_drivers/intel/ipw2200.rst F: Documentation/networking/device_drivers/wifi/intel/ipw2200.rst
F: drivers/net/wireless/intel/ipw2x00/ F: drivers/net/wireless/intel/ipw2x00/
INTEL PSTATE DRIVER INTEL PSTATE DRIVER
...@@ -10362,7 +10351,7 @@ M: Geetha sowjanya <gakula@marvell.com> ...@@ -10362,7 +10351,7 @@ M: Geetha sowjanya <gakula@marvell.com>
M: Jerin Jacob <jerinj@marvell.com> M: Jerin Jacob <jerinj@marvell.com>
L: netdev@vger.kernel.org L: netdev@vger.kernel.org
S: Supported S: Supported
F: Documentation/networking/device_drivers/marvell/octeontx2.rst F: Documentation/networking/device_drivers/ethernet/marvell/octeontx2.rst
F: drivers/net/ethernet/marvell/octeontx2/af/ F: drivers/net/ethernet/marvell/octeontx2/af/
MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
...@@ -11031,7 +11020,7 @@ L: linux-rdma@vger.kernel.org ...@@ -11031,7 +11020,7 @@ L: linux-rdma@vger.kernel.org
S: Supported S: Supported
W: http://www.mellanox.com W: http://www.mellanox.com
Q: http://patchwork.ozlabs.org/project/netdev/list/ Q: http://patchwork.ozlabs.org/project/netdev/list/
F: Documentation/networking/device_drivers/mellanox/ F: Documentation/networking/device_drivers/ethernet/mellanox/
F: drivers/net/ethernet/mellanox/mlx5/core/ F: drivers/net/ethernet/mellanox/mlx5/core/
F: include/linux/mlx5/ F: include/linux/mlx5/
...@@ -11806,8 +11795,8 @@ NETERION 10GbE DRIVERS (s2io/vxge) ...@@ -11806,8 +11795,8 @@ NETERION 10GbE DRIVERS (s2io/vxge)
M: Jon Mason <jdmason@kudzu.us> M: Jon Mason <jdmason@kudzu.us>
L: netdev@vger.kernel.org L: netdev@vger.kernel.org
S: Supported S: Supported
F: Documentation/networking/device_drivers/neterion/s2io.rst F: Documentation/networking/device_drivers/ethernet/neterion/s2io.rst
F: Documentation/networking/device_drivers/neterion/vxge.rst F: Documentation/networking/device_drivers/ethernet/neterion/vxge.rst
F: drivers/net/ethernet/neterion/ F: drivers/net/ethernet/neterion/
NETFILTER NETFILTER
...@@ -13370,7 +13359,7 @@ M: Shannon Nelson <snelson@pensando.io> ...@@ -13370,7 +13359,7 @@ M: Shannon Nelson <snelson@pensando.io>
M: Pensando Drivers <drivers@pensando.io> M: Pensando Drivers <drivers@pensando.io>
L: netdev@vger.kernel.org L: netdev@vger.kernel.org
S: Supported S: Supported
F: Documentation/networking/device_drivers/pensando/ionic.rst F: Documentation/networking/device_drivers/ethernet/pensando/ionic.rst
F: drivers/net/ethernet/pensando/ F: drivers/net/ethernet/pensando/
PER-CPU MEMORY ALLOCATOR PER-CPU MEMORY ALLOCATOR
...@@ -14053,7 +14042,7 @@ QLOGIC QLA3XXX NETWORK DRIVER ...@@ -14053,7 +14042,7 @@ QLOGIC QLA3XXX NETWORK DRIVER
M: GR-Linux-NIC-Dev@marvell.com M: GR-Linux-NIC-Dev@marvell.com
L: netdev@vger.kernel.org L: netdev@vger.kernel.org
S: Supported S: Supported
F: Documentation/networking/device_drivers/qlogic/LICENSE.qla3xxx F: Documentation/networking/device_drivers/ethernet/qlogic/LICENSE.qla3xxx
F: drivers/net/ethernet/qlogic/qla3xxx.* F: drivers/net/ethernet/qlogic/qla3xxx.*
QLOGIC QLA4XXX iSCSI DRIVER QLOGIC QLA4XXX iSCSI DRIVER
...@@ -14104,7 +14093,7 @@ M: Laurentiu Tudor <laurentiu.tudor@nxp.com> ...@@ -14104,7 +14093,7 @@ M: Laurentiu Tudor <laurentiu.tudor@nxp.com>
L: linux-kernel@vger.kernel.org L: linux-kernel@vger.kernel.org
S: Maintained S: Maintained
F: Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt F: Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
F: Documentation/networking/device_drivers/freescale/dpaa2/overview.rst F: Documentation/networking/device_drivers/ethernet/freescale/dpaa2/overview.rst
F: drivers/bus/fsl-mc/ F: drivers/bus/fsl-mc/
QT1010 MEDIA DRIVER QT1010 MEDIA DRIVER
...@@ -14225,7 +14214,7 @@ M: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> ...@@ -14225,7 +14214,7 @@ M: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
M: Sean Tranchetti <stranche@codeaurora.org> M: Sean Tranchetti <stranche@codeaurora.org>
L: netdev@vger.kernel.org L: netdev@vger.kernel.org
S: Maintained S: Maintained
F: Documentation/networking/device_drivers/qualcomm/rmnet.rst F: Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst
F: drivers/net/ethernet/qualcomm/rmnet/ F: drivers/net/ethernet/qualcomm/rmnet/
F: include/linux/if_rmnet.h F: include/linux/if_rmnet.h
...@@ -16106,7 +16095,7 @@ SPIDERNET NETWORK DRIVER for CELL ...@@ -16106,7 +16095,7 @@ SPIDERNET NETWORK DRIVER for CELL
M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp> M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
L: netdev@vger.kernel.org L: netdev@vger.kernel.org
S: Supported S: Supported
F: Documentation/networking/device_drivers/toshiba/spider_net.rst F: Documentation/networking/device_drivers/ethernet/toshiba/spider_net.rst
F: drivers/net/ethernet/toshiba/spider_net* F: drivers/net/ethernet/toshiba/spider_net*
SPMI SUBSYSTEM SPMI SUBSYSTEM
...@@ -16333,7 +16322,7 @@ M: Jose Abreu <joabreu@synopsys.com> ...@@ -16333,7 +16322,7 @@ M: Jose Abreu <joabreu@synopsys.com>
L: netdev@vger.kernel.org L: netdev@vger.kernel.org
S: Supported S: Supported
W: http://www.stlinux.com W: http://www.stlinux.com
F: Documentation/networking/device_drivers/stmicro/ F: Documentation/networking/device_drivers/ethernet/stmicro/
F: drivers/net/ethernet/stmicro/stmmac/ F: drivers/net/ethernet/stmicro/stmmac/
SUN3/3X SUN3/3X
...@@ -17221,7 +17210,7 @@ M: Samuel Chessman <chessman@tux.org> ...@@ -17221,7 +17210,7 @@ M: Samuel Chessman <chessman@tux.org>
L: tlan-devel@lists.sourceforge.net (subscribers-only) L: tlan-devel@lists.sourceforge.net (subscribers-only)
S: Maintained S: Maintained
W: http://sourceforge.net/projects/tlan/ W: http://sourceforge.net/projects/tlan/
F: Documentation/networking/device_drivers/ti/tlan.rst F: Documentation/networking/device_drivers/ethernet/ti/tlan.rst
F: drivers/net/ethernet/ti/tlan.* F: drivers/net/ethernet/ti/tlan.*
TM6000 VIDEO4LINUX DRIVER TM6000 VIDEO4LINUX DRIVER
...@@ -18913,7 +18902,7 @@ L: linux-hams@vger.kernel.org ...@@ -18913,7 +18902,7 @@ L: linux-hams@vger.kernel.org
S: Maintained S: Maintained
W: http://yaina.de/jreuter/ W: http://yaina.de/jreuter/
W: http://www.qsl.net/dl1bke/ W: http://www.qsl.net/dl1bke/
F: Documentation/networking/z8530drv.rst F: Documentation/networking/device_drivers/hamradio/z8530drv.rst
F: drivers/net/hamradio/*scc.c F: drivers/net/hamradio/*scc.c
F: drivers/net/hamradio/z8530.h F: drivers/net/hamradio/z8530.h
......
...@@ -306,8 +306,9 @@ config ATM_IA ...@@ -306,8 +306,9 @@ config ATM_IA
for more info about the cards. Say Y (or M to compile as a module for more info about the cards. Say Y (or M to compile as a module
named iphase) here if you have one of these cards. named iphase) here if you have one of these cards.
See the file <file:Documentation/networking/iphase.rst> for further See the file
details. <file:Documentation/networking/device_drivers/atm/iphase.rst>
for further details.
config ATM_IA_DEBUG config ATM_IA_DEBUG
bool "Enable debugging messages" bool "Enable debugging messages"
...@@ -336,7 +337,8 @@ config ATM_FORE200E ...@@ -336,7 +337,8 @@ config ATM_FORE200E
on PCI and SBUS hosts. Say Y (or M to compile as a module on PCI and SBUS hosts. Say Y (or M to compile as a module
named fore_200e) here if you have one of these ATM adapters. named fore_200e) here if you have one of these ATM adapters.
See the file <file:Documentation/networking/fore200e.rst> for See the file
<file:Documentation/networking/device_drivers/atm/fore200e.rst> for
further details. further details.
config ATM_FORE200E_USE_TASKLET config ATM_FORE200E_USE_TASKLET
......
...@@ -460,7 +460,7 @@ config NET_SB1000 ...@@ -460,7 +460,7 @@ config NET_SB1000
At present this driver only compiles as a module, so say M here if At present this driver only compiles as a module, so say M here if
you have this card. The module will be called sb1000. Then read you have this card. The module will be called sb1000. Then read
<file:Documentation/networking/device_drivers/sb1000.rst> for <file:Documentation/networking/device_drivers/cable/sb1000.rst> for
information on how to use this module, as it needs special ppp information on how to use this module, as it needs special ppp
scripts for establishing a connection. Further documentation scripts for establishing a connection. Further documentation
and the necessary scripts can be found at: and the necessary scripts can be found at:
......
...@@ -59,7 +59,8 @@ config COPS ...@@ -59,7 +59,8 @@ config COPS
package. This driver is experimental, which means that it may not package. This driver is experimental, which means that it may not
work. This driver will only work if you choose "AppleTalk DDP" work. This driver will only work if you choose "AppleTalk DDP"
networking support, above. networking support, above.
Please read the file <file:Documentation/networking/cops.rst>. Please read the file
<file:Documentation/networking/device_drivers/appletalk/cops.rst>.
config COPS_DAYNA config COPS_DAYNA
bool "Dayna firmware support" bool "Dayna firmware support"
......
...@@ -1149,7 +1149,7 @@ static int vortex_probe1(struct device *gendev, void __iomem *ioaddr, int irq, ...@@ -1149,7 +1149,7 @@ static int vortex_probe1(struct device *gendev, void __iomem *ioaddr, int irq,
print_info = (vortex_debug > 1); print_info = (vortex_debug > 1);
if (print_info) if (print_info)
pr_info("See Documentation/networking/device_drivers/3com/vortex.rst\n"); pr_info("See Documentation/networking/device_drivers/ethernet/3com/vortex.rst\n");
pr_info("%s: 3Com %s %s at %p.\n", pr_info("%s: 3Com %s %s at %p.\n",
print_name, print_name,
...@@ -1954,7 +1954,7 @@ vortex_error(struct net_device *dev, int status) ...@@ -1954,7 +1954,7 @@ vortex_error(struct net_device *dev, int status)
dev->name, tx_status); dev->name, tx_status);
if (tx_status == 0x82) { if (tx_status == 0x82) {
pr_err("Probably a duplex mismatch. See " pr_err("Probably a duplex mismatch. See "
"Documentation/networking/device_drivers/3com/vortex.rst\n"); "Documentation/networking/device_drivers/ethernet/3com/vortex.rst\n");
} }
dump_tx_ring(dev); dump_tx_ring(dev);
} }
......
...@@ -76,8 +76,8 @@ config VORTEX ...@@ -76,8 +76,8 @@ config VORTEX
"Hurricane" (3c555/3cSOHO) PCI "Hurricane" (3c555/3cSOHO) PCI
If you have such a card, say Y here. More specific information is in If you have such a card, say Y here. More specific information is in
<file:Documentation/networking/device_drivers/3com/vortex.rst> and <file:Documentation/networking/device_drivers/ethernet/3com/vortex.rst>
in the comments at the beginning of and in the comments at the beginning of
<file:drivers/net/ethernet/3com/3c59x.c>. <file:drivers/net/ethernet/3com/3c59x.c>.
To compile this support as a module, choose M here. To compile this support as a module, choose M here.
......
...@@ -26,7 +26,7 @@ config CHELSIO_T1 ...@@ -26,7 +26,7 @@ config CHELSIO_T1
This driver supports Chelsio gigabit and 10-gigabit This driver supports Chelsio gigabit and 10-gigabit
Ethernet cards. More information about adapter features and Ethernet cards. More information about adapter features and
performance tuning is in performance tuning is in
<file:Documentation/networking/device_drivers/chelsio/cxgb.rst>. <file:Documentation/networking/device_drivers/ethernet/chelsio/cxgb.rst>.
For general information about Chelsio and our products, visit For general information about Chelsio and our products, visit
our website at <http://www.chelsio.com>. our website at <http://www.chelsio.com>.
......
...@@ -24,7 +24,7 @@ config CS89x0 ...@@ -24,7 +24,7 @@ config CS89x0
help help
Support for CS89x0 chipset based Ethernet cards. If you have a Support for CS89x0 chipset based Ethernet cards. If you have a
network (Ethernet) card of this type, say Y and read the file network (Ethernet) card of this type, say Y and read the file
<file:Documentation/networking/device_drivers/cirrus/cs89x0.rst>. <file:Documentation/networking/device_drivers/ethernet/cirrus/cs89x0.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called cs89x0. will be called cs89x0.
......
...@@ -114,7 +114,7 @@ config DE4X5 ...@@ -114,7 +114,7 @@ config DE4X5
These include the DE425, DE434, DE435, DE450 and DE500 models. If These include the DE425, DE434, DE435, DE450 and DE500 models. If
you have a network card of this type, say Y. More specific you have a network card of this type, say Y. More specific
information is contained in information is contained in
<file:Documentation/networking/device_drivers/dec/de4x5.rst>. <file:Documentation/networking/device_drivers/ethernet/dec/de4x5.rst>.
To compile this driver as a module, choose M here. The module will To compile this driver as a module, choose M here. The module will
be called de4x5. be called de4x5.
...@@ -138,7 +138,7 @@ config DM9102 ...@@ -138,7 +138,7 @@ config DM9102
This driver is for DM9102(A)/DM9132/DM9801 compatible PCI cards from This driver is for DM9102(A)/DM9132/DM9801 compatible PCI cards from
Davicom (<http://www.davicom.com.tw/>). If you have such a network Davicom (<http://www.davicom.com.tw/>). If you have such a network
(Ethernet) card, say Y. Some information is contained in the file (Ethernet) card, say Y. Some information is contained in the file
<file:Documentation/networking/device_drivers/dec/dmfe.rst>. <file:Documentation/networking/device_drivers/ethernet/dec/dmfe.rst>.
To compile this driver as a module, choose M here. The module will To compile this driver as a module, choose M here. The module will
be called dmfe. be called dmfe.
......
...@@ -1863,13 +1863,5 @@ static struct pci_driver rio_driver = { ...@@ -1863,13 +1863,5 @@ static struct pci_driver rio_driver = {
}; };
module_pci_driver(rio_driver); module_pci_driver(rio_driver);
/*
Compile command:
gcc -D__KERNEL__ -DMODULE -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -c dl2k.c
Read Documentation/networking/device_drivers/dlink/dl2k.rst for details.
*/
/* Read Documentation/networking/device_drivers/ethernet/dlink/dl2k.rst. */
...@@ -34,7 +34,7 @@ config E100 ...@@ -34,7 +34,7 @@ config E100
to identify the adapter. to identify the adapter.
More specific information on configuring the driver is in More specific information on configuring the driver is in
<file:Documentation/networking/device_drivers/intel/e100.rst>. <file:Documentation/networking/device_drivers/ethernet/intel/e100.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called e100. will be called e100.
...@@ -50,7 +50,7 @@ config E1000 ...@@ -50,7 +50,7 @@ config E1000
<http://support.intel.com> <http://support.intel.com>
More specific information on configuring the driver is in More specific information on configuring the driver is in
<file:Documentation/networking/device_drivers/intel/e1000.rst>. <file:Documentation/networking/device_drivers/ethernet/intel/e1000.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called e1000. will be called e1000.
...@@ -70,7 +70,7 @@ config E1000E ...@@ -70,7 +70,7 @@ config E1000E
<http://support.intel.com> <http://support.intel.com>
More specific information on configuring the driver is in More specific information on configuring the driver is in
<file:Documentation/networking/device_drivers/intel/e1000e.rst>. <file:Documentation/networking/device_drivers/ethernet/intel/e1000e.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called e1000e. will be called e1000e.
...@@ -98,7 +98,7 @@ config IGB ...@@ -98,7 +98,7 @@ config IGB
<http://support.intel.com> <http://support.intel.com>
More specific information on configuring the driver is in More specific information on configuring the driver is in
<file:Documentation/networking/device_drivers/intel/igb.rst>. <file:Documentation/networking/device_drivers/ethernet/intel/igb.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called igb. will be called igb.
...@@ -134,7 +134,7 @@ config IGBVF ...@@ -134,7 +134,7 @@ config IGBVF
<http://support.intel.com> <http://support.intel.com>
More specific information on configuring the driver is in More specific information on configuring the driver is in
<file:Documentation/networking/device_drivers/intel/igbvf.rst>. <file:Documentation/networking/device_drivers/ethernet/intel/igbvf.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called igbvf. will be called igbvf.
...@@ -151,7 +151,7 @@ config IXGB ...@@ -151,7 +151,7 @@ config IXGB
<http://support.intel.com> <http://support.intel.com>
More specific information on configuring the driver is in More specific information on configuring the driver is in
<file:Documentation/networking/device_drivers/intel/ixgb.rst>. <file:Documentation/networking/device_drivers/ethernet/intel/ixgb.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called ixgb. will be called ixgb.
...@@ -170,7 +170,7 @@ config IXGBE ...@@ -170,7 +170,7 @@ config IXGBE
<http://support.intel.com> <http://support.intel.com>
More specific information on configuring the driver is in More specific information on configuring the driver is in
<file:Documentation/networking/device_drivers/intel/ixgbe.rst>. <file:Documentation/networking/device_drivers/ethernet/intel/ixgbe.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called ixgbe. will be called ixgbe.
...@@ -222,7 +222,7 @@ config IXGBEVF ...@@ -222,7 +222,7 @@ config IXGBEVF
<http://support.intel.com> <http://support.intel.com>
More specific information on configuring the driver is in More specific information on configuring the driver is in
<file:Documentation/networking/device_drivers/intel/ixgbevf.rst>. <file:Documentation/networking/device_drivers/ethernet/intel/ixgbevf.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called ixgbevf. MSI-X interrupt support is required will be called ixgbevf. MSI-X interrupt support is required
...@@ -249,7 +249,7 @@ config I40E ...@@ -249,7 +249,7 @@ config I40E
<http://support.intel.com> <http://support.intel.com>
More specific information on configuring the driver is in More specific information on configuring the driver is in
<file:Documentation/networking/device_drivers/intel/i40e.rst>. <file:Documentation/networking/device_drivers/ethernet/intel/i40e.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called i40e. will be called i40e.
...@@ -284,7 +284,7 @@ config I40EVF ...@@ -284,7 +284,7 @@ config I40EVF
This driver was formerly named i40evf. This driver was formerly named i40evf.
More specific information on configuring the driver is in More specific information on configuring the driver is in
<file:Documentation/networking/device_drivers/intel/iavf.rst>. <file:Documentation/networking/device_drivers/ethernet/intel/iavf.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called iavf. MSI-X interrupt support is required will be called iavf. MSI-X interrupt support is required
...@@ -303,7 +303,7 @@ config ICE ...@@ -303,7 +303,7 @@ config ICE
<http://support.intel.com> <http://support.intel.com>
More specific information on configuring the driver is in More specific information on configuring the driver is in
<file:Documentation/networking/device_drivers/intel/ice.rst>. <file:Documentation/networking/device_drivers/ethernet/intel/ice.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called ice. will be called ice.
...@@ -321,7 +321,7 @@ config FM10K ...@@ -321,7 +321,7 @@ config FM10K
<http://support.intel.com> <http://support.intel.com>
More specific information on configuring the driver is in More specific information on configuring the driver is in
<file:Documentation/networking/device_drivers/intel/fm10k.rst>. <file:Documentation/networking/device_drivers/ethernet/intel/fm10k.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called fm10k. MSI-X interrupt support is required will be called fm10k. MSI-X interrupt support is required
......
...@@ -27,7 +27,7 @@ config S2IO ...@@ -27,7 +27,7 @@ config S2IO
on its age. on its age.
More specific information on configuring the driver is in More specific information on configuring the driver is in
<file:Documentation/networking/device_drivers/neterion/s2io.rst>. <file:Documentation/networking/device_drivers/ethernet/neterion/s2io.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called s2io. will be called s2io.
...@@ -42,7 +42,7 @@ config VXGE ...@@ -42,7 +42,7 @@ config VXGE
labeled as either one, depending on its age. labeled as either one, depending on its age.
More specific information on configuring the driver is in More specific information on configuring the driver is in
<file:Documentation/networking/device_drivers/neterion/vxge.rst>. <file:Documentation/networking/device_drivers/ethernet/neterion/vxge.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called vxge. will be called vxge.
......
...@@ -25,7 +25,7 @@ config IONIC ...@@ -25,7 +25,7 @@ config IONIC
This enables the support for the Pensando family of Ethernet This enables the support for the Pensando family of Ethernet
adapters. More specific information on this driver can be adapters. More specific information on this driver can be
found in found in
<file:Documentation/networking/device_drivers/pensando/ionic.rst>. <file:Documentation/networking/device_drivers/ethernet/pensando/ionic.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called ionic. will be called ionic.
......
...@@ -28,7 +28,7 @@ config SMC9194 ...@@ -28,7 +28,7 @@ config SMC9194
option if you have a DELL laptop with the docking station, or option if you have a DELL laptop with the docking station, or
another SMC9192/9194 based chipset. Say Y if you want it compiled another SMC9192/9194 based chipset. Say Y if you want it compiled
into the kernel, and read the file into the kernel, and read the file
<file:Documentation/networking/device_drivers/smsc/smc9.rst>. <file:Documentation/networking/device_drivers/ethernet/smsc/smc9.rst>.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
will be called smc9194. will be called smc9194.
...@@ -44,7 +44,7 @@ config SMC91X ...@@ -44,7 +44,7 @@ config SMC91X
This is a driver for SMC's 91x series of Ethernet chipsets, This is a driver for SMC's 91x series of Ethernet chipsets,
including the SMC91C94 and the SMC91C111. Say Y if you want it including the SMC91C94 and the SMC91C111. Say Y if you want it
compiled into the kernel, and read the file compiled into the kernel, and read the file
<file:Documentation/networking/device_drivers/smsc/smc9.rst>. <file:Documentation/networking/device_drivers/ethernet/smsc/smc9.rst>.
This driver is also available as a module ( = code which can be This driver is also available as a module ( = code which can be
inserted in and removed from the running kernel whenever you want). inserted in and removed from the running kernel whenever you want).
......
...@@ -156,7 +156,7 @@ config TLAN ...@@ -156,7 +156,7 @@ config TLAN
Devices currently supported by this driver are Compaq Netelligent, Devices currently supported by this driver are Compaq Netelligent,
Compaq NetFlex and Olicom cards. Please read the file Compaq NetFlex and Olicom cards. Please read the file
<file:Documentation/networking/device_drivers/ti/tlan.rst> <file:Documentation/networking/device_drivers/ethernet/ti/tlan.rst>
for more details. for more details.
To compile this driver as a module, choose M here. The module To compile this driver as a module, choose M here. The module
......
...@@ -70,7 +70,7 @@ MODULE_DESCRIPTION("Driver for TI ThunderLAN based ethernet PCI adapters"); ...@@ -70,7 +70,7 @@ MODULE_DESCRIPTION("Driver for TI ThunderLAN based ethernet PCI adapters");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
/* Turn on debugging. /* Turn on debugging.
* See Documentation/networking/device_drivers/ti/tlan.rst for details * See Documentation/networking/device_drivers/ethernet/ti/tlan.rst for details
*/ */
static int debug; static int debug;
module_param(debug, int, 0); module_param(debug, int, 0);
......
...@@ -77,8 +77,8 @@ config SKFP ...@@ -77,8 +77,8 @@ config SKFP
- Netelligent 100 FDDI SAS UTP - Netelligent 100 FDDI SAS UTP
- Netelligent 100 FDDI SAS Fibre MIC - Netelligent 100 FDDI SAS Fibre MIC
Read <file:Documentation/networking/skfp.rst> for information about Read <file:Documentation/networking/device_drivers/fddi/skfp.rst>
the driver. for information about the driver.
Questions concerning this driver can be addressed to: Questions concerning this driver can be addressed to:
<linux@syskonnect.de> <linux@syskonnect.de>
......
...@@ -84,8 +84,9 @@ config SCC ...@@ -84,8 +84,9 @@ config SCC
help help
These cards are used to connect your Linux box to an amateur radio These cards are used to connect your Linux box to an amateur radio
in order to communicate with other computers. If you want to use in order to communicate with other computers. If you want to use
this, read <file:Documentation/networking/z8530drv.rst> and the this, read
AX25-HOWTO, available from <file:Documentation/networking/device_drivers/hamradio/z8530drv.rst>
and the AX25-HOWTO, available from
<http://www.tldp.org/docs.html#howto>. Also make sure to say Y <http://www.tldp.org/docs.html#howto>. Also make sure to say Y
to "Amateur Radio AX.25 Level 2" support. to "Amateur Radio AX.25 Level 2" support.
...@@ -98,7 +99,8 @@ config SCC_DELAY ...@@ -98,7 +99,8 @@ config SCC_DELAY
help help
Say Y here if you experience problems with the SCC driver not Say Y here if you experience problems with the SCC driver not
working properly; please read working properly; please read
<file:Documentation/networking/z8530drv.rst> for details. <file:Documentation/networking/device_drivers/hamradio/z8530drv.rst>
for details.
If unsure, say N. If unsure, say N.
...@@ -127,7 +129,7 @@ config BAYCOM_SER_FDX ...@@ -127,7 +129,7 @@ config BAYCOM_SER_FDX
your serial interface chip. To configure the driver, use the sethdlc your serial interface chip. To configure the driver, use the sethdlc
utility available in the standard ax25 utilities package. For utility available in the standard ax25 utilities package. For
information on the modems, see <http://www.baycom.de/> and information on the modems, see <http://www.baycom.de/> and
<file:Documentation/networking/baycom.rst>. <file:Documentation/networking/device_drivers/hamradio/baycom.rst>.
To compile this driver as a module, choose M here: the module To compile this driver as a module, choose M here: the module
will be called baycom_ser_fdx. This is recommended. will be called baycom_ser_fdx. This is recommended.
...@@ -145,7 +147,7 @@ config BAYCOM_SER_HDX ...@@ -145,7 +147,7 @@ config BAYCOM_SER_HDX
the driver, use the sethdlc utility available in the standard ax25 the driver, use the sethdlc utility available in the standard ax25
utilities package. For information on the modems, see utilities package. For information on the modems, see
<http://www.baycom.de/> and <http://www.baycom.de/> and
<file:Documentation/networking/baycom.rst>. <file:Documentation/networking/device_drivers/hamradio/baycom.rst>.
To compile this driver as a module, choose M here: the module To compile this driver as a module, choose M here: the module
will be called baycom_ser_hdx. This is recommended. will be called baycom_ser_hdx. This is recommended.
...@@ -160,7 +162,7 @@ config BAYCOM_PAR ...@@ -160,7 +162,7 @@ config BAYCOM_PAR
par96 designs. To configure the driver, use the sethdlc utility par96 designs. To configure the driver, use the sethdlc utility
available in the standard ax25 utilities package. For information on available in the standard ax25 utilities package. For information on
the modems, see <http://www.baycom.de/> and the file the modems, see <http://www.baycom.de/> and the file
<file:Documentation/networking/baycom.rst>. <file:Documentation/networking/device_drivers/hamradio/baycom.rst>.
To compile this driver as a module, choose M here: the module To compile this driver as a module, choose M here: the module
will be called baycom_par. This is recommended. will be called baycom_par. This is recommended.
...@@ -175,7 +177,7 @@ config BAYCOM_EPP ...@@ -175,7 +177,7 @@ config BAYCOM_EPP
designs. To configure the driver, use the sethdlc utility available designs. To configure the driver, use the sethdlc utility available
in the standard ax25 utilities package. For information on the in the standard ax25 utilities package. For information on the
modems, see <http://www.baycom.de/> and the file modems, see <http://www.baycom.de/> and the file
<file:Documentation/networking/baycom.rst>. <file:Documentation/networking/device_drivers/hamradio/baycom.rst>.
To compile this driver as a module, choose M here: the module To compile this driver as a module, choose M here: the module
will be called baycom_epp. This is recommended. will be called baycom_epp. This is recommended.
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* ------------------ * ------------------
* *
* You can find a subset of the documentation in * You can find a subset of the documentation in
* Documentation/networking/z8530drv.rst. * Documentation/networking/device_drivers/wan/z8530drv.rst.
*/ */
/* /*
......
...@@ -57,7 +57,8 @@ config PCMCIA_RAYCS ...@@ -57,7 +57,8 @@ config PCMCIA_RAYCS
help help
Say Y here if you intend to attach an Aviator/Raytheon PCMCIA Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
(PC-card) wireless Ethernet networking card to your computer. (PC-card) wireless Ethernet networking card to your computer.
Please read the file <file:Documentation/networking/ray_cs.rst> for Please read the file
<file:Documentation/networking/device_drivers/wifi/ray_cs.rst> for
details. details.
To compile this driver as a module, choose M here: the module will be To compile this driver as a module, choose M here: the module will be
......
...@@ -16,7 +16,7 @@ config IPW2100 ...@@ -16,7 +16,7 @@ config IPW2100
A driver for the Intel PRO/Wireless 2100 Network A driver for the Intel PRO/Wireless 2100 Network
Connection 802.11b wireless network adapter. Connection 802.11b wireless network adapter.
See <file:Documentation/networking/device_drivers/intel/ipw2100.rst> See <file:Documentation/networking/device_drivers/wifi/intel/ipw2100.rst>
for information on the capabilities currently enabled in this driver for information on the capabilities currently enabled in this driver
and for tips for debugging issues and problems. and for tips for debugging issues and problems.
...@@ -78,7 +78,7 @@ config IPW2200 ...@@ -78,7 +78,7 @@ config IPW2200
A driver for the Intel PRO/Wireless 2200BG and 2915ABG Network A driver for the Intel PRO/Wireless 2200BG and 2915ABG Network
Connection adapters. Connection adapters.
See <file:Documentation/networking/device_drivers/intel/ipw2200.rst> See <file:Documentation/networking/device_drivers/wifi/intel/ipw2200.rst>
for information on the capabilities currently enabled in this for information on the capabilities currently enabled in this
driver and for tips for debugging issues and problems. driver and for tips for debugging issues and problems.
......
...@@ -8352,7 +8352,7 @@ static int ipw2100_mod_firmware_load(struct ipw2100_fw *fw) ...@@ -8352,7 +8352,7 @@ static int ipw2100_mod_firmware_load(struct ipw2100_fw *fw)
if (IPW2100_FW_MAJOR(h->version) != IPW2100_FW_MAJOR_VERSION) { if (IPW2100_FW_MAJOR(h->version) != IPW2100_FW_MAJOR_VERSION) {
printk(KERN_WARNING DRV_NAME ": Firmware image not compatible " printk(KERN_WARNING DRV_NAME ": Firmware image not compatible "
"(detected version id of %u). " "(detected version id of %u). "
"See Documentation/networking/device_drivers/intel/ipw2100.rst\n", "See Documentation/networking/device_drivers/wifi/intel/ipw2100.rst\n",
h->version); h->version);
return 1; return 1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment