summaryrefslogtreecommitdiffstats
path: root/sys/dev/mlx/mlxvar.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2001-06-25 04:32:31 +0000
committermsmith <msmith@FreeBSD.org>2001-06-25 04:32:31 +0000
commiteb1ff0cc22d9a440d73dd6f14c49440b0f8fa972 (patch)
treeca600fd401a31faa563da2676c1e9bddd7d08294 /sys/dev/mlx/mlxvar.h
parent9c03640f8131fa266b0dbeb2a532794b18cee818 (diff)
downloadFreeBSD-src-eb1ff0cc22d9a440d73dd6f14c49440b0f8fa972.zip
FreeBSD-src-eb1ff0cc22d9a440d73dd6f14c49440b0f8fa972.tar.gz
Driver modifications consistent with my other drivers to facilitate
the use of a single set of sources across 4.x and 5.x branches. No significant code changes.
Diffstat (limited to 'sys/dev/mlx/mlxvar.h')
-rw-r--r--sys/dev/mlx/mlxvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mlx/mlxvar.h b/sys/dev/mlx/mlxvar.h
index 06b0ffa..a4de085 100644
--- a/sys/dev/mlx/mlxvar.h
+++ b/sys/dev/mlx/mlxvar.h
@@ -135,7 +135,7 @@ struct mlx_softc
struct mlx_command *mlx_busycmd[MLX_NSLOTS]; /* busy commands */
int mlx_busycmds; /* count of busy commands */
struct mlx_sysdrive mlx_sysdrive[MLX_MAXDRIVES]; /* system drives */
- struct bio_queue_head mlx_bioq; /* outstanding I/O operations */
+ mlx_bioq mlx_bioq; /* outstanding I/O operations */
int mlx_waitbufs; /* number of bufs awaiting commands */
/* controller status */
@@ -239,7 +239,7 @@ struct mlxd_softc
/*
* Interface between driver core and disk driver (should be using a bus?)
*/
-extern int mlx_submit_buf(struct mlx_softc *sc, struct bio *bp);
+extern int mlx_submit_buf(struct mlx_softc *sc, mlx_bio *bp);
extern int mlx_submit_ioctl(struct mlx_softc *sc, struct mlx_sysdrive *drive, u_long cmd,
caddr_t addr, int32_t flag, struct proc *p);
extern void mlxd_intr(void *data);
OpenPOWER on IntegriCloud