summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2017-09-25 18:26:31 +0000
committerjkim <jkim@FreeBSD.org>2017-09-25 18:26:31 +0000
commita0c74f88f6207057f407e73ef61e4f9626984575 (patch)
treeb3ec3af90ba6331b4cc8072e8f065a7eac0c342e
parentb3eb1ea10fd5d89b3608acaef0175dbd45fc6a6d (diff)
downloadFreeBSD-src-a0c74f88f6207057f407e73ef61e4f9626984575.zip
FreeBSD-src-a0c74f88f6207057f407e73ef61e4f9626984575.tar.gz
MFC: r323840
Remove an ancient comment about the existence of READ(16)/WRITE(16) for MMC.
-rw-r--r--sys/cam/scsi/scsi_all.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c
index cace6f52..1226f9d 100644
--- a/sys/cam/scsi/scsi_all.c
+++ b/sys/cam/scsi/scsi_all.c
@@ -468,10 +468,6 @@ static struct op_table_entry scsi_op_codes[] = {
{ 0x86, ALL & ~(L | R | F), "ACCESS CONTROL IN" },
/* 87 OO OO OOOOOOO ACCESS CONTROL OUT */
{ 0x87, ALL & ~(L | R | F), "ACCESS CONTROL OUT" },
- /*
- * XXX READ(16)/WRITE(16) were not listed for CD/DVE in op-num.txt
- * but we had it since r1.40. Do we really want them?
- */
/* 88 MM O O O READ(16) */
{ 0x88, D | T | W | O | B, "READ(16)" },
/* 89 O COMPARE AND WRITE*/
OpenPOWER on IntegriCloud