summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-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 220b772..140ed9d 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);
}
OpenPOWER on IntegriCloud