2008年9月4日 星期四

struct scsi_sense_hdr

scsi_en.h

struct scsi_sense_hdr {         /* See SPC-3 section 4.5 */
          u8 response_code;       /* permit: 0x0, 0x70, 0x71, 0x72, 0x73 */
          u8 sense_key;
          u8 asc;
          u8 ascq;
          u8 byte4;
          u8 byte5;
          u8 byte6;
          u8 additional_length;   /* always 0 for fixed sense format */
  };

沒有留言: