From owner-freebsd-scsi@FreeBSD.ORG Tue Dec 16 21:11:22 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 410CD16A4CE for ; Tue, 16 Dec 2003 21:11:22 -0800 (PST) Received: from arbornet.org (m-net.arbornet.org [209.142.209.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F7D443D58 for ; Tue, 16 Dec 2003 21:11:17 -0800 (PST) (envelope-from klchxbec@m-net.arbornet.org) Received: from m-net.arbornet.org (localhost [127.0.0.1]) by arbornet.org (8.12.3p2/8.11.2) with ESMTP id hBH5DrFL064143 for ; Wed, 17 Dec 2003 00:13:53 -0500 (EST) (envelope-from klchxbec@m-net.arbornet.org) Received: (from klchxbec@localhost) by m-net.arbornet.org (8.12.3p2/8.12.3/Submit) id hBH5Dr6D064142 for freebsd-scsi@freebsd.org; Wed, 17 Dec 2003 00:13:53 -0500 (EST) Date: Wed, 17 Dec 2003 00:13:52 -0500 From: klchxbec To: freebsd-scsi@freebsd.org Message-ID: <20031217001352.A58053@m-net.arbornet.org> References: <20031210043551.A91490@m-net.arbornet.org> <20031210203742.GA24702@ns1.xcllnt.net> <20031216053547.A39307@m-net.arbornet.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20031216053547.A39307@m-net.arbornet.org>; from klchxbec@m-net.arbornet.org on Tue, Dec 16, 2003 at 05:35:47AM -0500 Subject: 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 05:11:22 -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. This hangs off the internal qlisp scsi card. Relevant excerpt from the boot -v: isp0: port 0xa800-0xa8ff mem 0xf1ff0000-0xf1ff0fff irq 48 at device 2.0 on pci1 isp0: using I/O space register mapping isp0: bus 0 is in LVD Mode isp0: bus 1 is in LVD Mode isp0: Board Type 12160, Chip Revision 0x6, resident F/W Revision 10.4.31 isp0: Last F/W revision was 10.4.31 isp0: 563 max I/O commands supported isp0: Initiator ID is 7 on Channel 0 isp0: Initiator ID is 7 on Channel 1 isp0: Enabled FW features (0xa) isp0: driver initiated bus reset of bus 0 isp0: driver initiated bus reset of bus 1 (probe0:isp0:0:0:0): Retrying Command (probe1:isp0:0:1:0): Retrying Command (probe6:isp0:0:6:0): error 22 (probe6:isp0:0:6:0): Unretryable Error The inquiry data for this device (target id 6) is vendorid:productid:dev_type:periph_qualifier ESG-SHV :SCA HSBP M12 :3:0 I think FreeBSD scsi stack should be fixed not to probe targets of type SCSI_PROCESSOR(3). Is it possible to fix it before 5.2-RELEASE goes out ?