Re: [PATCH v2 2/2] ata: implement MODE SELECT command
From: Sergei Shtylyov <hidden>
Date: 2012-07-05 19:44:03
Also in:
lkml
From: Sergei Shtylyov <hidden>
Date: 2012-07-05 19:44:03
Also in:
lkml
Hello. On 07/05/2012 04:05 PM, Paolo Bonzini wrote:
quoted
quoted
+ + /* + * No mode subpages supported (yet) but asking for _all_ + * subpages may be valid + */ + if (spg && (spg != ALL_SUB_MPAGES)) + goto invalid_param;
quoted
Rather "paramater not supported" (0x26/0x01)...
SCSI spec begs to differ... there is no reference to that sense code in the whole SPC spec.
Right you are, I was just picking the more fitting ASC/ASCQ from the table instead of reading the command description itself. :-< MBR, Sergei