Re: [edk2] [PATCH v2 1/1] When looping through all PCI functions, code should not look for functions 1-7 if function 0 is not present or if function 0 indicates the device is not multifunction. Prior

2015-09-21 Thread Scott Duplichan
Samer El-Haj-Mahmoud [mailto:samer.el-haj-mahm...@hp.com] wrote: ]Sent: Wednesday, September 16, 2015 12:23 PM ]To: edk2-de...@ml01.01.org ]Cc: Shifflett, Joseph ; Feng Tian ]Subject: [edk2] [PATCH v2 1/1] When looping through all PCI functions, code should not look for functions 1-7 if

Re: [edk2] [PATCH v2 1/1] When looping through all PCI functions, code should not look for functions 1-7 if function 0 is not present or if function 0 indicates the device is not multifunction. Prior

2015-09-21 Thread El-Haj-Mahmoud, Samer
Ruiyu, Can you review this please? Thanks! --Samer -Original Message- From: El-Haj-Mahmoud, Samer Sent: Wednesday, September 16, 2015 12:23 PM To: edk2-devel@lists.01.org Cc: Feng Tian ; Shifflett, Joseph ; El-Haj-Mahmoud, Samer Subject: [PATCH v2 1/1] When looping through all PCI fu

[edk2] [PATCH v2 1/1] When looping through all PCI functions, code should not look for functions 1-7 if function 0 is not present or if function 0 indicates the device is not multifunction. Prior to t

2015-09-16 Thread Samer El-Haj-Mahmoud
From: "Shifflett, Joseph" Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Samer El-Haj-Mahmoud --- DuetPkg/PciBusNoEnumerationDxe/PciEnumeratorSupport.c | 8 MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.c| 8 MdeModulePkg/Bus/Pci/PciBusDxe/PciE