CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2013/12/27 20:39:18
Modified files: sys/dev/isa : fd.c Log message: Attempt to approximate what should happen on a suspend/resume cycle. If the driver was doing some IO, we remove the timeouts, and force the fdc state machine into IOTIMEDOUT state with the final timeout count before a clean retry. In theory upon resume it should freak out quietly, and try the operation again. Noone has stepped forward to test this yet.