mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 08:21:05 -05:00
Make cam_xpt's pronouncements match camcontrol
(Tagged -> Command) Queueing.
This commit is contained in:
parent
f9fbd1a4bc
commit
7ffbfcd730
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue