svn commit: r319089 - stable/11/sys/sys
Ravi Pokala
rpokala at FreeBSD.org
Mon May 29 05:22:35 UTC 2017
Author: rpokala
Date: Mon May 29 05:22:34 2017
New Revision: 319089
URL: https://svnweb.freebsd.org/changeset/base/319089
Log:
MFC r318688: "struct ata_params" field "reserved206[2]" actually starts at
offset 20*7*.
Sponsored by: Panasas
Modified:
stable/11/sys/sys/ata.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/sys/ata.h
==============================================================================
--- stable/11/sys/sys/ata.h Sun May 28 22:51:06 2017 (r319088)
+++ stable/11/sys/sys/ata.h Mon May 29 05:22:34 2017 (r319089)
@@ -263,7 +263,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-11
mailing list