Remove Tagged Command Queuing feature reporting.
I never saw those devices myself, FreeBSD never supported them, and it is officially obsolete since ACS-2 specification. MFC after: 3 days
This commit is contained in:
parent
43e22acce2
commit
34454e9a6e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user