Make cam_xpt's pronouncements match camcontrol

(Tagged -> Command) Queueing.
This commit is contained in:
Matt Jacob 2006-12-10 05:37:48 +00:00
parent f9fbd1a4bc
commit 7ffbfcd730
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165066

View file

@ -1697,7 +1697,7 @@ xpt_announce_periph(struct cam_periph *periph, char *announce_string)
if (path->device->inq_flags & SID_CmdQue
|| path->device->flags & CAM_DEV_TAG_AFTER_COUNT) {
printf("\n%s%d: Tagged Queueing Enabled",
printf("\n%s%d: Command Queueing Enabled",
periph->periph_name, periph->unit_number);
}
printf("\n");