diff options
| author | Scott Long <scottl@FreeBSD.org> | 2003-09-01 20:44:18 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2003-09-01 20:44:18 +0000 |
| commit | 8778f63db257e9b161f19e0b4812956af81d7bf4 (patch) | |
| tree | 38d713fdf7d5017bff816626f22b16f80cfa1435 /sys/dev/aac | |
| parent | 2ae51145e8bff5ab2f22ae9065cb8d5436e0d268 (diff) | |
Notes
Diffstat (limited to 'sys/dev/aac')
| -rw-r--r-- | sys/dev/aac/aac.c | 2 |
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); } |
