summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/startup/bspstart.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/bspstart.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/startup/bspstart.c b/c/src/lib/libbsp/i386/pc386/startup/bspstart.c
index 7cd859f686..4803df83c8 100644
--- a/c/src/lib/libbsp/i386/pc386/startup/bspstart.c
+++ b/c/src/lib/libbsp/i386/pc386/startup/bspstart.c
@@ -108,6 +108,11 @@ static void bsp_start_default( void )
bsp_pci_initialize_helper();
/*
+ * Probe for UARTs on PCI. One of these may end up as the console.
+ */
+ pci_uart_probe();
+
+ /*
* Figure out where printk() and console IO is to be directed.
* Do this after the PCI bus is initialized so we have a chance
* for those devices to be added to the set in the console driver.