]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
With the fdc control device disappearing some 5 years ago, it is no
authorJoerg Wunsch <joerg@FreeBSD.org>
Wed, 24 Jun 2009 19:30:31 +0000 (19:30 +0000)
committerJoerg Wunsch <joerg@FreeBSD.org>
Wed, 24 Jun 2009 19:30:31 +0000 (19:30 +0000)
commit3fdc1d5c487e0702b4890584f1195d567ec9ed31
tree8fde3e141735b713791af653113067222ff8cdd3
parentf64d65b27e2fb13598e6bff20fb54649e097fc39
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.
sys/dev/fdc/fdc.c