svn commit: r319090 - stable/10/sys/sys
Ravi Pokala
rpokala at FreeBSD.org
Mon May 29 05:23:11 UTC 2017
Author: rpokala
Date: Mon May 29 05:23:09 2017
New Revision: 319090
URL: https://svnweb.freebsd.org/changeset/base/319090
Log:
MFC r318688: "struct ata_params" field "reserved206[2]" actually starts at
offset 20*7*.
Sponsored by: Panasas
Modified:
stable/10/sys/sys/ata.h
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/sys/ata.h
==============================================================================
--- stable/10/sys/sys/ata.h Mon May 29 05:22:34 2017 (r319089)
+++ stable/10/sys/sys/ata.h Mon May 29 05:23:09 2017 (r319090)
@@ -252,7 +252,7 @@ struct ata_params {
u_int16_t reserved170[6];
/*176*/ u_int8_t media_serial[60];
/*206*/ u_int16_t sct;
- u_int16_t reserved206[2];
+ u_int16_t reserved207[2];
/*209*/ u_int16_t lsalign;
/*210*/ u_int16_t wrv_sectors_m3_1;
u_int16_t wrv_sectors_m3_2;
More information about the svn-src-stable-10
mailing list