Prev: Run INFTest against a single INF Failed - NDIS Intermediate Filter Driver
Next: Using IOCTL_ACPI_EVAL_METHOD
From: Sam Developer on 5 Aug 2010 12:18 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
From: Thomas F. Divine on 5 Aug 2010 13:04 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" <iamdeveloper2010(a)gmail.com> wrote in message news:758af01e-0f25-4ea5-bbc1-a5f1705822d7(a)y12g2000prb.googlegroups.com... > 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
From: Sam Developer on 6 Aug 2010 01:57 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...(a)gmail.com> wrote in message > > news:758af01e-0f25-4ea5-bbc1-a5f1705822d7(a)y12g2000prb.googlegroups.com... > > > > > 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
From: Thomas F. Divine on 6 Aug 2010 08:18 If the warnings from your INFs are the same as from the Passthru, then you are OK. Thomas "Sam Developer" <iamdeveloper2010(a)gmail.com> wrote in message news:ad345fcc-8943-4b7a-ae09-09533ad58806(a)y12g2000prb.googlegroups.com... > 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...(a)gmail.com> wrote in message >> >> news:758af01e-0f25-4ea5-bbc1-a5f1705822d7(a)y12g2000prb.googlegroups.com... >> >> >> >> > 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
From: Luv2Hike on 6 Aug 2010 13:47
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. > > "Sam Developer" <iamdeveloper2010(a)gmail.com> wrote in message > news:758af01e-0f25-4ea5-bbc1-a5f1705822d7(a)y12g2000prb.googlegroups.com... >> 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 > |