Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2002 01:31:14 -0500
From:      "Long, Scott" <Scott_Long@adaptec.com>
To:        "'Chuck Tuffli'" <chuck_tuffli@agilent.com>, freebsd-scsi@FreeBSD.ORG
Subject:   RE: SIM as loadable module?
Message-ID:  <6100BCEB85F8E244959C756C04E0EDD161CB79@otcexc01.otc.adaptec.com>

next in thread | raw e-mail | index | archive | help
 
> 
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6100BCEB85F8E244959C756C04E0EDD161CB79>