Commit 8341f60b authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] IDE - Andre can't count 8)

parent 52bae6c3
...@@ -707,9 +707,9 @@ struct hd_driveid { ...@@ -707,9 +707,9 @@ struct hd_driveid {
* 12 * 12
* 11:0 * 11:0
*/ */
unsigned short words161_175[14];/* Reserved for CFA */ unsigned short words161_175[15];/* Reserved for CFA */
unsigned short words176_205[31];/* Current Media Serial Number */ unsigned short words176_205[30];/* Current Media Serial Number */
unsigned short words206_254[48];/* reserved words 206-254 */ unsigned short words206_254[49];/* reserved words 206-254 */
unsigned short integrity_word; /* (word 255) unsigned short integrity_word; /* (word 255)
* 15:8 Checksum * 15:8 Checksum
* 7:0 Signature * 7:0 Signature
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment