yar 2003/06/16 00:50:17 PDT
FreeBSD src repository
Modified files:
sys/isa fd.c
Log:
If in non-blocking mode, return EAGAIN instead of ENXIO
on an I/O attempt. This is needed for consistency with
the concept of the half-opened state of fdc(4).
PR: kern/52338
Revision Changes Path
1.254 +4 -1 src/sys/isa/fd.c