cvs commit: src/usr.sbin/fdread fdread.c
Peter Wemm
peter at FreeBSD.org
Wed Oct 26 15:28:38 PDT 2005
peter 2005-10-26 22:28:38 UTC
FreeBSD src repository
Modified files:
usr.sbin/fdread fdread.c
Log:
fdread cannot work without opening the /dev/fd node in O_RDWR mode now,
because it sets the floppy controller parameters, which requires O_RDWR.
Specifically, the FD_SOPTS ioctl requires this, and the code errors out
and aborts if it can't do it. Among other things, it is changing the
FDOPT_NOERRLOG flag. Broken in 6.0 as well.
Revision Changes Path
1.7 +1 -1 src/usr.sbin/fdread/fdread.c
More information about the cvs-src
mailing list