Discussion:
INF Warings
(too old to reply)
Sam Developer
2010-08-05 16:18:44 UTC
Permalink
Hi All,

I have tested my INF for NDIS intermidiate filter driver using
ChkInf.bat.

It gives me following Warings

*IfType Keyword missing from section
*MediaType Keyword missing from section
*PhysicalMediaType Keyword missing from section

Please give me some information to solve these warnings.

Note: WDK 7.1 is used.

Regards,
SAM
Thomas F. Divine
2010-08-05 17:04:06 UTC
Permalink
Compare your INFs (there are two) with the WDK Passthru driver's sample
INFs.

Alternatively, start with the Passthru INFs and edit them to match your
driver's characteristics.

Thomas F. Divine
http://www.pcausa.com
Post by Sam Developer
Hi All,
I have tested my INF for NDIS intermidiate filter driver using
ChkInf.bat.
It gives me following Warings
*IfType Keyword missing from section
*MediaType Keyword missing from section
*PhysicalMediaType Keyword missing from section
Please give me some information to solve these warnings.
Note: WDK 7.1 is used.
Regards,
SAM
Sam Developer
2010-08-06 05:57:52 UTC
Permalink
Post by Thomas F. Divine
Compare your INFs (there are two) with the WDK Passthru driver's sample
INFs.
Alternatively, start with the Passthru INFs and edit them to match your
driver's characteristics.
Thomas F. Divinehttp://www.pcausa.com
Post by Sam Developer
Hi All,
I have tested my INF for NDIS intermidiate filter driver using
ChkInf.bat.
It gives me following Warings
*IfType Keyword missing from section
*MediaType Keyword missing from section
*PhysicalMediaType Keyword missing from section
Please give me some information to solve these warnings.
Note: WDK 7.1 is used.
Regards,
SAM- Hide quoted text -
- Show quoted text -
Hi,

I have tested passthru INF with chkinf.bat.
It also gives me same warnings.

Can you please tell me, What should i do to remove these warnings?

Regards,
SAM
Thomas F. Divine
2010-08-06 12:18:54 UTC
Permalink
If the warnings from your INFs are the same as from the Passthru, then you
are OK.

Thomas
Post by Sam Developer
Post by Thomas F. Divine
Compare your INFs (there are two) with the WDK Passthru driver's sample
INFs.
Alternatively, start with the Passthru INFs and edit them to match your
driver's characteristics.
Thomas F. Divinehttp://www.pcausa.com
Post by Sam Developer
Hi All,
I have tested my INF for NDIS intermidiate filter driver using
ChkInf.bat.
It gives me following Warings
*IfType Keyword missing from section
*MediaType Keyword missing from section
*PhysicalMediaType Keyword missing from section
Please give me some information to solve these warnings.
Note: WDK 7.1 is used.
Regards,
SAM- Hide quoted text -
- Show quoted text -
Hi,
I have tested passthru INF with chkinf.bat.
It also gives me same warnings.
Can you please tell me, What should i do to remove these warnings?
Regards,
SAM
Luv2Hike
2010-08-06 17:47:45 UTC
Permalink
Those keywords are described at
http://msdn.microsoft.com/en-us/library/ff570865(VS.85).aspx and are only
required for NDIS 6.0 and later miniport drivers (including the miniport
edge of your IM driver). They are not needed if your IM driver supports the
NDIS 5.x interface.
Post by Sam Developer
Hi All,
I have tested my INF for NDIS intermidiate filter driver using
ChkInf.bat.
It gives me following Warings
*IfType Keyword missing from section
*MediaType Keyword missing from section
*PhysicalMediaType Keyword missing from section
Please give me some information to solve these warnings.
Note: WDK 7.1 is used.
Regards,
SAM
Loading...