aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
diff options
context:
space:
mode:
authorKenneth D. Merry <ken@FreeBSD.org>1999-02-18 21:11:53 +0000
committerKenneth D. Merry <ken@FreeBSD.org>1999-02-18 21:11:53 +0000
commit043653d4ff52c870b6d834bb637937e84fce8ee7 (patch)
tree9f7bcd596d8c05faf4c73c3117f56a83590f651c /sys/geom
parente99cd85d69b07378ef4e464e5117b1586abcd913 (diff)
Notes
Diffstat (limited to 'sys/geom')
-rw-r--r--sys/geom/geom_ccd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/geom/geom_ccd.c b/sys/geom/geom_ccd.c
index 68885e91da159..f2666be162da0 100644
--- a/sys/geom/geom_ccd.c
+++ b/sys/geom/geom_ccd.c
@@ -1,4 +1,4 @@
-/* $Id: ccd.c,v 1.39 1999/01/27 20:09:17 dillon Exp $ */
+/* $Id: ccd.c,v 1.40 1999/02/10 00:03:23 ken Exp $ */
/* $NetBSD: ccd.c,v 1.22 1995/12/08 19:13:26 thorpej Exp $ */
@@ -501,7 +501,7 @@ ccdinit(ccd, cpaths, p)
devstat_add_entry(&cs->device_stats, "ccd", ccd->ccd_unit,
ccg->ccg_secsize, DEVSTAT_ALL_SUPPORTED,
DEVSTAT_TYPE_ASC0 |DEVSTAT_TYPE_IF_OTHER,
- DEVSTAT_PRIORITY_OTHER);
+ DEVSTAT_PRIORITY_CCD);
cs->sc_flags |= CCDF_INITED;
cs->sc_cflags = ccd->ccd_flags; /* So we can find out later... */