CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/16 02:15:04
Modified files:
sys/dev/ic : com.c
Log message:
Only probe the UART type if sc_uarttype is set to COM_UART_UNKNOWN.
This allows glue drivers to set the type based on other information (such as
Oopen Firmware or device tree properties) without going through to risky
code paths.
ok deraadt@, visa@
