From owner-freebsd-questions@FreeBSD.ORG Tue Dec 9 17:13:12 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F23D3C89 for ; Tue, 9 Dec 2014 17:13:12 +0000 (UTC) Received: from mail.physics.umn.edu (smtp.spa.umn.edu [128.101.220.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDF8E1C9 for ; Tue, 9 Dec 2014 17:13:12 +0000 (UTC) Received: from peevish.spa.umn.edu ([128.101.220.230]) by mail.physics.umn.edu with esmtp (Exim 4.77 (FreeBSD)) (envelope-from ) id 1XyNxu-0003ze-Mz; Tue, 09 Dec 2014 10:48:46 -0600 Received: by peevish.spa.umn.edu (Postfix, from userid 5000) id 9123F34C; Tue, 9 Dec 2014 10:48:46 -0600 (CST) Date: Tue, 9 Dec 2014 10:48:46 -0600 From: Graham Allan To: Anton Shterenlikht Subject: Re: will isp(4) support Qlogic 2460 or 2462? Message-ID: <20141209164846.GA15745@physics.umn.edu> References: <201412091633.sB9GXJBo073039@mech-as221.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201412091633.sB9GXJBo073039@mech-as221.men.bris.ac.uk> User-Agent: Mutt/1.5.20 (2009-12-10) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2014 17:13:13 -0000 On Tue, Dec 09, 2014 at 08:33:21AM -0800, Anton Shterenlikht wrote: > I'm trying to find a fibre adapter that > fits into SunFire X4100. The PCI slots > there are very short. From Qlogic family > it seems only 2460 or 2462 cards will fit > there. The isp(4) driver does not mention > these particular models. Has anybody got > either of these 2 models working with isp(4)? > Alternatively, can anybody confirm that these > 2 cards are not supported by isp(4)? We've been using isp-based qlogic FC cards since FreeBSD 6-ish (along with some mpt-based LSI cards. Overall I'd say the qlogic ones seem to work best. Currently using QLE-2462 on FreeBSD 9.3. Multipath works well with this too! Graham