summaryrefslogtreecommitdiffstats
path: root/sys/sys/ttycom.h
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/sys/ttycom.h
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/sys/ttycom.h')
-rw-r--r--sys/sys/ttycom.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/ttycom.h b/sys/sys/ttycom.h
index cfdc9d5..a2a7607 100644
--- a/sys/sys/ttycom.h
+++ b/sys/sys/ttycom.h
@@ -131,9 +131,7 @@ struct winsize {
/* 90-70 ppp; many conflicts */
#define TIOCTIMESTAMP _IOR('t', 89, struct timeval) /* enable/get timestamp
* of last input event */
-#define TIOCDCDTIMESTAMP _IOR('t', 88, struct timeval) /* enable/get timestamp
- * of last DCd rise */
- /* 88 slip; conflicts */
+ /* 88 slip, ppp; conflicts */
#define TIOCSDRAINWAIT _IOW('t', 87, int) /* set ttywait timeout */
#define TIOCGDRAINWAIT _IOR('t', 86, int) /* get ttywait timeout */
/* 84-80 slip */
OpenPOWER on IntegriCloud