From 092fe421ae684261b474e4361cbdca23800e4f6f Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 25 Dec 2014 23:47:25 -0500 Subject: ich9deblob: gbe struct: info about words 11-12 (reserved) --- diff --git a/resources/utilities/ich9deblob/src/gbe/gbe.h b/resources/utilities/ich9deblob/src/gbe/gbe.h index 1c890e4..110dffa 100644 --- a/resources/utilities/ich9deblob/src/gbe/gbe.h +++ b/resources/utilities/ich9deblob/src/gbe/gbe.h @@ -175,8 +175,7 @@ struct GBEREGIONRECORD_4K { unsigned short deviceRevId; /* Word 0F: reserved bits. Set all bits to 0. */ struct GBE_LAN_POWER_CONSUMPTION lanPowerConsumption; /* Word 10: LAN Power Consumption (see struct definition) */ - unsigned short reserved6; - unsigned short reserved7; + unsigned short reservedWords11h12h[2]; /* Words 11-12: Reserved. Set both of them to 0x0000 (according to datasheet). */ unsigned short sharedInitializationControlWord; unsigned short extendedConfigurationControlWord1; unsigned short extendedConfigurationControlWord2; -- cgit v0.9.1