Doc. # 1-0002851
Date Updated 07-27-2005 Date Created 07-27-2000
Document Type Knowledge Base Related OS
Related Product
How to open device when using 32-bit direct I/O driver?
Solution:
Users do not have to open any device with DRV_DeviceOpen function when using direct I/O driver. You can call the DRV_outp, DRV_outpw, DRV_inp, and DRV_inw function directly. Since the driver will get the device handle itself.