Searched hist:137706 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/uart/
H A Duart_bus.hdiff 137706 Sun Nov 14 21:12:14 MST 2004 marcel Add UART_IOCTL_BAUD to allow us to query the hardware about the
current baudrate setting. Use this ioctl() when we don't know the
baudrate of the sysdev (as represented by a 0 value). When the
ioctl() fails, e.g. when the backend hasn't implemented it or the
hardware doesn't provide the means to determine its current baudrate
setting, we invalidate the baudrate setting by setting it to -1.
None of the backends currently implement the new ioctl().
H A Duart_core.cdiff 137706 Sun Nov 14 21:12:14 MST 2004 marcel Add UART_IOCTL_BAUD to allow us to query the hardware about the
current baudrate setting. Use this ioctl() when we don't know the
baudrate of the sysdev (as represented by a 0 value). When the
ioctl() fails, e.g. when the backend hasn't implemented it or the
hardware doesn't provide the means to determine its current baudrate
setting, we invalidate the baudrate setting by setting it to -1.
None of the backends currently implement the new ioctl().

Completed in 175 milliseconds