K 10 svn:author V 6 marcel K 8 svn:date V 27 2003-09-11T23:06:42.000000Z K 7 svn:log V 410 Add support for using uart(4) for pulse capturing for the Pulse Per Second (PPS) timing interface. The support is non-optional and by default uses the DCD line signal as the pulse input. A compile-time option (UART_PPS_ON_CTS) can be used to have uart(4) use the CTS line signal. Include in uart_bus.h to avoid having to add the inclusion of that header in all source files. Reviewed by: phk END