Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

NDIS Version

1 view
Skip to first unread message

William S

unread,
May 11, 2009, 10:13:41 AM5/11/09
to
How can I find out what version of NDIS a computer is runnning? XP Embedded

Thanks


Jakob Bohm

unread,
May 11, 2009, 10:32:56 AM5/11/09
to
William S wrote:
> How can I find out what version of NDIS a computer is runnning? XP Embedded
>
> Thanks
>
>

In general, each Windows version is tied to a specific NDIS version. So
XP Embedded 32 bit would be running the NDIS version associated with XP
(aka NT 5.01). As far as I recall, this would be NDIS5.1 . XP 64 bit
for Itanium is/was also NT 5.01/NDIS5.1, but XP 64 bit for x64 is NT
5.02/NDIS5.2

The use of different NDIS versions with a single Windows version was
mostly an issue in the Win9x days, as those systems supported both 16
bit NDIS2.x and 32 bit NDIS3.x network drivers, with different bugs and
system behaviors for each.

But I must admit that I am not an NDIS expert, so this is just what I
seem to remember off the top of my head...


--
Jakob Bøhm, M.Sc.Eng. * j...@danware.dk * direct tel:+45-45-90-25-33
Netop Solutions A/S * Bregnerodvej 127 * DK-3460 Birkerod * DENMARK
http://www.netop.com * tel:+45-45-90-25-25 * fax:+45-45-90-25-26
Information in this mail is hasty, not binding and may not be right.
Information in this posting may not be the official position of Netop
Solutions A/S, only the personal opinions of the author.

Ron

unread,
May 12, 2009, 2:55:56 PM5/12/09
to
And each version of Windows will accept NDIS device drivers within a small
range of NDIS versions.
XP Pro will accept NDIS 5.0 and NDIS 5.1 drivers. Vista will grudgingly
accept NDIS 5.0 and 5.1
drivers but really prefers NDIS 6.0 drivers. I don't know about XP embedded
though.
-Ron-


"Jakob Bohm" <j...@danware.dk> wrote in message
news:%23VC0hVk...@TK2MSFTNGP04.phx.gbl...


William S wrote:
> How can I find out what version of NDIS a computer is runnning? XP
> Embedded
>
> Thanks
>
>

In general, each Windows version is tied to a specific NDIS version. So
XP Embedded 32 bit would be running the NDIS version associated with XP
(aka NT 5.01). As far as I recall, this would be NDIS5.1 . XP 64 bit
for Itanium is/was also NT 5.01/NDIS5.1, but XP 64 bit for x64 is NT
5.02/NDIS5.2

The use of different NDIS versions with a single Windows version was
mostly an issue in the Win9x days, as those systems supported both 16
bit NDIS2.x and 32 bit NDIS3.x network drivers, with different bugs and
system behaviors for each.

But I must admit that I am not an NDIS expert, so this is just what I
seem to remember off the top of my head...


--
Jakob B�hm, M.Sc.Eng. * j...@danware.dk * direct tel:+45-45-90-25-33

Peter

unread,
Jul 4, 2009, 2:14:01 PM7/4/09
to
UINT v = 0;
v = NdisGetVersion();
0 new messages