Stephan
Wed Nov 19 12:53:11 CST 2003
Windows 98 "gold" supports NDIS 4.1, 98SE and ME support NDIS 5.0, see
also section "NDIS Versions" in the DDK docs
(
http://msdn.microsoft.com/library/en-us/network/hh/network/103prog_4qjr.asp).
Note, however, that support for NDIS 5.0 in SE is not complete, don't
remember for ME. For instance, IIRC, NdisMInitializeScatterGatherDma()
is a no-op in SE.
I don't know about WDM support in SE/ME, but there *might* be
restrictions.
Stephan
---
On Wed, 19 Nov 2003 09:56:11 +0530, GNRaj <gnraj@amplewave.com> wrote:
>Thanks Eliyas.
>
>I got to know that Win98SE and WinME have NDIS 4.x. If I specify my NDIS
>version as 5.0 how does it work? Does this mean that 98SE and ME have
>support for NDIS 5.0 drivers and NDIS-WDM Drivers? Can I use all the
>features of NDIS5.0 like unload handler etc. on 98SE and ME?
>
>Do I have to install any patch for making the NDIS-WDM (5.0) work on
>98SE and ME?
>
>What should I do for the Win98 Gold (version previous to SE)?
>
>Thanks in advance for the great help.
>
>--GNRaj
>
>Eliyas Yakub [MSFT] wrote:
>> You should specify 5.0 as your NDIS version on 98SE and ME for NDIS-WDM to
>> work.