CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/04/20 15:20:38
Modified files:
sys/arch/octeon/dev: cn30xxuart.c
Log message:
sys/octeon: preserve bootloader console baud
The SRX300 console runs at 9600 baud under U-Boot; OpenBSD forced 115200
during console handoff, which garbled output immediately after early
memory setup and made a live kernel look dead.
Here, I read the programmed UART divisor instead and derive comconsrate
from it, so the kernel preserves the bootloader console configuration.
OK: visa@