marcel 2006-04-04 01:16:16 UTC FreeBSD src repository Modified files: sys/dev/uart uart_dev_z8530.c Log: In z8530_divisor() return 0 if the calculated divisor is less than 0. This happens when the baudrate is too high for the given RCLK. Revision Changes Path 1.17 +1 -1 src/sys/dev/uart/uart_dev_z8530.c