RE: Question:Does ndis3.0 support NdisMIndicateReceivePac ket?

> ----------

From: xxxxx@hotmail.com[SMTP:xxxxx@hotmail.com]
Reply To: xxxxx@lists.osr.com
Sent: Wednesday, July 16, 2003 3:54 AM
To: xxxxx@lists.osr.com
Subject: [ntdev] Question:Does ndis3.0 support
NdisMIndicateReceivePacket?

In Ndis5.0, driver could use NdisMIndicateReceivePacket to indicate the
upper layer to get the packet received from the line, could this function
be used in ndis3.0? if not, what other functions to replace it please?
thanks!

IIRC no. It should use NdisMXxxIndicateReceive where Xxx is Eth, Fddi, Tr
etc. Why? Do you want NT 3.51 compatible driver?

Best regards,

Michal Vodicka
STMicroelectronics Design and Application s.r.o.
[michal.vodicka@st.com, http:://www.st.com]

Thank you very much!
I want to make the nic driver of Eth used in Win98 PE. as I saw an example
which use NdisMIndicateReceivePacket in nids5.0, so want to know the
conditions in ndis3.0.
by the way, any other functions that can’t been used in ndis3.x that used
in ndis5.x please?