I have implemented a scsi miniport driver and I created a totally
virtual processor device whose target id is 0. But my miniport driver’s
HwScsiStartIo never received any INQUIRY command for target 0. The first
target scsiport inquired is (PathId = 0, TargetId = 1, Lun =0) device
not the one I expected (PathId = 0, TargetId = 0, Lun = 0). I have done
the test on win2k3 sp1. Does anybody know the reason? Or is this the
normal case?
Thanks a lot!
What is your reported initiator Id? 0?
Loren
Do you mean the IntiatorBusId I reported back to scsiport when it
invoked my HwScsiFindAdapter()? I reported InitiatorBusId[0] as 0.
Best Regards,
hanzhu
Loren Wilton дµÀ:
What is your reported initiator Id? 0?
Loren
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
What did you set as your initiator ID?
-p
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of hanzhu
Sent: Sunday, April 30, 2006 10:59 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] why scsiport never inquiry my targetId = 0 device
I have implemented a scsi miniport driver and I created a totally
virtual processor device whose target id is 0. But my miniport driver’s
HwScsiStartIo never received any INQUIRY command for target 0. The first
target scsiport inquired is (PathId = 0, TargetId = 1, Lun =0) device
not the one I expected (PathId = 0, TargetId = 0, Lun = 0). I have done
the test on win2k3 sp1. Does anybody know the reason? Or is this the
normal case?
Thanks a lot!
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
Scsi port won’t send any inquiries to the initiator. Choose a different ID (6 or 7 is common)
-p
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of hanzhu
Sent: Monday, May 01, 2006 3:33 AM
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] why scsiport never inquiry my targetId = 0 device
Do you mean the IntiatorBusId I reported back to scsiport when it invoked my HwScsiFindAdapter()? I reported InitiatorBusId[0] as 0.
Best Regards,
hanzhu
Loren Wilton $B> What is your reported initiator Id? 0?
>
> Loren
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>
—
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer