From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Thu, 28 Jan 2016 15:29:49 +0800 Subject: [U-Boot] [PATCH] pci: gate print info of reading vender id with CONFIG_DM_PCI In-Reply-To: <1453965300-24844-1-git-send-email-Qianyu.Gong@nxp.com> References: <1453965300-24844-1-git-send-email-Qianyu.Gong@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Jan 28, 2016 at 3:15 PM, Gong Qianyu wrote: > From: Mingkai Hu > > Referring to 'commit ff3e077bd23c ("dm: pci: Add a uclass for PCI")'. > > For legacy PCIe driver, it needs loop to read the vender_id from > devie 0 to devie 255 to check if there is device available. > Reading non-existen device will trigger the "Cannot read bus > configuration: -1" information. > > Signed-off-by: Mingkai Hu > Signed-off-by: Gong Qianyu > --- Which pci controller are you testing? [snip] Regards, Bin