From: vanjeff Date: Tue, 28 Apr 2009 06:20:55 +0000 (+0000) Subject: fixed ECC issues. X-Git-Tag: edk2-stable201903~18070 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=b4ab47ec81525af3dbdbece561b2db431ddf3e40 fixed ECC issues. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8196 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h index 5ad0137f33..f61d949e83 100644 --- a/MdePkg/Include/IndustryStandard/SmBios.h +++ b/MdePkg/Include/IndustryStandard/SmBios.h @@ -696,13 +696,13 @@ typedef struct { UINT16 Unknown :1; UINT16 Standard :1; UINT16 FastPageMode:1; - UINT16 EDO :1; + UINT16 Edo :1; UINT16 Parity :1; - UINT16 ECC :1; - UINT16 SIMM :1; - UINT16 DIMM :1; + UINT16 Ecc :1; + UINT16 Simm :1; + UINT16 Dimm :1; UINT16 BurstEdo :1; - UINT16 SDRAM :1; + UINT16 Sdram :1; UINT16 Reserved :5; } MEMORY_CURRENT_TYPE;