pcmcia driver stack ......

Hi All,

I am new to the network stack and developing a miniport driver for my pcmcia
interface based device.
My problem is, do i need to go for a separate NDIS miniport driver
or
a NDIS driver with the it’s lower edge as WDM is required.??

The difference b/w these drivers is, in miniport it is required to support
the entry points of isr , interrrupts etc whereas , in case of ndis-wdm, it
is not required to support these entry points as it is not required to
directly handle the device and hence have to support IRPs in order to call
lower driver pcmcia.sys to manage reads writes etc.
Please clarify.

TIA
Rakesh Shrivastava


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

You should not need WDM lower edge - straight NDIS should do it… NDIS has
stuff to handle special PCMCIA needs.

  • Dennis

Dennis Merrill
Embedded Systems Engineer
Thermo Electron Corporation
Spectroscopy Division

-----Original Message-----
From: Rakesh Kumar Shrivastava [mailto:xxxxx@dcmtech.co.in]
Sent: Tuesday, February 05, 2002 1:25 AM
To: NT Developers Interest List
Subject: [ntdev] pcmcia driver stack …

Hi All,

I am new to the network stack and developing a miniport driver for my pcmcia
interface based device.
My problem is, do i need to go for a separate NDIS miniport driver
or
a NDIS driver with the it’s lower edge as WDM is required.??

The difference b/w these drivers is, in miniport it is required to support
the entry points of isr , interrrupts etc whereas , in case of ndis-wdm, it
is not required to support these entry points as it is not required to
directly handle the device and hence have to support IRPs in order to call
lower driver pcmcia.sys to manage reads writes etc.
Please clarify.

TIA
Rakesh Shrivastava


You are currently subscribed to ntdev as: xxxxx@thermonicolet.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

Is there any sample code availabe for the same ???
it will be very useful for me

xxxxx@thermonicolet.com wrote:

You should not need WDM lower edge - straight NDIS
should do it… NDIS has
stuff to handle special PCMCIA needs.

  • Dennis

Dennis Merrill
Embedded Systems Engineer
Thermo Electron Corporation
Spectroscopy Division

-----Original Message-----
From: Rakesh Kumar Shrivastava
[mailto:xxxxx@dcmtech.co.in]
Sent: Tuesday, February 05, 2002 1:25 AM
To: NT Developers Interest List
Subject: [ntdev] pcmcia driver stack …

Hi All,

I am new to the network stack and developing a
miniport driver for my pcmcia
interface based device.
My problem is, do i need to go for a separate NDIS
miniport driver
or
a NDIS driver with the it’s lower edge as WDM is
required.??

The difference b/w these drivers is, in miniport it
is required to support
the entry points of isr , interrrupts etc whereas ,
in case of ndis-wdm, it
is not required to support these entry points as it
is not required to
directly handle the device and hence have to support
IRPs in order to call
lower driver pcmcia.sys to manage reads writes etc.
Please clarify.

TIA
Rakesh Shrivastava


You are currently subscribed to ntdev as:
xxxxx@thermonicolet.com
To unsubscribe send a blank email to
leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as:
xxxxx@yahoo.com
To unsubscribe send a blank email to
leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.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

Is there any sample code availabe for the same ???
it will be very useful for me

Chiyam

xxxxx@thermonicolet.com wrote:

You should not need WDM lower edge - straight NDIS
should do it… NDIS has
stuff to handle special PCMCIA needs.

  • Dennis

Dennis Merrill
Embedded Systems Engineer
Thermo Electron Corporation
Spectroscopy Division

-----Original Message-----
From: Rakesh Kumar Shrivastava
[mailto:xxxxx@dcmtech.co.in]
Sent: Tuesday, February 05, 2002 1:25 AM
To: NT Developers Interest List
Subject: [ntdev] pcmcia driver stack …

Hi All,

I am new to the network stack and developing a
miniport driver for my pcmcia
interface based device.
My problem is, do i need to go for a separate NDIS
miniport driver
or
a NDIS driver with the it’s lower edge as WDM is
required.??

The difference b/w these drivers is, in miniport it
is required to support
the entry points of isr , interrrupts etc whereas ,
in case of ndis-wdm, it
is not required to support these entry points as it
is not required to
directly handle the device and hence have to support
IRPs in order to call
lower driver pcmcia.sys to manage reads writes etc.
Please clarify.

TIA
Rakesh Shrivastava


You are currently subscribed to ntdev as:
xxxxx@thermonicolet.com
To unsubscribe send a blank email to
leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as:
xxxxx@yahoo.com
To unsubscribe send a blank email to
leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.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