From owner-freebsd-ia64@FreeBSD.ORG Tue Dec 16 02:33:18 2003 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53D0F16A4CE for ; Tue, 16 Dec 2003 02:33:18 -0800 (PST) Received: from arbornet.org (m-net.arbornet.org [209.142.209.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13C8143D1F for ; Tue, 16 Dec 2003 02:33: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 hBGAZmFL039966 for ; Tue, 16 Dec 2003 05:35:48 -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 hBGAZm83039965 for freebsd-ia64@freebsd.org; Tue, 16 Dec 2003 05:35:48 -0500 (EST) Date: Tue, 16 Dec 2003 05:35:47 -0500 From: klchxbec To: freebsd-ia64@freebsd.org Message-ID: <20031216053547.A39307@m-net.arbornet.org> References: <20031210043551.A91490@m-net.arbornet.org> <20031210203742.GA24702@ns1.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20031210203742.GA24702@ns1.xcllnt.net>; from marcel@xcllnt.net on Wed, Dec 10, 2003 at 12:37:42PM -0800 Subject: Re: 5.1 fails to boot on lion and rx5670 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 10:33:18 -0000 I tried 5.2-RC1 on a Lion server. 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 inquriy 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 ?