Date: Tue, 9 Apr 2002 10:34:31 -0600 From: "Kenneth D. Merry" <ken@kdm.org> To: Yassar S <yassars@infy.com> Cc: freebsd-scsi@FreeBSD.ORG Subject: Re: SCSI Callback function not getting called Message-ID: <20020409103431.A21330@panzer.kdm.org> In-Reply-To: <755FA95DB839D211856B0008C7287D930F3286E7@kecmsg02.ad.infosys.com>; from yassars@infy.com on Tue, Apr 09, 2002 at 07:40:49PM %2B0530 References: <755FA95DB839D211856B0008C7287D930F3286E7@kecmsg02.ad.infosys.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 09, 2002 at 19:40:49 +0530, Yassar S wrote: > > >>On Thu, Apr 04, 2002 at 09:15:25 +0530, Yassar S wrote: > > >I'm not writing a driver. I'm writing an application which uses > > >the SIM calls like scsi_read_write etc. > > >Those aren't SIM calls. > Are these functions exposed by the kernel? > What are these functions if they are not SIM calls? > I'm able to call these functions from my app without linking > to any other library!! They are CDB/CCB building functions. They aren't "exposed" by the kernel, but are compiled into the kernel and into libcam. You're able to call those functions because they are compiled into libcam. Ken -- Kenneth Merry ken@kdm.org 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?20020409103431.A21330>