From owner-freebsd-scsi@FreeBSD.ORG Sat Oct 20 15:47:39 2012 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DCA3EF4D for ; Sat, 20 Oct 2012 15:47:39 +0000 (UTC) (envelope-from mj@feral.com) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.freebsd.org (Postfix) with ESMTP id AF8E68FC14 for ; Sat, 20 Oct 2012 15:47:39 +0000 (UTC) Received: from [192.168.135.101] (c-71-202-26-251.hsd1.ca.comcast.net [71.202.26.251]) (authenticated bits=0) by ns1.feral.com (8.14.5/8.14.4) with ESMTP id q9KFlXb0018149 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Sat, 20 Oct 2012 08:47:33 -0700 (PDT) (envelope-from mj@feral.com) Message-ID: <5082C78F.6040800@feral.com> Date: Sat, 20 Oct 2012 08:47:27 -0700 From: Matthew Jacob Organization: Feral Software User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: freebsd-scsi@freebsd.org Subject: Re: Unable to run ISP1040B in target mode. References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (ns1.feral.com [192.67.166.1]); Sat, 20 Oct 2012 08:47:33 -0700 (PDT) X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matt Jacob List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2012 15:47:39 -0000 Something is definitely broken here. The only info making it upstream is the BUS Reset. The fact that the linux side is seeing a Processor type is weird. This *probably* means that the QLogic f/w has decided to respond itself and isn't passing ATIOs correctly. The parallel scsi code has fallen into disuse, and it's state as of FreeBSD 7 is probably "Eh? Didn't know it still compiled.". I believe that I *did* manage to test parallel SCSI with a 12160 recently (i.e., -current), but couldn't even swear to that. I don't even own any 1040s still, or if I do, they're for Diff and I probably don't even have Diff cables any more. Try adding the line: hint.isp.0.debug=0xf07f to /boot/loader.conf and reboot and retry things. The output should tell us exactly what the FreeBSD told the 1040 to do, including Queue entry stuff, so I hope you have a serial console.