diff options
Diffstat (limited to 'sys/dev/fdc')
-rw-r--r-- | sys/dev/fdc/fdc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c index 0d44423..0207f9f 100644 --- a/sys/dev/fdc/fdc.c +++ b/sys/dev/fdc/fdc.c @@ -1371,10 +1371,8 @@ fd_access(struct g_provider *pp, int r, int w, int e) device_busy(fd->dev); } -#ifdef notyet if (w > 0 && (fd->flags & FD_WP)) return (EROFS); -#endif pp->sectorsize = fd->sectorsize; pp->stripesize = fd->ft->heads * fd->ft->sectrac * fd->sectorsize; |