summaryrefslogtreecommitdiffstats
path: root/sys/sys/ttycom.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-09-13 03:19:19 +0000
committerphk <phk@FreeBSD.org>1994-09-13 03:19:19 +0000
commit2041840639465a5d86f728671d7240a782043d71 (patch)
tree0960a417391e835083c14a3a4d6ac70d43073e5c /sys/sys/ttycom.h
parentbe512700dd435a00d5395e81840528574997c544 (diff)
downloadFreeBSD-src-2041840639465a5d86f728671d7240a782043d71.zip
FreeBSD-src-2041840639465a5d86f728671d7240a782043d71.tar.gz
Add an ioctl to download microcode to DSI softmodem.
Diffstat (limited to 'sys/sys/ttycom.h')
-rw-r--r--sys/sys/ttycom.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/sys/ttycom.h b/sys/sys/ttycom.h
index 13c6125..5d221f1 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: ttycom.h,v 1.3 1994/08/02 07:53:56 davidg Exp $
+ * $Id: ttycom.h,v 1.4 1994/08/18 09:16:37 davidg Exp $
*/
#ifndef _SYS_TTYCOM_H_
@@ -128,6 +128,8 @@ struct winsize {
#define TIOCMGDTRWAIT _IOR('t', 90, int) /* modem: get wait on close */
#define TIOCTIMESTAMP _IOR('t', 89, struct timeval) /* get timestamp of
last interrupt for xntp. */
+#define TIOCDSIMICROCODE _IO('t', 88) /* Download microcode to
+ DSI Softmodem */
#define TTYDISC 0 /* termios tty line discipline */
#define TABLDISC 3 /* tablet discipline */
OpenPOWER on IntegriCloud