From owner-freebsd-infiniband@FreeBSD.ORG Tue Mar 24 18:36:21 2015 Return-Path: Delivered-To: freebsd-infiniband@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 495BC125 for ; Tue, 24 Mar 2015 18:36:21 +0000 (UTC) Received: from resqmta-ch2-08v.sys.comcast.net (resqmta-ch2-08v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:40]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0CB912B6 for ; Tue, 24 Mar 2015 18:36:17 +0000 (UTC) Received: from resomta-ch2-05v.sys.comcast.net ([69.252.207.101]) by resqmta-ch2-08v.sys.comcast.net with comcast id 7Wbq1q0012Bo0NV01WcF5b; Tue, 24 Mar 2015 18:36:15 +0000 Received: from resmail-ch2-217v.sys.comcast.net ([162.150.48.251]) by resomta-ch2-05v.sys.comcast.net with comcast id 7WcF1q00J5RAVJS01WcFjM; Tue, 24 Mar 2015 18:36:15 +0000 Date: Tue, 24 Mar 2015 18:36:14 +0000 (UTC) From: rondzierwa@comcast.net To: freebsd-infiniband@freebsd.org Message-ID: <2047411187.14848489.1427222174378.JavaMail.zimbra@comcast.net> In-Reply-To: <1056469494.13922504.1427133730132.JavaMail.zimbra@comcast.net> Subject: Mellanox MHET2X-1TC MIME-Version: 1.0 X-Originating-IP: [::ffff:50.241.136.195] X-Mailer: Zimbra 8.0.7_GA_6031 (ZimbraWebClient - FF28 (Win)/8.0.7_GA_6031) Thread-Topic: Mellanox MHET2X-1TC Thread-Index: 2l6fK1RKGK2Ss40OiyumaV4e3uyAdA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1427222175; bh=TlYdNQTqFcKOCGkUVxa5KPCrbDXwSG1uW5na5UvD800=; h=Received:Received:Date:From:To:Message-ID:Subject:MIME-Version: Content-Type; b=hCE3fV4AT9FSgBZP8zXujG7mUsuaWCiJyqEqKU2atwgezWACtOAECIOXEqOrdNXpm L85VGxajxrZDAfpMcQYwstFk86NGrW4Sg/mgVXTBDTxzHrvA6V0vAcJGuRTDcstEAq Avt0ciMO9w4nd7XBoAqxQPpOSz1Pk9xvLcN/hteER2JmXoJufJJ5CmTLCwb4fYrib8 yCmhoq8ET5lURUIhN11RUFPIuSb6ExYund0wPzlmWTvALS596kIyAavvoIMrFkoaK/ 74YKAGkgvXR1btZFXE3EYibDRakI8rVdwcP9/cHB7FqPwviVqDwoVRF497VTkn1lyf eIufnZiXWfg3w== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-infiniband@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Infiniband on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2015 18:36:21 -0000 Hello All, I am trying to use an MHET2x-1TC in a Sun X4500 running 10.1-RELEASE, but cannot seem to get the device to show up anywhere. Has anybody had any success using this adapter on 10.1? If so what did you have to do to get it to work? I've downloaded two versions of the driver from the Mellanox site, MLNX_EN_FreeBSD_v2.1.tgz and the newer MLNX_OFED_FREEBSD_V2.1.5.tar.gz. both built and installed. I downloaded and installed mft-3.8.0-56 tools and installed them. I've tried loading the old and the new modules from loader.conf with a reboot, and get the same results - no new devices in either /dev or ifconfig pciconf sees the device: # pciconf -lv | grep Mellanox -C 3 class = network subclass = ethernet pcib7@pci0:6:2:0: class=0x060400 card=0x00000000 chip=0x5a4615b3 rev=0xa1 hdr=0x01 vendor = 'Mellanox Technologies' device = 'MT23108 PCI Bridge' class = bridge subclass = PCI-PCI -- class = mass storage subclass = SCSI none2@pci0:7:0:0: class=0x0c0600 card=0x5a4415b3 chip=0x5a4415b3 rev=0xa1 hdr=0x00 vendor = 'Mellanox Technologies' device = 'MT23108 InfiniHost' class = serial bus none3@pci0:128:0:0: class=0x058000 card=0x00000000 chip=0x005e10de rev=0xa4 hdr=0x00 and mst sees it as well: # mst status MST devices: ------------ pci0:6:2:0 - MT23108 PCI Bridge pci0:7:0:0 - MT23108 InfiniHost When I ran flint it told me the device was too old: flint -d pci0:6:2:0 q -E- Cannot open Device: pci0:6:2:0. No such file or directory. MFE_OLD_DEVICE_TYPE Although I can see the modules in kldstat, the driver never shows up on dmesg, and there are no additional network devices in ifconfig. any ideas or suggestions are greatly appreciated! thanks, ron.