Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Re: INF Warings

Reply
Thread Tools Display Modes

Re: INF Warings

 
 
Thomas F. Divine
Guest
Posts: n/a

 
      08-05-2010
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


"Sam Developer" <> wrote in message
news:758af01e-0f25-4ea5-bbc1-...
> 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


 
Reply With Quote
 
 
 
 
Thomas F. Divine
Guest
Posts: n/a

 
      08-06-2010
If the warnings from your INFs are the same as from the Passthru, then you
are OK.

Thomas


"Sam Developer" <> wrote in message
news:ad345fcc-8943-4b7a-ae09-...
> On Aug 5, 10:04 pm, "Thomas F. Divine" <tdivineATpcausaDOTcom> wrote:
>> 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
>>
>> "Sam Developer" <iamdeveloper2...@gmail.com> wrote in message
>>
>> news:758af01e-0f25-4ea5-bbc1-...
>>
>>
>>
>> > 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


 
Reply With Quote
 
Luv2Hike
Guest
Posts: n/a

 
      08-06-2010
Those keywords are described at
http://msdn.microsoft.com/en-us/libr...65(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.
>
> "Sam Developer" <> wrote in message
> news:758af01e-0f25-4ea5-bbc1-...
>> 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

>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59