summaryrefslogtreecommitdiffstats
path: root/sys/dev/digi
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-06-22 20:32:17 +0000
committerphk <phk@FreeBSD.org>2004-06-22 20:32:17 +0000
commitace6a2a6f79432011fed9481c5f9f9b446536686 (patch)
treead4ae45210b605cb966e11ee6f220f4f467bea54 /sys/dev/digi
parente680ed224dbb037b3663a8bd28aab746b956eb55 (diff)
downloadFreeBSD-src-ace6a2a6f79432011fed9481c5f9f9b446536686.zip
FreeBSD-src-ace6a2a6f79432011fed9481c5f9f9b446536686.tar.gz
Remove the TIOCDCDTIMESTAMP option.
The RFC-2783 PPS-API (<sys/timepps.h>) provides better and more configurable service.
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 8459d60..a037900 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;
OpenPOWER on IntegriCloud