aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/networking/s2io.txt14
-rw-r--r--Documentation/networking/vxge.txt7
-rw-r--r--MAINTAINERS2
-rw-r--r--drivers/net/ethernet/neterion/vxge/vxge-main.c4
4 files changed, 3 insertions, 24 deletions
diff --git a/Documentation/networking/s2io.txt b/Documentation/networking/s2io.txt
index 4be0c039edbc..d2a9f43b5546 100644
--- a/Documentation/networking/s2io.txt
+++ b/Documentation/networking/s2io.txt
@@ -136,16 +136,6 @@ For more information, please review the AMD8131 errata at
136http://vip.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/ 136http://vip.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/
13726310_AMD-8131_HyperTransport_PCI-X_Tunnel_Revision_Guide_rev_3_18.pdf 13726310_AMD-8131_HyperTransport_PCI-X_Tunnel_Revision_Guide_rev_3_18.pdf
138 138
1396. Available Downloads 1396. Support
140Neterion "s2io" driver in Red Hat and Suse 2.6-based distributions is kept up
141to date, also the latest "s2io" code (including support for 2.4 kernels) is
142available via "Support" link on the Neterion site: http://www.neterion.com.
143
144For Xframe User Guide (Programming manual), visit ftp site ns1.s2io.com,
145user: linuxdocs password: HALdocs
146
1477. Support
148For further support please contact either your 10GbE Xframe NIC vendor (IBM, 140For further support please contact either your 10GbE Xframe NIC vendor (IBM,
149HP, SGI etc.) or click on the "Support" link on the Neterion site: 141HP, SGI etc.)
150http://www.neterion.com.
151
diff --git a/Documentation/networking/vxge.txt b/Documentation/networking/vxge.txt
index d2e2997e6fa0..bb76c667a476 100644
--- a/Documentation/networking/vxge.txt
+++ b/Documentation/networking/vxge.txt
@@ -91,10 +91,3 @@ v) addr_learn_en
91 virtualization environment. 91 virtualization environment.
92 Valid range: 0,1 (disabled, enabled respectively) 92 Valid range: 0,1 (disabled, enabled respectively)
93 Default: 0 93 Default: 0
94
954) Troubleshooting:
96-------------------
97
98To resolve an issue with the source code or X3100 series adapter, please collect
99the statistics, register dumps using ethool, relevant logs and email them to
100support@neterion.com.
diff --git a/MAINTAINERS b/MAINTAINERS
index 8da1373bd6d1..ce7398e1e1ec 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4638,8 +4638,6 @@ F: net/sched/sch_netem.c
4638NETERION 10GbE DRIVERS (s2io/vxge) 4638NETERION 10GbE DRIVERS (s2io/vxge)
4639M: Jon Mason <jdmason@kudzu.us> 4639M: Jon Mason <jdmason@kudzu.us>
4640L: netdev@vger.kernel.org 4640L: netdev@vger.kernel.org
4641W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4642W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4643S: Supported 4641S: Supported
4644F: Documentation/networking/s2io.txt 4642F: Documentation/networking/s2io.txt
4645F: Documentation/networking/vxge.txt 4643F: Documentation/networking/vxge.txt
diff --git a/drivers/net/ethernet/neterion/vxge/vxge-main.c b/drivers/net/ethernet/neterion/vxge/vxge-main.c
index 2fd1edbc5e0e..4e20c5f02712 100644
--- a/drivers/net/ethernet/neterion/vxge/vxge-main.c
+++ b/drivers/net/ethernet/neterion/vxge/vxge-main.c
@@ -4261,9 +4261,7 @@ static int vxge_probe_fw_update(struct vxgedev *vdev)
4261 if (VXGE_FW_VER(VXGE_CERT_FW_VER_MAJOR, VXGE_CERT_FW_VER_MINOR, 0) > 4261 if (VXGE_FW_VER(VXGE_CERT_FW_VER_MAJOR, VXGE_CERT_FW_VER_MINOR, 0) >
4262 VXGE_FW_VER(maj, min, 0)) { 4262 VXGE_FW_VER(maj, min, 0)) {
4263 vxge_debug_init(VXGE_ERR, "%s: Firmware %d.%d.%d is too old to" 4263 vxge_debug_init(VXGE_ERR, "%s: Firmware %d.%d.%d is too old to"
4264 " be used with this driver.\n" 4264 " be used with this driver.",
4265 "Please get the latest version from "
4266 "ftp://ftp.s2io.com/pub/X3100-Drivers/FIRMWARE",
4267 VXGE_DRIVER_NAME, maj, min, bld); 4265 VXGE_DRIVER_NAME, maj, min, bld);
4268 return -EINVAL; 4266 return -EINVAL;
4269 } 4267 }