Steven Edwards writes:
> On Sat, Oct 17, 2009 at 12:39 PM, Alexandre Julliard
> wrote:
>>> 1. Use the SCSITaskDevice interface. This is a CFPlugIn object provided
>>> by the driver (it's like a COM object). We have to get exclusive access
>>> (this requires all the handles to all device files to
James McKenzie wrote:
> Charles Davis wrote:
>> Alexandre Julliard wrote:
>>
>>> Charles Davis writes:
>>>
>>>
Eventually, I want to implement IOCTL_SCSI_PASS_THOROUGH on Mac OS. The
way I see it, there are two ways to do this:
1. Use the SCSITaskDevice interface. This
Steven Edwards wrote:
> On Sat, Oct 17, 2009 at 12:39 PM, Alexandre Julliard
> wrote:
>>> 1. Use the SCSITaskDevice interface. This is a CFPlugIn object provided
>>> by the driver (it's like a COM object). We have to get exclusive access
>>> (this requires all the handles to all device files to be
Alexandre Julliard wrote:
> Charles Davis writes:
>
>> Eventually, I want to implement IOCTL_SCSI_PASS_THOROUGH on Mac OS. The
>> way I see it, there are two ways to do this:
>>
>> 1. Use the SCSITaskDevice interface. This is a CFPlugIn object provided
>> by the driver (it's like a COM object). W
On Sat, Oct 17, 2009 at 12:39 PM, Alexandre Julliard
wrote:
>> 1. Use the SCSITaskDevice interface. This is a CFPlugIn object provided
>> by the driver (it's like a COM object). We have to get exclusive access
>> (this requires all the handles to all device files to be closed, and the
>> disk unmo
Charles Davis writes:
> Eventually, I want to implement IOCTL_SCSI_PASS_THOROUGH on Mac OS. The
> way I see it, there are two ways to do this:
>
> 1. Use the SCSITaskDevice interface. This is a CFPlugIn object provided
> by the driver (it's like a COM object). We have to get exclusive access
> (t
On Oct 16, 2009, at 6:01 PM, Charles Davis wrote:
Eventually, I want to implement IOCTL_SCSI_PASS_THOROUGH on Mac OS.
The
way I see it, there are two ways to do this:
1. Use the SCSITaskDevice interface. This is a CFPlugIn object
provided
by the driver (it's like a COM object). We have to g
Hi,
Eventually, I want to implement IOCTL_SCSI_PASS_THOROUGH on Mac OS. The
way I see it, there are two ways to do this:
1. Use the SCSITaskDevice interface. This is a CFPlugIn object provided
by the driver (it's like a COM object). We have to get exclusive access
(this requires all the handles t