From 0781d3a8c573e036357fc86c7eb7003be0ef46e3 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 25 Dec 2014 22:44:46 -0500 Subject: ich9deblob: gbe struct: rename PCI_INITIALIZATION_CONTROL_WORD --- (limited to 'resources/utilities/ich9deblob') diff --git a/resources/utilities/ich9deblob/src/gbe/gbe.h b/resources/utilities/ich9deblob/src/gbe/gbe.h index 7e521f5..3881780 100644 --- a/resources/utilities/ich9deblob/src/gbe/gbe.h +++ b/resources/utilities/ich9deblob/src/gbe/gbe.h @@ -74,7 +74,8 @@ struct GBE_RESERVED_WORD_03H { /* most significant bits */ }; -struct PCI_INITIALIZATION_CONTROL_WORD { +/* Word 0A */ +struct GBE_PCI_INITIALIZATION_CONTROL_WORD { /* least significant bits */ unsigned char loadVendorDeviceId : 1; /* 1 = load from NVM. 0 = load from MAC fuses. It's 1 in my deblobbed_descriptor.bin */ unsigned char loadSubsystemId : 1; /* 1 = load from NVM. 0 = load from MAC fuses. It's 1 in my deblobbed_descriptor.bin */ @@ -113,7 +114,7 @@ struct GBEREGIONRECORD_4K { unsigned short pbaHigh; /* Word 09. Set it to 0xFFFF. */ /* Word 0A */ - struct PCI_INITIALIZATION_CONTROL_WORD pciInitializationControlWord; + struct GBE_PCI_INITIALIZATION_CONTROL_WORD pciInitializationControlWord; /* * Word 0B; subsystem ID -- cgit v0.9.1