scsi: change rotation rate to 0x1
Change medium rotation rate type to 0x1 - non-rotating media. Change-Id: I855d27851bb633c66d337d3f8a3447de3ad1c87b Signed-off-by: Pawel Wodkowski <pawelx.wodkowski@intel.com>
This commit is contained in:
parent
76384f4b0b
commit
e8e40b0c54
@ -45,7 +45,7 @@
|
||||
|
||||
#define DEFAULT_DISK_VENDOR "INTEL"
|
||||
#define DEFAULT_DISK_REVISION "0001"
|
||||
#define DEFAULT_DISK_ROTATION_RATE 7200 /* 7200 rpm */
|
||||
#define DEFAULT_DISK_ROTATION_RATE 1 /* Non-rotating medium */
|
||||
#define DEFAULT_DISK_FORM_FACTOR 0x02 /* 3.5 inch */
|
||||
|
||||
#define INQUIRY_OFFSET(field) offsetof(struct spdk_scsi_cdb_inquiry_data, field) + \
|
||||
|
Loading…
x
Reference in New Issue
Block a user