Bill
Thu Jul 31 07:52:48 CDT 2003
Usually I have seen this error when a device is takes too long to return a
response packet for an async transfer request. Check your hardware (or
driver if allocated address range is being accessed).
--
Bill McKenzie
Compuware Corporation
Watch your IRPs/IRBs/URBs/SRBs/NDIS pkts with our free WDMSniffer tool:
http://frontline.compuware.com/nashua/patches/utility.htm
"Raj" <r_konjeti@mailcity.com> wrote in message
news:8509fde8.0307301216.5bbada4@posting.google.com...
> Hi,
>
> Sometimes I get STATUS_IO_TIMEOUT when I send Async request to the
> 1394 driver stack.
>
> Why will we receive STATUS_IO_TIMEOUT? How to avoid this error? The
> same code works fine other times.
>
> Any help is appreciated.
>
> Thanks.