--- src/sys/dev/raid/mlx/mlxvar.h 2006/02/17 19:18:05 1.7 +++ src/sys/dev/raid/mlx/mlxvar.h 2006/07/28 02:17:37 1.8 @@ -240,8 +240,9 @@ struct mlxd_softc * Interface between driver core and disk driver (should be using a bus?) */ extern int mlx_submit_bio(struct mlx_softc *sc, struct bio *bio); -extern int mlx_submit_ioctl(struct mlx_softc *sc, struct mlx_sysdrive *drive, u_long cmd, - caddr_t addr, int32_t flag, d_thread_t *td); +extern int mlx_submit_ioctl(struct mlx_softc *sc, + struct mlx_sysdrive *drive, u_long cmd, + caddr_t addr, int32_t flag); extern void mlxd_intr(struct bio *bio);