summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac.c
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2003-09-01 20:44:18 +0000
committerscottl <scottl@FreeBSD.org>2003-09-01 20:44:18 +0000
commit4e64a48fd83170feaf276dab0b984c5fc41e3896 (patch)
tree38d713fdf7d5017bff816626f22b16f80cfa1435 /sys/dev/aac/aac.c
parentdbb76f12a3741dd4424af5169422fe6c46eb7f2e (diff)
downloadFreeBSD-src-4e64a48fd83170feaf276dab0b984c5fc41e3896.zip
FreeBSD-src-4e64a48fd83170feaf276dab0b984c5fc41e3896.tar.gz
Commands submitted through the management interface won't have scatter/
gather lists. Stop ignoring them and instead call the callback directly. This unbreaks the management interface.
Diffstat (limited to 'sys/dev/aac/aac.c')
-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