Print this page
Re #6790 backspace should perform delete on console
VAAI (XXX ATS support for COMSTAR, YYY Block-copy support for COMSTAR)

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/scsi/generic/commands.h
          +++ new/usr/src/uts/common/sys/scsi/generic/commands.h
↓ open down ↓ 321 lines elided ↑ open up ↑
 322  322  /*
 323  323   * Group 3 Commands
 324  324   */
 325  325  #define SCMD_VAR_LEN            0x7f
 326  326  
 327  327  /*
 328  328   * Group 4 Commands, All Devices
 329  329   */
 330  330  #define SCMD_GROUP4             0x80
 331  331  #define SCMD_EXTENDED_COPY      0x83
      332 +#define SCMD_RECV_COPY_RESULTS  0x84
 332  333  #define SCMD_VERIFY_G4          0x8f
 333  334  
 334  335  /*
 335  336   * Group 4 Commands, Direct Access Devices
 336  337   */
 337  338  #define SCMD_READ_G4            0x88
 338  339  #define SCMD_WRITE_G4           0x8a
 339  340  #define SCMD_WRITE_VERIFY_G4    0x8e
 340  341  #define SCMD_WRITE_SAME_G4      0x93
 341  342  #define SCMD_SVC_ACTION_IN_G4   0x9e
↓ open down ↓ 8 lines elided ↑ open up ↑
 350  351  /*
 351  352   * Group 4 Service Actions for Service Action Out (16)
 352  353   */
 353  354  #define SSVC_ACTION_WRITE_LONG_G4       0x11
 354  355  
 355  356  /*
 356  357   * Group 4 Commands, Sequential Access Devics
 357  358   */
 358  359  #define SCMD_WRITE_FILE_MARK_G4 0x80
 359  360  #define SCMD_READ_REVERSE_G4    0x81
      361 +#define SCMD_COMPARE_AND_WRITE  0x89
 360  362  #define SCMD_READ_ATTRIBUTE     0x8c
 361  363  #define SCMD_WRITE_ATTRIBUTE    0x8d
 362  364  #define SCMD_SPACE_G4           0x91
 363  365  #define SCMD_LOCATE_G4          0x92
 364  366  
 365  367  /*
 366  368   * Group 5 commands.
 367  369   */
 368  370  #define SCMD_GROUP5             0xA0
 369  371  #define SCMD_REPORT_LUNS        0xA0
↓ open down ↓ 155 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX