diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-26 11:14:07 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-26 11:14:07 (EST) |
commit | 51cd427ebb642f846a743473410db400d3931b78 (patch) | |
tree | 862b5db12ee815cb0946360b50368e764541b227 /resources/utilities | |
parent | 02cf1f20a1f41613d352b250bef0e5a2e10a3570 (diff) | |
download | libreboot-51cd427ebb642f846a743473410db400d3931b78.zip libreboot-51cd427ebb642f846a743473410db400d3931b78.tar.gz libreboot-51cd427ebb642f846a743473410db400d3931b78.tar.bz2 |
ich9deblob: gbe struct: info about word 1F (82567LF Device ID)
Diffstat (limited to 'resources/utilities')
-rw-r--r-- | resources/utilities/ich9deblob/src/gbe/gbe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/utilities/ich9deblob/src/gbe/gbe.h b/resources/utilities/ich9deblob/src/gbe/gbe.h index 260c18d..90dc061 100644 --- a/resources/utilities/ich9deblob/src/gbe/gbe.h +++ b/resources/utilities/ich9deblob/src/gbe/gbe.h @@ -293,7 +293,7 @@ struct GBEREGIONRECORD_4K { unsigned short reservedWord1Ch; /* Word 1C: Reserved. Should be 0x10F5 according to datasheet and deblobbed_descriptor.bin */ unsigned short reservedWord1Dh; /* Word 1D: Reserved. Should be 0xBAAD according to datasheet and deblobbed_descriptor.bin */ unsigned short _82567lmDeviceId; /* Word 1E: Device ID for Intel 82567LM gigabit ethernet controller (note: X200 uses this). Should be 0x10F5 according to datasheet and deblobbed_descriptor.bin*/ - unsigned short _82567lfDeviceId; + unsigned short _82567lfDeviceId; /* Word 1F: Device ID for Intel 82567LF gigabit ethernet controller. Should be 0x10BF according to datasheet and deblobbed_descriptor.bin */ unsigned short reserved13; unsigned short _82567vDeviceId; unsigned short reserved14; |