]> xenbits.xensource.com Git - xenclient/toolstack.git/commitdiff
Added SMBIOS pt of table type 2.
authorRoss Philipson <ross.philipson@citrix.com>
Tue, 4 Aug 2009 17:19:36 +0000 (13:19 -0400)
committerVincent Hanquez <vincent.hanquez@eu.citrix.com>
Tue, 11 Aug 2009 12:45:29 +0000 (13:45 +0100)
 Changes to be committed:
modified:   xenguest/smbios_decode.c

xenguest/smbios_decode.c

index a8ea3e0155cecf6f620629233af95e064c1c304d..ac6f6d1cb0da0c75940c053df2545c12cbaad7e8 100644 (file)
@@ -234,6 +234,7 @@ static int decode_smbios_structures(struct smstructs_info *smstructs, struct hvm
         switch (ptr[SMBIOS_STRUCT_TYPE]) {
         case SMBIOS_TYPE_BIOS_INF0:
         case SMBIOS_TYPE_SYSTEM_INFO:
+        case SMBIOS_TYPE_BASE_BOARD:
         case SMBIOS_TYPE_ENCLOSURE:
         case SMBIOS_TYPE_OEM_STRINGS:
             /* copy over the table - if we run out of room we will just take what we have */