summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_all.h
diff options
context:
space:
mode:
authorsmh <smh@FreeBSD.org>2014-09-07 21:30:47 +0000
committersmh <smh@FreeBSD.org>2014-09-07 21:30:47 +0000
commita7cb473513d1db7492658dd436833db2cbb9707c (patch)
treee2777dfe3f459602c4f16cff1658391d775a8252 /sys/cam/scsi/scsi_all.h
parent73701b02923b72b81fa364c935209a6afca9c0f3 (diff)
downloadFreeBSD-src-a7cb473513d1db7492658dd436833db2cbb9707c.zip
FreeBSD-src-a7cb473513d1db7492658dd436833db2cbb9707c.tar.gz
MFC r256956:
Improve ZFS N-way mirror read performance by using load and locality information. MFC r260713: Fix ZFS mirror code for handling multiple DVA's Also make the addition of the d_rotation_rate binary compatible. This allows storage drivers compiled for 10.0 to work by preserving the ABI for disks. Approved by: re (gjb) Sponsored by: Multiplay
Diffstat (limited to 'sys/cam/scsi/scsi_all.h')
-rw-r--r--sys/cam/scsi/scsi_all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_all.h b/sys/cam/scsi/scsi_all.h
index 67ef7e7..010a4ab 100644
--- a/sys/cam/scsi/scsi_all.h
+++ b/sys/cam/scsi/scsi_all.h
@@ -2302,7 +2302,7 @@ struct scsi_vpd_block_characteristics
u_int8_t page_length[2];
u_int8_t medium_rotation_rate[2];
#define SVPD_BDC_RATE_NOT_REPORTED 0x00
-#define SVPD_BDC_RATE_NONE_ROTATING 0x01
+#define SVPD_BDC_RATE_NON_ROTATING 0x01
u_int8_t reserved1;
u_int8_t nominal_form_factor;
#define SVPD_BDC_FORM_NOT_REPORTED 0x00
OpenPOWER on IntegriCloud