summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/startup
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-03-04 15:40:49 -0600
committerJoel Sherrill <joel@rtems.org>2016-03-10 10:34:15 -0600
commit356b2c23f51a93b12db3fa6d1f670c5ca5acd847 (patch)
tree4fda1226dfd16eecbfbcac6d7b91eb154d481fe8 /c/src/lib/libbsp/i386/pc386/startup
parentconsole_private.h: Improve comment for vt_ioctl() (diff)
downloadrtems-356b2c23f51a93b12db3fa6d1f670c5ca5acd847.tar.bz2
pc386: Add PCI UART support
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/startup')
-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.