vxge/s2io: remove dead URLs
URLs to neterion.com and s2io.com no longer resolve. Remove all references to these URLs in the driver source and documentation. Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
1a203cb33a
commit
c0589fa78a
@@ -136,16 +136,6 @@ For more information, please review the AMD8131 errata at
|
|||||||
http://vip.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/
|
http://vip.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/
|
||||||
26310_AMD-8131_HyperTransport_PCI-X_Tunnel_Revision_Guide_rev_3_18.pdf
|
26310_AMD-8131_HyperTransport_PCI-X_Tunnel_Revision_Guide_rev_3_18.pdf
|
||||||
|
|
||||||
6. Available Downloads
|
6. Support
|
||||||
Neterion "s2io" driver in Red Hat and Suse 2.6-based distributions is kept up
|
|
||||||
to date, also the latest "s2io" code (including support for 2.4 kernels) is
|
|
||||||
available via "Support" link on the Neterion site: http://www.neterion.com.
|
|
||||||
|
|
||||||
For Xframe User Guide (Programming manual), visit ftp site ns1.s2io.com,
|
|
||||||
user: linuxdocs password: HALdocs
|
|
||||||
|
|
||||||
7. Support
|
|
||||||
For further support please contact either your 10GbE Xframe NIC vendor (IBM,
|
For further support please contact either your 10GbE Xframe NIC vendor (IBM,
|
||||||
HP, SGI etc.) or click on the "Support" link on the Neterion site:
|
HP, SGI etc.)
|
||||||
http://www.neterion.com.
|
|
||||||
|
|
||||||
|
@@ -91,10 +91,3 @@ v) addr_learn_en
|
|||||||
virtualization environment.
|
virtualization environment.
|
||||||
Valid range: 0,1 (disabled, enabled respectively)
|
Valid range: 0,1 (disabled, enabled respectively)
|
||||||
Default: 0
|
Default: 0
|
||||||
|
|
||||||
4) Troubleshooting:
|
|
||||||
-------------------
|
|
||||||
|
|
||||||
To resolve an issue with the source code or X3100 series adapter, please collect
|
|
||||||
the statistics, register dumps using ethool, relevant logs and email them to
|
|
||||||
support@neterion.com.
|
|
||||||
|
@@ -4638,8 +4638,6 @@ F: net/sched/sch_netem.c
|
|||||||
NETERION 10GbE DRIVERS (s2io/vxge)
|
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
|
||||||
W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
|
|
||||||
W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
|
|
||||||
S: Supported
|
S: Supported
|
||||||
F: Documentation/networking/s2io.txt
|
F: Documentation/networking/s2io.txt
|
||||||
F: Documentation/networking/vxge.txt
|
F: Documentation/networking/vxge.txt
|
||||||
|
@@ -4261,9 +4261,7 @@ static int vxge_probe_fw_update(struct vxgedev *vdev)
|
|||||||
if (VXGE_FW_VER(VXGE_CERT_FW_VER_MAJOR, VXGE_CERT_FW_VER_MINOR, 0) >
|
if (VXGE_FW_VER(VXGE_CERT_FW_VER_MAJOR, VXGE_CERT_FW_VER_MINOR, 0) >
|
||||||
VXGE_FW_VER(maj, min, 0)) {
|
VXGE_FW_VER(maj, min, 0)) {
|
||||||
vxge_debug_init(VXGE_ERR, "%s: Firmware %d.%d.%d is too old to"
|
vxge_debug_init(VXGE_ERR, "%s: Firmware %d.%d.%d is too old to"
|
||||||
" be used with this driver.\n"
|
" be used with this driver.",
|
||||||
"Please get the latest version from "
|
|
||||||
"ftp://ftp.s2io.com/pub/X3100-Drivers/FIRMWARE",
|
|
||||||
VXGE_DRIVER_NAME, maj, min, bld);
|
VXGE_DRIVER_NAME, maj, min, bld);
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user