From owner-freebsd-scsi@FreeBSD.ORG Fri Mar 7 15:34:13 2008 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86A601065671 for ; Fri, 7 Mar 2008 15:34:13 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 3BF1F8FC1D for ; Fri, 7 Mar 2008 15:34:12 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id m27FXkUf036345; Fri, 7 Mar 2008 08:33:46 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <47D1605A.8030505@samsco.org> Date: Fri, 07 Mar 2008 08:33:46 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7 MIME-Version: 1.0 To: d_elbracht References: <001301c88056$76745f60$639049d9@EC1a> <47D152B6.7030307@samsco.org> <001e01c88063$3a1b3b80$639049d9@EC1a> In-Reply-To: <001e01c88063$3a1b3b80$639049d9@EC1a> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=5.4 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: freebsd-scsi@freebsd.org Subject: Re: AW: only 8 LUNs on MPT X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2008 15:34:13 -0000 d_elbracht wrote: > adding > > kern.cam.cam_srch_hi=1 > > to /boot/loader.conf did not change anything. > still da52 remains the highest device. I would expect da53 to show up. > > did I miss something ? > > Dieter > Can you send me the output of 'camcontrol inq da45'. It might be that this device is reporting itself as SCSI-2 instead of SCSI-3. Also, you can verify that the tunable got set in the loader by checking it with the sysctl command. Scott