From 8c294161aaa42551cdfe1c74d04e212c5b887416 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 21 Sep 2017 00:03:59 +0000 Subject: [PATCH] Remove an ancient comment about the existence of READ(16) and WRITE(16). MFC after: 3 days --- sys/cam/scsi/scsi_all.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c index c8a3198ef87b..c4803ba5ed46 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*/