Technical Document #51
How do I port a DOS driver, which uses
inp() and
outp() calls to access the card, into a Windows driver?
Simple! Include the sample basic_io.c source code (found under the
WinDriver/samples/basic_io/ directory) in your code. |

