summaryrefslogtreecommitdiffstats
path: root/sys/dev/mlx/mlxvar.h
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2003-09-02 08:30:31 +0000
committerscottl <scottl@FreeBSD.org>2003-09-02 08:30:31 +0000
commit512a5c372c607660618ae1fe7dd23c616573ad3f (patch)
tree55f36b24b3563de27333505f790e474f9d841592 /sys/dev/mlx/mlxvar.h
parentaa66e2a22f2062dc9cc1869d28f4c5c564991173 (diff)
downloadFreeBSD-src-512a5c372c607660618ae1fe7dd23c616573ad3f.zip
FreeBSD-src-512a5c372c607660618ae1fe7dd23c616573ad3f.tar.gz
Prepare for locking mlx(4) by cleaning up the use of busdma. No real
functional changes should result from this.
Diffstat (limited to 'sys/dev/mlx/mlxvar.h')
-rw-r--r--sys/dev/mlx/mlxvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mlx/mlxvar.h b/sys/dev/mlx/mlxvar.h
index d2e66d9..43cbcb1 100644
--- a/sys/dev/mlx/mlxvar.h
+++ b/sys/dev/mlx/mlxvar.h
@@ -98,6 +98,7 @@ struct mlx_command
void (* mc_complete)(struct mlx_command *mc); /* completion handler */
void *mc_private; /* submitter-private data or wait channel */
+ int mc_command;
};
/*
OpenPOWER on IntegriCloud