mlx_bioq
if ((bio = bioq_first(&sc->mlx_bioq)) == NULL)
bioq_remove(&sc->mlx_bioq, bio);
bioq_init(&sc->mlx_bioq);
bioqdisksort(&sc->mlx_bioq, bio);
mlx_bioq mlx_bioq; /* outstanding I/O operations */