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
commit2610f31a68ff1937cd102f015bbf0e409a614964 (patch)
tree489f6eb0ed5ba52aa2d468b7eb2e0bcdcbb89da1
parented34c9c7cb43c8a5085ab968bad30ce511895f80 (diff)
downloadFreeBSD-src-2610f31a68ff1937cd102f015bbf0e409a614964.zip
FreeBSD-src-2610f31a68ff1937cd102f015bbf0e409a614964.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 4ac74a6..41ac49a 100644
--- a/sys/cam/scsi/scsi_all.c
+++ b/sys/cam/scsi/scsi_all.c
@@ -467,10 +467,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