io ports question
Posted: Tue Aug 25, 2020 8:56 pm
if I type 'sudo cat /proc/ioports' I get a list of io address ranges.. but from all the
os tutorial I have studied, that only a specific port number is used as either input
or output... some times input has both control port and data port...
use timer as an example... port 0x40 and 0x43 are used, but the port range is
0x40 ~ 0x47,
I am wondering, what are ports 0x41 0x42 and 0x44, are these addresses used at all...
what would happen if I write to them will that screw up my already programmed PIT?
os tutorial I have studied, that only a specific port number is used as either input
or output... some times input has both control port and data port...
use timer as an example... port 0x40 and 0x43 are used, but the port range is
0x40 ~ 0x47,
I am wondering, what are ports 0x41 0x42 and 0x44, are these addresses used at all...
what would happen if I write to them will that screw up my already programmed PIT?