First page Back Continue Last page Overview Graphics
Time-outs
What happens if the DEVICE_END_OPERATION flag is never set, or if the device never issues an I/O interrupt?
The process will loop forever (polling mode), or it will sleep forever (interrupt mode)
Software timers can be used to signal a time-out if the I/O operation does not terminate within a given time interval