From owner-freebsd-current@FreeBSD.ORG Wed Oct 26 13:56:18 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92ED8106566C for ; Wed, 26 Oct 2011 13:56:18 +0000 (UTC) (envelope-from mj@feral.com) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.freebsd.org (Postfix) with ESMTP id 24FE58FC14 for ; Wed, 26 Oct 2011 13:56:18 +0000 (UTC) Received: from [192.168.135.103] (c-24-7-47-62.hsd1.ca.comcast.net [24.7.47.62]) (authenticated bits=0) by ns1.feral.com (8.14.4/8.14.4) with ESMTP id p9QDuFmA006908 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Wed, 26 Oct 2011 06:56:17 -0700 (PDT) (envelope-from mj@feral.com) Message-ID: <4EA8117D.3050909@feral.com> Date: Wed, 26 Oct 2011 06:56:13 -0700 From: Matthew Jacob User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <20111026072523.GA89177@neveragain.de> In-Reply-To: <20111026072523.GA89177@neveragain.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (ns1.feral.com [192.67.166.1]); Wed, 26 Oct 2011 06:56:17 -0700 (PDT) Subject: Re: isp(4) WWNs / ISP2532 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2011 13:56:18 -0000 > Cheers, > > we have a "Qlogic ISP 2532 PCI FC-AL Adapter" here, on 9.0-RC1, which > seems to work fine with isp(4). > > But: We had some trouble finding the WWNs -- per man page, there should > be sysctl entries like dev.isp.N.{wwnn,wwpn}, but they ain't here. dmesg > didn't show them either. > > Booting verbose does print them. > > Is the man page outdated, or a strange behaviour because this chip > isn't explicitly supported? This question would be better answered on freebsd-scsi. It's a bug, and it's easy to fix, but because of the impending 9.0 release I haven't done it. There's an ioctl you can use to do the same thing and some tools in http://people.freebsd.org/~mjacob/isp_tools.tgz that can solve what you need.