]> xenbits.xensource.com Git - freebsd.git/commitdiff
Remove Tagged Command Queuing feature reporting.
authormav <mav@FreeBSD.org>
Thu, 12 Sep 2019 17:42:37 +0000 (17:42 +0000)
committermav <mav@FreeBSD.org>
Thu, 12 Sep 2019 17:42:37 +0000 (17:42 +0000)
I never saw those devices myself, FreeBSD never supported them, and it is
officially obsolete since ACS-2 specification.

MFC after: 3 days

sbin/camcontrol/camcontrol.c

index 6098e4074c79e51e4078973bb3279c27cbd5a648..ca9fa6aacac3d4f9acfe2da6da426adca730342f 100644 (file)
@@ -1600,16 +1600,6 @@ atacapprint(struct ata_params *parm)
        printf("flush cache                    %s       %s\n",
                parm->support.command2 & ATA_SUPPORT_FLUSHCACHE ? "yes" : "no",
                parm->enabled.command2 & ATA_SUPPORT_FLUSHCACHE ? "yes" : "no");
-       printf("overlap                        %s\n",
-               parm->capabilities1 & ATA_SUPPORT_OVERLAP ? "yes" : "no");
-       printf("Tagged Command Queuing (TCQ)   %s       %s",
-               parm->support.command2 & ATA_SUPPORT_QUEUED ? "yes" : "no",
-               parm->enabled.command2 & ATA_SUPPORT_QUEUED ? "yes" : "no");
-               if (parm->support.command2 & ATA_SUPPORT_QUEUED) {
-                       printf("        %d tags\n",
-                           ATA_QUEUE_LEN(parm->queue) + 1);
-               } else
-                       printf("\n");
        printf("Native Command Queuing (NCQ)   ");
        if (atasata(parm) && (parm->satacapabilities & ATA_SUPPORT_NCQ)) {
                printf("yes             %d tags\n",