svn commit: r318688 - head/sys/sys
Ravi Pokala
rpokala at FreeBSD.org
Mon May 22 23:31:29 UTC 2017
Author: rpokala
Date: Mon May 22 23:31:28 2017
New Revision: 318688
URL: https://svnweb.freebsd.org/changeset/base/318688
Log:
"struct ata_params" field "reserved206[2]" actually starts at offset 20*7*.
MFC after: 1 week
Sponsored by: Panasas
Modified:
head/sys/sys/ata.h
Modified: head/sys/sys/ata.h
==============================================================================
--- head/sys/sys/ata.h Mon May 22 23:21:24 2017 (r318687)
+++ head/sys/sys/ata.h Mon May 22 23:31:28 2017 (r318688)
@@ -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-head
mailing list