Hi
Can't we use _inp( ) and _outp( ) in Windows XP, should we use
WRITE_REGISTER_UCHAR and READ_REGISTER_UCHAR and WRITE_PORT_UCHAR and
READ_PORT_UCHAR in kernel mode ?
How can I see the port of a device from Windows Device Manager ? I can see
IO range of some devices, what's the deffirence between IO range and IO port ?
Should I get IO port and register info by some function or IO control , or
all of them should read from documents ?
Thank for your teaching .