summaryrefslogtreecommitdiff
path: root/sys/dev/isa/fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/isa/fd.c')
-rw-r--r--sys/dev/isa/fd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isa/fd.c b/sys/dev/isa/fd.c
index 028b436cef8..8b584f0eb97 100644
--- a/sys/dev/isa/fd.c
+++ b/sys/dev/isa/fd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fd.c,v 1.55 2006/08/13 16:24:12 krw Exp $ */
+/* $OpenBSD: fd.c,v 1.56 2006/09/26 23:33:04 krw Exp $ */
/* $NetBSD: fd.c,v 1.90 1996/05/12 23:12:03 mycroft Exp $ */
/*-
@@ -985,7 +985,6 @@ fdioctl(dev, cmd, addr, flag, p)
lp->d_secperunit = fd->sc_type->size;
lp->d_rpm = 300;
lp->d_interleave = 1;
- lp->d_flags = D_REMOVABLE;
lp->d_partitions[RAW_PART].p_offset = 0;
lp->d_partitions[RAW_PART].p_size = lp->d_secperunit;