This dialog pops up when i unplug my usb device from the port. Can someone
tell me the reason for this pop-up… BTW my driver doesn’t have digital
signature.
Thanks
Sesha.
From: David Stallmo[SMTP:xxxxx@borg3.com]
Reply To: NT Developers Interest List
Sent: 2002"N8OEZ13"? 7:27
To: NT Developers Interest List
Subject: [ntdev] Win2k SCSI Miniport driver
I am working on a Win2k SCSI Miniport driver. After getting called in the
DriverEntry, FindAdapter and InitializeAdapter I am getting calls to the
StartIO routine for a Read SRB (0x28)which have a block# of 0, number of
blocks of 0 in the CDB but a DataTransferLength that is non-zero (usually
32K).
Which is correct - are there 0 block reads that have the
DataTransferLength
set or is the # blocks field in the CDB incorrect in which case do I need
to calculate the correct number of blocks using the DataTransferLength?
Thanks for any help.
You are currently subscribed to ntdev as: xxxxx@satyam.com
To unsubscribe send a blank email to %%email.unsub%%
**************************************************************************
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**************************************************************************
It has nothing to do with the driver being signed or not signed. Check out
this KB:
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q298504&
–
Bill McKenzie
Windows DDK MVP
OSR - Windows System Software Development, Training, and Consulting
“Seshagiri_Babu” wrote in message
news:xxxxx@ntdev…
This dialog pops up when i unplug my usb device from the port. Can someone
tell me the reason for this pop-up… BTW my driver doesn’t have digital
signature.
Thanks
Sesha.
> ----------
> From: David Stallmo[SMTP:xxxxx@borg3.com]
> Reply To: NT Developers Interest List
> Sent: 2002"N8OEZ13"ú 7:27
> To: NT Developers Interest List
> Subject: [ntdev] Win2k SCSI Miniport driver
>
> I am working on a Win2k SCSI Miniport driver. After getting called in the
> DriverEntry, FindAdapter and InitializeAdapter I am getting calls to the
> StartIO routine for a Read SRB (0x28)which have a block# of 0, number of
> blocks of 0 in the CDB but a DataTransferLength that is non-zero (usually
> 32K).
>
> Which is correct - are there 0 block reads that have the
> DataTransferLength
> set or is the # blocks field in the CDB incorrect in which case do I need
> to calculate the correct number of blocks using the DataTransferLength?
>
> Thanks for any help.
>
> —
> You are currently subscribed to ntdev as: xxxxx@satyam.com
> To unsubscribe send a blank email to %%email.unsub%%
>
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.