Click to See Complete Forum and Search --> : How to access IO port register directly


ytkok
September 12th, 2006, 01:22 AM
As we know that there are 7 IO port registers for IDE interface. And we could send ATA command through ATA_PASS_THROUGH or SCSI_PASS_THROUGH with DeviceIoControl().

If I need to access one of these register directly, how to do that?