cvs commit: src/sys/conf NOTES options src/sys/dev/uart uart_bus.h
uart_core.c uart_tty.c
Marcel Moolenaar
marcel at FreeBSD.org
Thu Sep 11 16:06:43 PDT 2003
marcel 2003/09/11 16:06:42 PDT
FreeBSD src repository
Modified files:
sys/conf NOTES options
sys/dev/uart uart_bus.h uart_core.c uart_tty.c
Log:
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 <sys/timepps.h> in uart_bus.h to avoid having to add the
inclusion of that header in all source files.
Reviewed by: phk
Revision Changes Path
1.1175 +4 -0 src/sys/conf/NOTES
1.414 +3 -0 src/sys/conf/options
1.2 +17 -0 src/sys/dev/uart/uart_bus.h
1.2 +12 -0 src/sys/dev/uart/uart_core.c
1.2 +9 -2 src/sys/dev/uart/uart_tty.c
More information about the cvs-src
mailing list