Re: WDM driver for non PNP hardware is impossible?? by Don
Don
Thu Nov 20 07:54:45 CST 2003
Your NT 4.0 driver may work under Win2k, you will need to test it. The INF
solution was for your original question of will a WDM driver support non-PNP
hardware, but yes you will need a WDM driver for that not an NT 4.0 driver.
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply
"laudraup" <laudraup@hotmail.com> wrote in message
news:%23nuhsIxrDHA.3536@tk2msftngp13.phx.gbl...
> Thank u so much:-)
> BTW,now I have a serail smartcard reader,non_PnP,& i've the driver under
> Windows NT4.0.
> I means,whether can i just change the INF file under Win2k to make it
works
> under Win2k??
>
> Or u mean??Have i must rewrite its driver for Win2k?
> Still I have to modify the INF file as u had said.
> // the manufacture doesn't have the driver under 2k either:(
> // the reader just works under NT
> // I mean I want to use it under Win2k
>
> expecting ur answer:-)
>
> "Don Burn" <burn@stopspam.acm.org> wrote in message
> news:vrln50l4dv83ba@corp.supernews.com...
> > You develop it the same way as any other WDM driver. The difference is
in
> > the INF file where you provide a LogConfig section to describe the
> hardware
> > resources for this device. I have been involved with several WDM
drivers
> > where the same driver supported a PCI PNP device and a non-PNP ISA
device.
> >
> >
> > --
> > Don Burn (MVP, Windows DDK)
> > Windows 2k/XP/2k3 Filesystem and Driver Consulting
> > Remove StopSpam from the email to reply
> >
> > "Laudraup" <laudraup@hotmail.com> wrote in message
> > news:O6F7T3jrDHA.3196@TK2MSFTNGP11.phx.gbl...
> > > I am wondering&gloomy.
> > > Wish everyone's help:-)
> > > If so ,how to develope its driver under win2000?
> > >
> > >
> > >
> >
> >
>
>