1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00

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.
This commit is contained in:
Scott Long 2003-09-01 20:44:18 +00:00
parent 2ae51145e8
commit 8778f63db2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119659

View File

@ -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);
}