summaryrefslogtreecommitdiff
path: root/sys/dev/aac
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2003-09-01 20:44:18 +0000
committerScott Long <scottl@FreeBSD.org>2003-09-01 20:44:18 +0000
commit8778f63db257e9b161f19e0b4812956af81d7bf4 (patch)
tree38d713fdf7d5017bff816626f22b16f80cfa1435 /sys/dev/aac
parent2ae51145e8bff5ab2f22ae9065cb8d5436e0d268 (diff)
Notes
Diffstat (limited to 'sys/dev/aac')
-rw-r--r--sys/dev/aac/aac.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c
index 220b772fa5b5..140ed9df4bf1 100644
--- a/sys/dev/aac/aac.c
+++ b/sys/dev/aac/aac.c
@@ -727,6 +727,8 @@ aac_map_command(struct aac_command *cm)
sc->flags |= AAC_QUEUE_FRZN;
error = 0;
}
+ } else {
+ aac_map_command_sg(cm, NULL, 0, 0);
}
return (error);
}