uddaraju varma wrote: > Hi Everybody, > > 1) Im trying to implement scsi pass thru within my driver using USCSI.
1) good. > 2) How do we get the file descriptor for the target from within the > driver using USCSI? 2) you don't, nor do you need it. the file descriptor is a handle for the user process. > In LINUX we are sending scsi_dev structure to > scsi_execute_req(pdevice->pScsi_dev, cdb, DMA_FROM_DEVICE,kbuf, > buf_size,&sshdr , 8*Hz,3). OK. > > Thanks, > Varma. > > > ------------------------------------------------------------------------ > > _______________________________________________ > driver-discuss mailing list > [email protected] > http://mail.opensolaris.org/mailman/listinfo/driver-discuss _______________________________________________ driver-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/driver-discuss
