Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > 1394 Windows 7 - REQUEST_ISOCH_ATTACH_BUFFERS return STATUS_INSUFF

Reply
Thread Tools Display Modes

1394 Windows 7 - REQUEST_ISOCH_ATTACH_BUFFERS return STATUS_INSUFF

 
 
Michel Archambault
Guest
Posts: n/a

 
      11-09-2009
Hi!

I currently work to get working our 1394 driver under Windows 7 using the
new 1394ohci.sys driver.
I get an error in our driver because we try to do
REQUEST_ISOCH_ATTACH_BUFFERS and we get status STATUS_INSUFFICIENT_RESOURCES
from MS driver.
The first three call to REQUEST_ISOCH_ATTACH_BUFFERS return success but the
fourth failed.

Our driver work well under previous version of windows and with the 1394
legacy driver ship with Windows 7.

I generated *.etl trace file (like Don Miller from Microsoft suggest in
previous discussion http://www.osronline.com/ShowThread.cfm?link=166737), but
I cannot open this file using traceview.exe ship within the DDK and the
1394ohci.PDB in MS symstore.

Any clue?


Thank you!
 
Reply With Quote
 
 
 
 
Michel Archambault
Guest
Posts: n/a

 
      11-11-2009
Ok,

We fixed the problem.
We just set the wrong value for nNumberOfBuffers in
REQUEST_ISOCH_ALLOCATE_RESOURCES.
We set this value to 5 (4 + 1, one extra ref. msdn doc.)
We call 4 times REQUEST_ISOCH_ATTACH_BUFFERS but with nNumberOfDescriptors
set to 2 each time (since last february).
So we need to set nNumberOfBuffers to 9 (4*2 + 1) instead.

We never get the status STATUS_INSUFFICIENT_RESOURCES with the legacy driver.
It's strange!

Anyway! One more bug fixed :-)

Have a nice day!

Thanks to Don Miller for is help.

--
Michel Archambault
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows 7 email program? Paul H Windows Vista Mail 113 02-07-2010 06:28 PM
Run Vista legally for at least one year/ Vista Activation doesn't stop Piracy Chad Harris Windows Vista Installation 56 12-25-2008 02:34 PM
How to repair Vista? Jack Tripper Windows Vista Installation 25 03-16-2008 02:20 PM
How do you repair windows entirely using your Windows Vista DVD Jonathan Yaniv- Windows Live Butterfly Expert Windows Vista Performance 16 02-12-2008 07:28 PM
windows stopped booting... Karim Windows Vista Installation 1 06-19-2007 09:16 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59