git: 757089f01e3f - main - CAM: List few missed opcodes.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Dec 2021 16:48:08 UTC
The branch main has been updated by mav:
URL: https://cgit.FreeBSD.org/src/commit/?id=757089f01e3f5386d134443047fae363a8da9809
commit 757089f01e3f5386d134443047fae363a8da9809
Author: Alexander Motin <mav@FreeBSD.org>
AuthorDate: 2021-12-31 16:46:58 +0000
Commit: Alexander Motin <mav@FreeBSD.org>
CommitDate: 2021-12-31 16:48:03 +0000
CAM: List few missed opcodes.
MFC after: 1 weeks
---
sys/cam/ctl/ctl_cmd_table.c | 2 +-
sys/cam/scsi/scsi_all.c | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/sys/cam/ctl/ctl_cmd_table.c b/sys/cam/ctl/ctl_cmd_table.c
index 0e7268389c3b..2e512ec11c82 100644
--- a/sys/cam/ctl/ctl_cmd_table.c
+++ b/sys/cam/ctl/ctl_cmd_table.c
@@ -786,7 +786,7 @@ const struct ctl_cmd_entry ctl_cmd_table_9e[32] =
/* 0E */
{NULL, CTL_SERIDX_INVLD, CTL_CMD_FLAG_NONE, CTL_LUN_PAT_NONE},
-/* 0F */
+/* 0F RECEIVE BINDING REPORT */
{NULL, CTL_SERIDX_INVLD, CTL_CMD_FLAG_NONE, CTL_LUN_PAT_NONE},
/* 10 READ CAPACITY(16) */
diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c
index dc249dac8000..ff917c827f6b 100644
--- a/sys/cam/scsi/scsi_all.c
+++ b/sys/cam/scsi/scsi_all.c
@@ -418,6 +418,8 @@ static struct op_table_entry scsi_op_codes[] = {
{ 0x52, D, "XDREAD(10)" },
/* 52 O READ TRACK INFORMATION */
{ 0x52, R, "READ TRACK INFORMATION" },
+ /* 53 O XDWRITEREAD(10) */
+ { 0x53, D, "XDWRITEREAD(10)" },
/* 53 O RESERVE TRACK */
{ 0x53, R, "RESERVE TRACK" },
/* 54 O SEND OPC INFORMATION */
@@ -461,6 +463,8 @@ static struct op_table_entry scsi_op_codes[] = {
{ 0x81, T, "READ REVERSE(16)" },
/* 82 Z REGENERATE(16) */
{ 0x82, D, "REGENERATE(16)" },
+ /* 82 O ALLOW OVERWRITE */
+ { 0x82, T, "ALLOW OVERWRITE" },
/* 83 OOOOO O OO EXTENDED COPY */
{ 0x83, D | T | L | P | W | O | K | V, "EXTENDED COPY" },
/* 84 OOOOO O OO RECEIVE COPY RESULTS */