From owner-freebsd-scsi@FreeBSD.ORG Wed Feb 16 18:10:24 2005 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C387E16A4CE; Wed, 16 Feb 2005 18:10:24 +0000 (GMT) Received: from aslan.scsiguy.com (mail.scsiguy.com [63.229.232.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1309E43D46; Wed, 16 Feb 2005 18:10:24 +0000 (GMT) (envelope-from gibbs@scsiguy.com) Received: from [10.0.0.90] (oriondc.dsl.frii.net [216.17.137.18]) (authenticated bits=0) by aslan.scsiguy.com (8.13.1/8.13.1) with ESMTP id j1GI9n1Y049743 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 16 Feb 2005 11:10:11 -0700 (MST) (envelope-from gibbs@scsiguy.com) Date: Wed, 16 Feb 2005 11:09:39 -0700 From: "Justin T. Gibbs" To: Matthew Jacob , Jens Schweikhardt Message-ID: <62DFACAEF30DA6C81EF39A7F@[10.0.0.90]> In-Reply-To: <7579f7fb05021515227e7b8539@mail.gmail.com> References: <20050215215908.GA1012@schweikhardt.net> <7579f7fb05021515227e7b8539@mail.gmail.com> X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline cc: FreeBSD SCSI cc: mjacob@freebsd.org Subject: Re: cam_xpt.c 1.147 makes system hang at boot X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Justin T. Gibbs" List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2005 18:10:24 -0000 Part of the problem may be that the current version of the aic79xx driver reports a max_lun of 255. This is correct once packetized protocol is negotiated, but problematic given CAMs current method of performing device probes. I've just checked in a change to drop the reported max_lun to the non-packetized limit of 63. -- Justin