From owner-freebsd-scsi@FreeBSD.ORG Wed Dec 17 08:26:37 2003 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 3937916A4CE for ; Wed, 17 Dec 2003 08:26:37 -0800 (PST) Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id C259743D36 for ; Wed, 17 Dec 2003 08:26:35 -0800 (PST) (envelope-from gibbs@scsiguy.com) Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by aslan.scsiguy.com (8.12.10/8.12.8) with ESMTP id hBHGQXsC061724; Wed, 17 Dec 2003 09:26:34 -0700 (MST) (envelope-from gibbs@scsiguy.com) Date: Wed, 17 Dec 2003 09:26:33 -0700 From: "Justin T. Gibbs" To: klchxbec , freebsd-scsi@freebsd.org Message-ID: <3816030000.1071678393@aslan.scsiguy.com> In-Reply-To: <20031217001352.A58053@m-net.arbornet.org> References: <20031210043551.A91490@m-net.arbornet.org> <20031210203742.GA24702@ns1.xcllnt.net> <20031217001352.A58053@m-net.arbornet.org> X-Mailer: Mulberry/3.0.3 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: should not probe devices of type SCSI_PROCESSOR X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 16:26:37 -0000 > Hi, > > I tried 5.2-RC1 on a Lion server(ia64). It hung trying to send > commands to a SCSI_PROCESSOR device. These are not disks and probably > FreeBSD is trying to send it a read capacity command or something. Doubtful. The generic probe code will issue inquiry, test unit ready, mode sense, and the VPD serial page inquiry command. All devices, regardless of type, should be able to handle these command. "Handling" also means properly responding to commands that are not supported. FreeBSD has probed processor target devices ever since it grew a SCSI layer. Perhaps you should try updating the firmware on your backplane. -- Justin