From owner-freebsd-scsi Sun Nov 17 22:31:19 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 105A737B401 for ; Sun, 17 Nov 2002 22:31:19 -0800 (PST) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAFEA43E4A for ; Sun, 17 Nov 2002 22:31:18 -0800 (PST) (envelope-from Scott_Long@adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6+Sun/8.11.6) with ESMTP id gAI6VIj23774; Sun, 17 Nov 2002 22:31:18 -0800 (PST) Received: from OTCEXC01.otc.adaptec.com (otcexc01.otc.adaptec.com [10.12.1.27]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id WAA29453; Sun, 17 Nov 2002 22:31:17 -0800 (PST) Received: by otcexc01.otc.adaptec.com with Internet Mail Service (5.5.2653.19) id <4TQCXW6F>; Mon, 18 Nov 2002 01:31:15 -0500 Message-ID: <6100BCEB85F8E244959C756C04E0EDD161CB79@otcexc01.otc.adaptec.com> From: "Long, Scott" To: "'Chuck Tuffli'" , freebsd-scsi@FreeBSD.ORG Subject: RE: SIM as loadable module? Date: Mon, 18 Nov 2002 01:31:14 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain 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! > What are you setting ccb->ccb_h.status to? Can you share the body of your action method, or at least the XPT_PATH_INQ portions? Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message