From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Updegraff Date: Tue, 08 Nov 2005 08:23:43 -0600 Subject: [U-Boot-Users] MPC83xx PCI support - TQM834x patch? Message-ID: <1131459823.26152.4.camel@localhost> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kumar, et.al. ..and there is also this errata still in processor Revs. 1.0, 1.1 MPC8349ECE.pdf, see Errata PCI6. "Pci host configuration read from unused slot terminates with CSB error" To my understanding, this errata prohibits speculative scanning of the PCI bus. So that you must only query slots/devid's you know ahead of time are valid.. Right? -dbu.