]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: Add missing SMBIOS definitions for SATA and SAS Ports
authorSamer El-Haj-Mahmoud <elhaj@hpe.com>
Wed, 16 Dec 2015 00:56:20 +0000 (00:56 +0000)
committerlzeng14 <lzeng14@Edk2>
Wed, 16 Dec 2015 00:56:20 +0000 (00:56 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Samer El-Haj-Mahmoud <elhaj@hpe.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19289 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/IndustryStandard/SmBios.h

index 0959247f5432f1c812b23e9d5862dff72c4de2a0..b7c54f2fac12193e7a0c52110896923be1dd74ce 100644 (file)
@@ -2,6 +2,7 @@
   Industry Standard Definitions of SMBIOS Table Specification v3.0.0.\r
 \r
 Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
+(C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>\r
 This program and the accompanying materials are licensed and made available under \r
 the terms and conditions of the BSD License that accompanies this distribution.  \r
 The full text of the license may be found at\r
@@ -1077,6 +1078,8 @@ typedef enum {
   PortTypeAudioPort                 = 0x1D,\r
   PortTypeModemPort                 = 0x1E,\r
   PortTypeNetworkPort               = 0x1F,\r
+  PortTypeSata                      = 0x20,\r
+  PortTypeSas                       = 0x21,\r
   PortType8251Compatible            = 0xA0,\r
   PortType8251FifoCompatible        = 0xA1,\r
   PortTypeOther                     = 0xFF\r