Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jon Mason and committed by
David S. Miller
c0589fa7 1a203cb3

+3 -24
+2 -12
Documentation/networking/s2io.txt
··· 136 136 http://vip.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/ 137 137 26310_AMD-8131_HyperTransport_PCI-X_Tunnel_Revision_Guide_rev_3_18.pdf 138 138 139 - 6. Available Downloads 140 - Neterion "s2io" driver in Red Hat and Suse 2.6-based distributions is kept up 141 - to date, also the latest "s2io" code (including support for 2.4 kernels) is 142 - available via "Support" link on the Neterion site: http://www.neterion.com. 143 - 144 - For Xframe User Guide (Programming manual), visit ftp site ns1.s2io.com, 145 - user: linuxdocs password: HALdocs 146 - 147 - 7. Support 139 + 6. Support 148 140 For further support please contact either your 10GbE Xframe NIC vendor (IBM, 149 - HP, SGI etc.) or click on the "Support" link on the Neterion site: 150 - http://www.neterion.com. 151 - 141 + HP, SGI etc.)
-7
Documentation/networking/vxge.txt
··· 91 91 virtualization environment. 92 92 Valid range: 0,1 (disabled, enabled respectively) 93 93 Default: 0 94 - 95 - 4) Troubleshooting: 96 - ------------------- 97 - 98 - To resolve an issue with the source code or X3100 series adapter, please collect 99 - the statistics, register dumps using ethool, relevant logs and email them to 100 - support@neterion.com.
-2
MAINTAINERS
··· 4638 4638 NETERION 10GbE DRIVERS (s2io/vxge) 4639 4639 M: Jon Mason <jdmason@kudzu.us> 4640 4640 L: netdev@vger.kernel.org 4641 - W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous 4642 - W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous 4643 4641 S: Supported 4644 4642 F: Documentation/networking/s2io.txt 4645 4643 F: Documentation/networking/vxge.txt
+1 -3
drivers/net/ethernet/neterion/vxge/vxge-main.c
··· 4261 4261 if (VXGE_FW_VER(VXGE_CERT_FW_VER_MAJOR, VXGE_CERT_FW_VER_MINOR, 0) > 4262 4262 VXGE_FW_VER(maj, min, 0)) { 4263 4263 vxge_debug_init(VXGE_ERR, "%s: Firmware %d.%d.%d is too old to" 4264 - " be used with this driver.\n" 4265 - "Please get the latest version from " 4266 - "ftp://ftp.s2io.com/pub/X3100-Drivers/FIRMWARE", 4264 + " be used with this driver.", 4267 4265 VXGE_DRIVER_NAME, maj, min, bld); 4268 4266 return -EINVAL; 4269 4267 }