Date: Wed, 24 Jun 2009 19:30:31 +0000 (UTC) From: Joerg Wunsch <joerg@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/fdc fdc.c Message-ID: <200906241930.n5OJUg69048016@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
joerg 2009-06-24 19:30:31 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc.c Log: SVN rev 194891 on 2009-06-24 19:30:31Z by joerg With the fdc control device disappearing some 5 years ago, it is no longer useful for the FD_STYPE and FD_SOPTS ioctls to insist on being issued on a writable file descriptor. Otherwise, there's no longer a chance to set the drive type or options when a read-only medium is present in the drive, as there is no way to obtain a writable fd then. Revision Changes Path 1.322 +0 -4 src/sys/dev/fdc/fdc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906241930.n5OJUg69048016>