summaryrefslogtreecommitdiffstats
path: root/sys/sys/ttycom.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-03-30 05:17:50 +0000
committerache <ache@FreeBSD.org>1995-03-30 05:17:50 +0000
commite6fff4d33f3cd4bd8e135486c705760d9ded411c (patch)
tree8da9114c3127138fab9d5bfe08f62afe1a26c056 /sys/sys/ttycom.h
parenteeec2118f1020648880cb89eed724057e1b12fdb (diff)
downloadFreeBSD-src-e6fff4d33f3cd4bd8e135486c705760d9ded411c.zip
FreeBSD-src-e6fff4d33f3cd4bd8e135486c705760d9ded411c.tar.gz
Move DSIMICROCODE ioctl to 85,
old value (88) is equal SLIOGUNIT ioctl
Diffstat (limited to 'sys/sys/ttycom.h')
-rw-r--r--sys/sys/ttycom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/ttycom.h b/sys/sys/ttycom.h
index 6762220..00a8e26 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.6 1994/11/30 15:02:43 davidg Exp $
+ * $Id: ttycom.h,v 1.7 1995/01/05 00:01:07 ache Exp $
*/
#ifndef _SYS_TTYCOM_H_
@@ -126,7 +126,7 @@ 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
+#define TIOCDSIMICROCODE _IO('t', 85) /* Download microcode to
DSI Softmodem */
#define TIOCSDRAINWAIT _IOW('t', 87, int) /* set ttywait timeout */
#define TIOCGDRAINWAIT _IOR('t', 86, int) /* get ttywait timeout */
OpenPOWER on IntegriCloud