From owner-freebsd-scsi Sun Nov 17 21:22:52 2002 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 07F5E37B401 for ; Sun, 17 Nov 2002 21:22:52 -0800 (PST) Received: from msgbas2x.cos.agilent.com (msgbas2x.cos.agilent.com [192.25.240.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1944443E88 for ; Sun, 17 Nov 2002 21:22:50 -0800 (PST) (envelope-from ctuffli@rose.agilent.com) Received: from relcos1.cos.agilent.com (relcos1.cos.agilent.com [130.29.152.239]) by msgbas2x.cos.agilent.com (Postfix) with ESMTP id B74591D08 for ; Sun, 17 Nov 2002 22:22:39 -0700 (MST) Received: from rtl.rose.agilent.com (rtl.rose.agilent.com [130.30.179.189]) by relcos1.cos.agilent.com (Postfix) with ESMTP id 3D5EA15 for ; Sun, 17 Nov 2002 22:22:39 -0700 (MST) Received: from mail.rose.agilent.com (mailsrv@bellhop [130.30.179.19]) by rtl.rose.agilent.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.1.0) with ESMTP id VAA11832 for ; Sun, 17 Nov 2002 21:22:38 -0800 (PST) Received: from thegrail (anu.rose.agilent.com [156.140.225.186]) by mail.rose.agilent.com (Netscape Messaging Server 3.6) with ESMTP id AAAE02 for ; Sun, 17 Nov 2002 21:22:35 -0800 Received: by thegrail (Postfix, from userid 1001) id 2FC678470A; Sun, 17 Nov 2002 21:18:32 -0800 (PST) Date: Sun, 17 Nov 2002 21:18:32 -0800 From: Chuck Tuffli To: freebsd-scsi@freebsd.org Subject: SIM as loadable module? Message-ID: <20021118051831.GA1083@thegrail.rose.agilent.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm writting a SIM driver as a loadable module and am running into a strange problem. I register with the CAM and receive a XPT_PATH_INQ, but don't receive any other commands. This is on FreeBSD 4.7-RELEASE. The only things the driver sets out of the (maybe) ordinary are cpi->hba_misc = PIM_NOBUSRESET; /* no reset for Fibre Channel */ cpi->hba_inquiry = PI_TAG_ABLE; Does any of this ring a bell? Thanks! -- Chuck Tuffli Agilent Technologies, Storage and Networking To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message