public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] ColdFire: Bypass pciauto skip probing Host Bridge
@ 2008-01-12  2:42 TsiChung Liew
  2008-01-12 14:23 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: TsiChung Liew @ 2008-01-12  2:42 UTC (permalink / raw)
  To: u-boot

ColdFire: Bypass pciauto skip probing Host Bridge

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
---
 drivers/pci/pci_auto.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/drivers/pci/pci_auto.c b/drivers/pci/pci_auto.c
index acfda83..3f67191 100644
--- a/drivers/pci/pci_auto.c
+++ b/drivers/pci/pci_auto.c
@@ -389,6 +389,12 @@ int pciauto_config_device(struct pci_controller
*hose, pci_dev_t dev)
 		       PCI_DEV(dev));
 		break;
 #endif
+#ifdef CONFIG_SKIPPCI_HOSTBRIDGE
+	case PCI_CLASS_BRIDGE_OTHER:
+		DEBUGF("PCI Autoconfig: Skipping bridge device %d\n",
+		       PCI_DEV(dev));
+		break;
+#endif
 #ifdef CONFIG_MPC834X
 	case PCI_CLASS_BRIDGE_OTHER:
 		/*
-- 
1.5.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-01-12 14:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-12  2:42 [U-Boot-Users] [PATCH] ColdFire: Bypass pciauto skip probing Host Bridge TsiChung Liew
2008-01-12 14:23 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox