Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results
The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.
Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/
I'm dealing with some very old legacy hardware. The card is a 8 bit ISA card with no PnP capability. The INF file needs to tell the OS what resources to use. Fortunately the card only uses I/O addresses 300-302 and nothing else.
When I was trying to get the INF to install, I created a section that is labeled .FactDef with
IoConfig=300-302
It took us a while to get the Azure account setup and certified by Microsoft and I tried submitting the signed driver. It kicked it back with an error. This is the text of the report:
Error 1300 in MTIsaDrv.Inf, line 50 : Found legacy FactDef section. Failed INF validation. INF did not pass Desktop validation (InfVerif /k).
It appears that FactDefs are now deprecated. The Microsoft documentation doesn't have any information on what to use to achieve the same thing. Is it now impossible to get a legacy driver approved or is there some other way to accomplish what the FactDef did?
Thanks
Upcoming OSR Seminars | ||
---|---|---|
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead! | ||
Kernel Debugging | 13-17 May 2024 | Live, Online |
Developing Minifilters | 1-5 Apr 2024 | Live, Online |
Internals & Software Drivers | 11-15 Mar 2024 | Live, Online |
Writing WDF Drivers | 26 Feb - 1 Mar 2024 | Live, Online |
Comments
https://community.osr.com/discussion/293327/coming-back-to-driver-development/p2
but, lol that's you straightening out this mess last year. Perhaps this is
now a lost cause?
Mark Roddy