From f77edc9e19b11204d19a0c2196b09fdeab98e421 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Tue, 29 Dec 1998 13:06:54 +0000 Subject: [PATCH] follow up to: Pre 3.0 branch cleanup casualty #1: DSI_SOFT_MODEM support. --- sys/sys/ttycom.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/sys/ttycom.h b/sys/sys/ttycom.h index f2e491bc507b..a181b77daa5e 100644 --- a/sys/sys/ttycom.h +++ b/sys/sys/ttycom.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)ttycom.h 8.1 (Berkeley) 3/28/94 - * $Id$ + * $Id: ttycom.h,v 1.12 1997/02/22 09:46:14 peter Exp $ */ #ifndef _SYS_TTYCOM_H_ @@ -130,8 +130,6 @@ struct winsize { * of last DCd rise */ #define TIOCSDRAINWAIT _IOW('t', 87, int) /* set ttywait timeout */ #define TIOCGDRAINWAIT _IOR('t', 86, int) /* get ttywait timeout */ -#define TIOCDSIMICROCODE _IO('t', 85) /* download microcode to - * DSI Softmodem */ #define TTYDISC 0 /* termios tty line discipline */ #define TABLDISC 3 /* tablet discipline */