- STATUS_IO_TIMEOUT
- Posted by Raj on July 30th, 2003
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.
- Posted by Bill McKenzie on July 31st, 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/nashu...es/utility.htm
"Raj" <r_konjeti@mailcity.com> wrote in message
news:8509fde8.0307301216.5bbada4@posting.google.co m...

