Hello:
How to get SCSI miniport device object in SCSI miniport driver?
Thanks.
Hello:
How to get SCSI miniport device object in SCSI miniport driver?
Thanks.
Nike,
Think about this.
Your miniport has a DriverEntry functioned that is entered at PASSIVE_LEVEL. SCSIPORT really has no meaning until you call ScsiPortInitialize. If you think outside the box you realize that if you wanted to, you can add a standard DDK “edge” to a miniport by compiling DriverEntry with NTDDK and calling an AddSCSIDevice (or whatever you want to call it) function that is compiled using the normal SCSIPORT includes.
By the time HwFindAdapter is called, ScsiPortInitialize has created its device object.
–
Gary G. Little
xxxxx@broadstor.com
xxxxx@inland.net
“Nike Chen” wrote in message news:xxxxx@ntdev…
Hello:
How to get SCSI miniport device object in SCSI miniport driver?
Thanks.
No ways. SCSI miniport model is very limited and does not allow you to do lots of things.
Max
----- Original Message -----
From: Nike Chen
To: NT Developers Interest List
Sent: Tuesday, April 23, 2002 6:17 AM
Subject: [ntdev] How to get device object in SCSI miniport driver
Hello:
How to get SCSI miniport device object in SCSI miniport driver?
You are currently subscribed to ntdev as: xxxxx@storagecraft.com
To unsubscribe send a blank email to %%email.unsub%%