aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdc
diff options
context:
space:
mode:
authorKenneth D. Merry <ken@FreeBSD.org>1999-02-10 00:04:13 +0000
committerKenneth D. Merry <ken@FreeBSD.org>1999-02-10 00:04:13 +0000
commit2a888f938e5f02e6579c0a12283121a626a90fe1 (patch)
treee59cff1653e99e08396d9972b06e486a471f513e /sys/dev/fdc
parent9b8eb634313b7fe1f121677ce8908ed34d138569 (diff)
Notes
Diffstat (limited to 'sys/dev/fdc')
-rw-r--r--sys/dev/fdc/fdc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c
index 9972a38f5c358..d0dd7826d43ae 100644
--- a/sys/dev/fdc/fdc.c
+++ b/sys/dev/fdc/fdc.c
@@ -47,7 +47,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $Id: fd.c,v 1.131 1999/01/15 09:15:27 bde Exp $
+ * $Id: fd.c,v 1.132 1999/01/19 00:21:36 peter Exp $
*
*/
@@ -869,7 +869,8 @@ fdattach(struct isa_device *dev)
devstat_add_entry(&fd->device_stats, "fd",
fdu, 512,
DEVSTAT_NO_ORDERED_TAGS,
- DEVSTAT_TYPE_FLOPPY | DEVSTAT_TYPE_IF_OTHER);
+ DEVSTAT_TYPE_FLOPPY | DEVSTAT_TYPE_IF_OTHER,
+ DEVSTAT_PRIORITY_FD);
}