Hi,
I am writing a virtual miniport. (doesn’t have a hardware adapter)
Can anybody give me some info abt the minimum set of OIDs that i have to
suppost, in order to successfully start the driver. The problem here is
Miniport halt is being called when i try to install the driver…the reason
i suspected on OIDs is because “halt” is called after returning from
OID_802_3_MAXIMUM_LIST_SIZE Query…for which i returned the status
NDIS_STATUS_NOT_SUPPORTED!! … any pointers ?? …
Thanks in advance.
-Naveen
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
Look in ntddndis.h for the required OIDS.
As far as 802.3 goes, these are the ones I support and have no problems.
OID_802_3_PERMANENT_ADDRESS
OID_802_3_CURRENT_ADDRESS
OID_802_3_MULTICAST_LIST
OID_802_3_MAXIMUM_LIST_SIZE
OID_802_3_RCV_ERROR_ALIGNMENT
OID_802_3_XMIT_ONE_COLLISION
OID_802_3_XMIT_MORE_COLLISIONS
Marc Reinig
System Solutions
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of
xxxxx@wipro.com
Subject: [ntdev] NDIS Miniport
Hi,
I am writing a virtual miniport. (doesn’t have a hardware adapter)
Can anybody give me some info abt the minimum set of OIDs that i have to
suppost, in order to successfully start the driver. The problem here is
Miniport halt is being called when i try to install the driver…the reason
i suspected on OIDs is because “halt” is called after returning from
OID_802_3_MAXIMUM_LIST_SIZE Query…for which i returned the status
NDIS_STATUS_NOT_SUPPORTED!! … any pointers ?? …
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
ALL Mandatory OIDs need to be supported atleast for WHQL certification
regards
Anandhi
-----Original Message-----
From: xxxxx@wipro.com [mailto:xxxxx@wipro.com]
Sent: Friday, December 14, 2001 1:14 PM
To: NT Developers Interest List
Subject: [ntdev] NDIS Miniport
Hi,
I am writing a virtual miniport. (doesn’t have a hardware adapter)
Can anybody give me some info abt the minimum set of OIDs
that i have to
suppost, in order to successfully start the driver. The
problem here is
Miniport halt is being called when i try to install the
driver…the reason
i suspected on OIDs is because “halt” is called after returning from
OID_802_3_MAXIMUM_LIST_SIZE Query…for which i returned the status
NDIS_STATUS_NOT_SUPPORTED!! … any pointers ?? …
Thanks in advance.
-Naveen
You are currently subscribed to ntdev as: xxxxx@ctd.hcltech.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
Hi,
Please suggest any *free* download tools for testing NDIS miniport Driver.
Thanks and regards,
-Naveen
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
Hi
Download NDIS Tester from ftp.microsoft.com/services/whql/ndis
I’m using version 3.77 for Windows NT. I suppose higher versions are for
NDIS 5 or higher.
All the best.
– Sumit
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of
xxxxx@wipro.com
Hi,
Please suggest any *free* download tools for testing NDIS miniport Driver.
Thanks and regards,
-Naveen
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