aboutsummaryrefslogtreecommitdiff
path: root/sbin/camcontrol
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2019-09-12 17:42:37 +0000
committerAlexander Motin <mav@FreeBSD.org>2019-09-12 17:42:37 +0000
commit34454e9a6ec139966f558833e30d48e140c2f225 (patch)
tree18f2e280273c364630c5bd7c9fbab313345d5c9e /sbin/camcontrol
parent43e22acce29dc1c2cac2100d287e205b3f630d57 (diff)
downloadsrc-34454e9a6ec139966f558833e30d48e140c2f225.tar.gz
src-34454e9a6ec139966f558833e30d48e140c2f225.zip
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
Notes
Notes: svn path=/head/; revision=352258
Diffstat (limited to 'sbin/camcontrol')
-rw-r--r--sbin/camcontrol/camcontrol.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sbin/camcontrol/camcontrol.c b/sbin/camcontrol/camcontrol.c
index 6098e4074c79..ca9fa6aacac3 100644
--- a/sbin/camcontrol/camcontrol.c
+++ b/sbin/camcontrol/camcontrol.c
@@ -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",