Home
last modified time | relevance | path

Searched refs:uart_console (Results 1 – 1 of 1) sorted by relevance

/src/sys/dev/uart/
H A Duart_tty.c75 static struct uart_devinfo uart_console; variable
86 KASSERT(uart_console.cookie == NULL, ("foo")); in uart_cnprobe()
88 if (uart_cpu_getdev(UART_DEV_CONSOLE, &uart_console)) in uart_cnprobe()
91 if (uart_probe(&uart_console)) in uart_cnprobe()
96 cp->cn_arg = &uart_console; in uart_cnprobe()