Date: Thu, 11 Sep 2003 16:06:42 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES options src/sys/dev/uart uart_bus.h uart_core.c uart_tty.c Message-ID: <200309112306.h8BN6goj052987@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309112306.h8BN6goj052987>