Hi,
Thanks for the reply
I think this method opens a handle to a SCSI Port driver instead of
miniport. My requirment is to open a handle to SCSI Miniport driver from
NDIS
miniport driver. Is there any method to achive the same?
Regards,
Indira
Subject: Re: how to open a handle to SCSI miniport driver?
From: “Maxim S. Shatskih”
Date: Tue, 3 Jul 2001 15:13:04 +0400
X-Message-Number: 17
Open \.\Scsi0: and use IOCTL_SCSI_MINIPORT
----- Original Message -----
>From: “Indira”
To: “NT Developers Interest List”
Sent: Tuesday, July 03, 2001 2:32 PM
Subject: [ntdev] how to open a handle to SCSI miniport driver?
> Hi All,
> How to open a handle to SCSI Miniport driver from other drivers? so
that
> other drivers can communicate with it (i.e, SCSI miniport driver
> directly).
>
> Thanks in advance,
> Indira
–
You may not be the master of your fate…
You are the captain of you soul.
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
There is no mechanism defined to ‘open a handle to the SCSI miniport’
that does not go through Scsiport. The IOCTL mechanism Maxim pointed you
to is the best you can do.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Indira
Sent: Thursday, July 05, 2001 5:52 AM
To: NT Developers Interest List
Subject: [ntdev] Re: how to open a handle to a SCSI miniport driver?
Hi,
Thanks for the reply
I think this method opens a handle to a SCSI Port driver
instead of miniport. My requirment is to open a handle to
SCSI Miniport driver from NDIS miniport driver. Is there any
method to achive the same?
Regards,
Indira
Subject: Re: how to open a handle to SCSI miniport driver?
>From: “Maxim S. Shatskih”
> Date: Tue, 3 Jul 2001 15:13:04 +0400
> X-Message-Number: 17
>
> Open \.\Scsi0: and use IOCTL_SCSI_MINIPORT
>
> ----- Original Message -----
> >From: “Indira”
> To: “NT Developers Interest List”
> Sent: Tuesday, July 03, 2001 2:32 PM
> Subject: [ntdev] how to open a handle to SCSI miniport driver?
>
>
> > Hi All,
> > How to open a handle to SCSI Miniport driver from other drivers? so
> that
> > other drivers can communicate with it (i.e, SCSI miniport driver
> > directly).
> >
> > Thanks in advance,
> > Indira
>
>
>
>
> –
> You may not be the master of your fate…
> You are the captain of you soul.
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@tellink.net
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
>
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
A SCSI miniport is nothing more than a private interface to ScsiPort. During
DriverEntry, your miniport tells ScsiPort where the functions are for that
interface. Your miniport normally does not include NtDdk.h so it does not
link with the ddk libraries that allow you to create a device object that
can be used to attach or to open a handle.
Gary G. Little
Staff Engineer
Broadband Storage, Inc.
xxxxx@broadstor.com
-----Original Message-----
From: Indira [mailto:xxxxx@uiscpl.com]
Sent: Thursday, July 05, 2001 2:52 AM
To: NT Developers Interest List
Subject: [ntdev] Re: how to open a handle to a SCSI miniport driver?
Hi,
Thanks for the reply
I think this method opens a handle to a SCSI Port driver instead of
miniport. My requirment is to open a handle to SCSI Miniport driver from
NDIS
miniport driver. Is there any method to achive the same?
Regards,
Indira
Subject: Re: how to open a handle to SCSI miniport driver?
From: “Maxim S. Shatskih”
Date: Tue, 3 Jul 2001 15:13:04 +0400
X-Message-Number: 17
Open \.\Scsi0: and use IOCTL_SCSI_MINIPORT
----- Original Message -----
>From: “Indira”
To: “NT Developers Interest List”
Sent: Tuesday, July 03, 2001 2:32 PM
Subject: [ntdev] how to open a handle to SCSI miniport driver?
> Hi All,
> How to open a handle to SCSI Miniport driver from other drivers? so
that
> other drivers can communicate with it (i.e, SCSI miniport driver
> directly).
>
> Thanks in advance,
> Indira
–
You may not be the master of your fate…
You are the captain of you soul.
—
You are currently subscribed to ntdev as: xxxxx@broadstor.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com