Skip to content
  • Douglas Gilbert's avatar
    [SCSI] scsi_debug version 1.79 · c65b1445
    Douglas Gilbert authored
    
    
      - add 'virtual_gb' parameter to simulate large storage
        (by wrapping in dev_size_mb megabytes of actual ram)
      - add 'no_lun_0' parameter to skip lun 0 on each target
        (but still respond as required to INQUIRY + REPORT LUNS)
      - add well know lu support
      - add MODE SELECT commands support [pages: 0xa and 0x1c]
      - add LOG SENSE command support [pages: 0xd and 0x2f]
      - add READ CAPACITY (16) support
      - increase number of mode pages supported (to read),
        mainly transport specific (SAS) mode (sub)pages
      - add more VPD pages and extend others, including
        ATA information VPD page
      - START STOP UNIT now maintains a state machine
      - READ (16) and WRITE (16) cope with lbas larger
        than 32 bits (needed for the 'virtual_gb' parameter)
      - allow single command transfers up to 32 MB
      - more precise error (sense data) messages
    
    Signed-off-by: default avatarDouglas Gilbert <dougg@torque.net>
    Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
    c65b1445