aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/digi
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-06-22 20:32:17 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-06-22 20:32:17 +0000
commitfdf5c3da040f8288257bed4ea955bba3671f9c1e (patch)
treead4ae45210b605cb966e11ee6f220f4f467bea54 /sys/dev/digi
parent3db5687d2e21f53e6f089e3b5ae7501e5b1b0697 (diff)
downloadsrc-fdf5c3da040f8288257bed4ea955bba3671f9c1e.tar.gz
src-fdf5c3da040f8288257bed4ea955bba3671f9c1e.zip
Remove the TIOCDCDTIMESTAMP option.
The RFC-2783 PPS-API (<sys/timepps.h>) provides better and more configurable service.
Notes
Notes: svn path=/head/; revision=130938
Diffstat (limited to 'sys/dev/digi')
-rw-r--r--sys/dev/digi/digi.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/digi/digi.h b/sys/dev/digi/digi.h
index 8459d60f1816..a037900cfb8d 100644
--- a/sys/dev/digi/digi.h
+++ b/sys/dev/digi/digi.h
@@ -107,10 +107,6 @@ struct digi_p {
struct termios lt_in; /* should be in struct tty */
struct termios lt_out;
- u_int do_timestamp;
- u_int do_dcd_timestamp;
- struct timeval dcd_timestamp;
-
u_long bytes_in, bytes_out;
u_int delta_error_counts[CE_NTYPES];
u_long error_counts;