From owner-freebsd-scsi@FreeBSD.ORG Thu Aug 28 17:59:11 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 0AB46106564A for ; Thu, 28 Aug 2008 17:59:11 +0000 (UTC) (envelope-from pisymbol@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.233]) by mx1.freebsd.org (Postfix) with ESMTP id D0C618FC21 for ; Thu, 28 Aug 2008 17:59:10 +0000 (UTC) (envelope-from pisymbol@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so638765rvf.43 for ; Thu, 28 Aug 2008 10:59:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=xsWTCaK8ZHYEizyTUjkS1sGxm9oMyNB77pokwPv83WQ=; b=n6hiQ97Ne+0FO4GlwoXhk16uS2sRCdKDSyRgyqWKEpNBAtKGGpHzg2Ltw+TQGzrfSp w/lCNIkvWsHLd6iK9IoqI8markM1TbunOD+2KvJXpN+f1eI562AJh/MuGO54+U7xUbMr 6cfyZvgcAE+fZr4NQxZJFvdoXDMXqbRib6h9E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=T0P5U3EIH/Ww2HI5lYcFC1S2nIBYy9XH0PQ3L2X95t++0st8N0bfslynpu/TM+zBLc pmuw6vQeanTVggLj7rlaHZCNeVhXPCmIfZaZ016u0StLtcqKRobj31dEzJPJubA+D2Lp OLlY2+LYqg+lBeNb+5yoI84ERKWxjPaBwtGvY= Received: by 10.140.207.2 with SMTP id e2mr922758rvg.187.1219946350263; Thu, 28 Aug 2008 10:59:10 -0700 (PDT) Received: by 10.140.127.19 with HTTP; Thu, 28 Aug 2008 10:59:10 -0700 (PDT) Message-ID: <3c0b01820808281059k3c33e352g6be72f02817e8e6a@mail.gmail.com> Date: Thu, 28 Aug 2008 13:59:10 -0400 From: "Alexander Sack" To: "Sean Bruno" In-Reply-To: <48B6E19A.7050603@miralink.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48B6E19A.7050603@miralink.com> Cc: freebsd-scsi@freebsd.org Subject: Re: [ISP] QLA2432 Target Mode Broken 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: Thu, 28 Aug 2008 17:59:11 -0000 On Thu, Aug 28, 2008 at 1:34 PM, Sean Bruno wrote: > I tried putting a 2432 into target mode this week and noted that the system > threw a pretty nice panic and thought I would post the output here. > Reviewing the 4G documentation from Qlogic, it looks like they've > substantially changed the target mode interface, so I'm not surprised that > there's some work to do. If anyone has any patches they'd like me to test, > I'm open to integration: Did you rebuild the isp driver with -DISP_TARGET_MODE defined? I only mention this because the output below seems like you twiddled the "role" hint instead of actually recompile the driver? -aps