diff options
| author | Kenneth D. Merry <ken@FreeBSD.org> | 1999-02-18 21:11:53 +0000 |
|---|---|---|
| committer | Kenneth D. Merry <ken@FreeBSD.org> | 1999-02-18 21:11:53 +0000 |
| commit | 043653d4ff52c870b6d834bb637937e84fce8ee7 (patch) | |
| tree | 9f7bcd596d8c05faf4c73c3117f56a83590f651c /sys/dev/ccd | |
| parent | e99cd85d69b07378ef4e464e5117b1586abcd913 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ccd')
| -rw-r--r-- | sys/dev/ccd/ccd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ccd/ccd.c b/sys/dev/ccd/ccd.c index 68885e91da15..f2666be162da 100644 --- a/sys/dev/ccd/ccd.c +++ b/sys/dev/ccd/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... */ |
