Skip to content

Commit

Permalink
net: intel: remove dead links
Browse files Browse the repository at this point in the history
The Kconfig for Intel NICs references two different URLs for the "Adapter
& Driver ID Guide". Neither of those two links works. The current URL seems
to be
http://www.intel.com/content/www/us/en/support/network-and-i-o/ethernet-products/000005584.html
but given it's apparently constantly changing, there's no point in having it
in the help text.

Just keep a generic pointer to http://support.intel.com. Hopefully, this one
will have a longer live. It still works, at least.

Furthermore, remove a link to "the latest Intel PRO/100 network driver for
Linux", this has no place in the mainline kernel and the latest Linux driver
it offers is from 2006, anyway.

Signed-off-by: Jiri Benc <jbenc@redhat.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
  • Loading branch information
Jiri Benc authored and Jeff Kirsher committed Apr 7, 2016
1 parent 1f2f83f commit 5bd0c02
Showing 1 changed file with 14 additions and 66 deletions.
80 changes: 14 additions & 66 deletions drivers/net/ethernet/intel/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,13 @@ config E100
on the adapter. Look for a label that has a barcode and a number
in the format 123456-001 (six digits hyphen three digits).

Use the above information and the Adapter & Driver ID Guide at:
Use the above information and the Adapter & Driver ID Guide that
can be located at:

<http://support.intel.com/support/network/adapter/pro100/21397.htm>
<http://support.intel.com>

to identify the adapter.

For the latest Intel PRO/100 network driver for Linux, see:

<http://www.intel.com/p/en_US/support/highlights/network/pro100plus>

More specific information on configuring the driver is in
<file:Documentation/networking/e100.txt>.

Expand All @@ -47,12 +44,7 @@ config E1000
---help---
This driver supports Intel(R) PRO/1000 gigabit ethernet family of
adapters. For more information on how to identify your adapter, go
to the Adapter & Driver ID Guide at:

<http://support.intel.com/support/network/adapter/pro100/21397.htm>

For general information and support, go to the Intel support
website at:
to the Adapter & Driver ID Guide that can be located at:

<http://support.intel.com>

Expand All @@ -71,12 +63,8 @@ config E1000E
This driver supports the PCI-Express Intel(R) PRO/1000 gigabit
ethernet family of adapters. For PCI or PCI-X e1000 adapters,
use the regular e1000 driver For more information on how to
identify your adapter, go to the Adapter & Driver ID Guide at:

<http://support.intel.com/support/network/adapter/pro100/21397.htm>

For general information and support, go to the Intel support
website at:
identify your adapter, go to the Adapter & Driver ID Guide that
can be located at:

<http://support.intel.com>

Expand All @@ -101,12 +89,7 @@ config IGB
---help---
This driver supports Intel(R) 82575/82576 gigabit ethernet family of
adapters. For more information on how to identify your adapter, go
to the Adapter & Driver ID Guide at:

<http://support.intel.com/support/network/adapter/pro100/21397.htm>

For general information and support, go to the Intel support
website at:
to the Adapter & Driver ID Guide that can be located at:

<http://support.intel.com>

Expand Down Expand Up @@ -142,12 +125,7 @@ config IGBVF
---help---
This driver supports Intel(R) 82576 virtual functions. For more
information on how to identify your adapter, go to the Adapter &
Driver ID Guide at:

<http://support.intel.com/support/network/adapter/pro100/21397.htm>

For general information and support, go to the Intel support
website at:
Driver ID Guide that can be located at:

<http://support.intel.com>

Expand All @@ -164,12 +142,7 @@ config IXGB
This driver supports Intel(R) PRO/10GbE family of adapters for
PCI-X type cards. For PCI-E type cards, use the "ixgbe" driver
instead. For more information on how to identify your adapter, go
to the Adapter & Driver ID Guide at:

<http://support.intel.com/support/network/adapter/pro100/21397.htm>

For general information and support, go to the Intel support
website at:
to the Adapter & Driver ID Guide that can be located at:

<http://support.intel.com>

Expand All @@ -187,12 +160,7 @@ config IXGBE
---help---
This driver supports Intel(R) 10GbE PCI Express family of
adapters. For more information on how to identify your adapter, go
to the Adapter & Driver ID Guide at:

<http://support.intel.com/support/network/adapter/pro100/21397.htm>

For general information and support, go to the Intel support
website at:
to the Adapter & Driver ID Guide that can be located at:

<http://support.intel.com>

Expand Down Expand Up @@ -243,12 +211,7 @@ config IXGBEVF
---help---
This driver supports Intel(R) PCI Express virtual functions for the
Intel(R) ixgbe driver. For more information on how to identify your
adapter, go to the Adapter & Driver ID Guide at:

<http://support.intel.com/support/network/sb/CS-008441.htm>

For general information and support, go to the Intel support
website at:
adapter, go to the Adapter & Driver ID Guide that can be located at:

<http://support.intel.com>

Expand All @@ -266,12 +229,7 @@ config I40E
---help---
This driver supports Intel(R) Ethernet Controller XL710 Family of
devices. For more information on how to identify your adapter, go
to the Adapter & Driver ID Guide at:

<http://support.intel.com/support/network/adapter/pro100/21397.htm>

For general information and support, go to the Intel support
website at:
to the Adapter & Driver ID Guide that can be located at:

<http://support.intel.com>

Expand Down Expand Up @@ -326,12 +284,7 @@ config I40EVF
---help---
This driver supports Intel(R) XL710 and X710 virtual functions.
For more information on how to identify your adapter, go to the
Adapter & Driver ID Guide at:

<http://support.intel.com/support/network/sb/CS-008441.htm>

For general information and support, go to the Intel support
website at:
Adapter & Driver ID Guide that can be located at:

<http://support.intel.com>

Expand All @@ -347,12 +300,7 @@ config FM10K
---help---
This driver supports Intel(R) FM10000 Ethernet Switch Host
Interface. For more information on how to identify your adapter,
go to the Adapter & Driver ID Guide at:

<http://support.intel.com/support/network/sb/CS-008441.htm>

For general information and support, go to the Intel support
website at:
go to the Adapter & Driver ID Guide that can be located at:

<http://support.intel.com>

Expand Down

0 comments on commit 5bd0c02

Please sign in to comment.