diff options
| author | Kenneth D. Merry <ken@FreeBSD.org> | 1999-12-08 04:45:23 +0000 |
|---|---|---|
| committer | Kenneth D. Merry <ken@FreeBSD.org> | 1999-12-08 04:45:23 +0000 |
| commit | 86b2c8466d55cc4288852ba561b48581096f5859 (patch) | |
| tree | 84c36a72bc86df9f38b2d562ec0d116466a20319 /sys/dev/mlx/mlx_disk.c | |
| parent | dd92370286d25eaef9afc0d05da346d894dcb890 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mlx/mlx_disk.c')
| -rw-r--r-- | sys/dev/mlx/mlx_disk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mlx/mlx_disk.c b/sys/dev/mlx/mlx_disk.c index ab0da60a8622..26bbfae0f821 100644 --- a/sys/dev/mlx/mlx_disk.c +++ b/sys/dev/mlx/mlx_disk.c @@ -273,8 +273,8 @@ mlxd_attach(device_t dev) devstat_add_entry(&sc->mlxd_stats, "mlxd", sc->mlxd_unit, MLX_BLKSIZE, DEVSTAT_NO_ORDERED_TAGS, - DEVSTAT_TYPE_DIRECT | DEVSTAT_TYPE_IF_OTHER, - DEVSTAT_PRIORITY_DA); + DEVSTAT_TYPE_STORARRAY | DEVSTAT_TYPE_IF_OTHER, + DEVSTAT_PRIORITY_ARRAY); dsk = disk_create(sc->mlxd_unit, &sc->mlxd_disk, 0, &mlxd_cdevsw, &mlxddisk_cdevsw); disks_registered++; |
