Hi,
w2k DDK has 2 samples aha154x & initio.
In both prg, there is no code which prepares responses for various scsi requests like enquiry, mode sense etc.
It is the responsibility of the miniport driver to prepare the response for each request after contacting the target device.
Can some one tell me how/where the responses are created in the sample programs
Regards
Kas
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
the responses are DMAed into the request data buffer by the controller
as they are received from the device. The miniport doesn’t need to
“prepare” any sort of response.
-p
From: kas s [mailto:xxxxx@yahoo.com]
Sent: Wednesday, January 15, 2003 10:39 AM
To: NT Developers Interest List
Hi,
w2k DDK has 2 samples aha154x & initio.
In both prg, there is no code which prepares responses for various scsi
requests like enquiry, mode sense etc.
It is the responsibility of the miniport driver to prepare the response
for each request after contacting the target device.
Can some one tell me how/where the responses are created in the sample
programs
Regards
Kas
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now — You are
currently subscribed to ntdev as: xxxxx@microsoft.com To unsubscribe
send a blank email to xxxxx@lists.osr.com
If you have some sort of not-really-scsi hardware beneath you, then you may
have to ‘poof-up’ the required scsi CDBs. This is all documented in the
hideous scsi documentation, or one can look at the classpnp driver and see
what he expects to receive and provide it. Either one works for me.
-----Original Message-----
From: Peter Wieland [mailto:xxxxx@windows.microsoft.com]
Sent: Wednesday, January 15, 2003 4:13 PM
To: NT Developers Interest List
Subject: [ntdev] RE: scsi sample
the responses are DMAed into the request data buffer by the
controller as they are received from the device. The
miniport doesn’t need to “prepare” any sort of response.
-p
From: kas s [mailto:xxxxx@yahoo.com]
Sent: Wednesday, January 15, 2003 10:39 AM
To: NT Developers Interest List
Hi,
w2k DDK has 2 samples aha154x & initio.
In both prg, there is no code which prepares responses for
various scsi requests like enquiry, mode sense etc. It is the
responsibility of the miniport driver to prepare the response
for each request after contacting the target device. Can some
one tell me how/where the responses are created in the sample
programs Regards Kas
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now — You
are currently subscribed to ntdev as: xxxxx@microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
You are currently subscribed to ntdev as:
xxxxx@stratus.com To unsubscribe send a blank email to
xxxxx@lists.osr.com