diff options
| author | Kenneth D. Merry <ken@FreeBSD.org> | 1999-02-10 00:04:13 +0000 |
|---|---|---|
| committer | Kenneth D. Merry <ken@FreeBSD.org> | 1999-02-10 00:04:13 +0000 |
| commit | 2a888f938e5f02e6579c0a12283121a626a90fe1 (patch) | |
| tree | e59cff1653e99e08396d9972b06e486a471f513e /sys/dev/ccd | |
| parent | 9b8eb634313b7fe1f121677ce8908ed34d138569 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ccd')
| -rw-r--r-- | sys/dev/ccd/ccd.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ccd/ccd.c b/sys/dev/ccd/ccd.c index d51687391fce3..68885e91da159 100644 --- a/sys/dev/ccd/ccd.c +++ b/sys/dev/ccd/ccd.c @@ -1,4 +1,4 @@ -/* $Id: ccd.c,v 1.38 1999/01/22 22:38:28 peter Exp $ */ +/* $Id: ccd.c,v 1.39 1999/01/27 20:09:17 dillon Exp $ */ /* $NetBSD: ccd.c,v 1.22 1995/12/08 19:13:26 thorpej Exp $ */ @@ -500,7 +500,8 @@ 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_TYPE_ASC0 |DEVSTAT_TYPE_IF_OTHER, + DEVSTAT_PRIORITY_OTHER); cs->sc_flags |= CCDF_INITED; cs->sc_cflags = ccd->ccd_flags; /* So we can find out later... */ |
