audk/MdeModulePkg/Bus/Pci/PciSioSerialDxe
Ruiyu Ni 9b64832379 MdeModulePkg/PciSioSerialDxe: Use MAX_UINT8 instead of PCI_BAR_ALL
When BarIndex equals to 0xFF, default value 0 is used as the BAR
index. Though PCI_BAR_ALL and MAX_UINT8 shares the same value,
using PCI_BAR_ALL is like to match any BAR not BAR 0, it's more
proper to use MAX_UINT8 here.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
2017-02-10 16:52:00 +08:00
..
ComponentName.c MdeModulePkg/PciSioSerialDxe: Remove unused global variables 2016-09-28 16:17:33 +08:00
PciSioSerialDxe.inf
PciSioSerialDxe.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00
PciSioSerialDxeExtra.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00
Serial.c MdeModulePkg/PciSioSerialDxe: Use MAX_UINT8 instead of PCI_BAR_ALL 2017-02-10 16:52:00 +08:00
Serial.h MdeModulePkg: Fix typos in comments and variables 2016-07-11 10:29:48 +08:00
SerialIo.c MdeModulePkg: Fix typos in comments and variables 2016-07-11 10:29:48 +08:00