Add control flag to call hardpps() on carrier change
authortholo <tholo@openbsd.org>
Thu, 6 Mar 1997 07:06:45 +0000 (07:06 +0000)
committertholo <tholo@openbsd.org>
Thu, 6 Mar 1997 07:06:45 +0000 (07:06 +0000)
sys/dev/ic/comvar.h
sys/sys/ttycom.h

index 2a044c6..c0da882 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: comvar.h,v 1.7 1997/01/29 17:56:35 niklas Exp $       */
+/*     $OpenBSD: comvar.h,v 1.8 1997/03/06 07:06:45 tholo Exp $        */
 /*     $NetBSD: comvar.h,v 1.5 1996/05/05 19:50:47 christos Exp $      */
 
 /*
@@ -77,6 +77,7 @@ struct com_softc {
 #define        COM_SW_CLOCAL   0x02
 #define        COM_SW_CRTSCTS  0x04
 #define        COM_SW_MDMBUF   0x08
+#define        COM_SW_PPS      0x10
        u_char sc_msr, sc_mcr, sc_lcr, sc_ier;
        u_char sc_dtr;
 
index 4f72bd4..c08bc8a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ttycom.h,v 1.4 1996/09/09 23:35:17 downsj Exp $       */
+/*     $OpenBSD: ttycom.h,v 1.5 1997/03/06 07:06:47 tholo Exp $        */
 /*     $NetBSD: ttycom.h,v 1.4 1996/05/19 17:17:53 jonathan Exp $      */
 
 /*-
@@ -128,6 +128,7 @@ struct winsize {
 #define                TIOCFLAG_CLOCAL         0x02    /* set clocal on open */
 #define                TIOCFLAG_CRTSCTS        0x04    /* set crtscts on open */
 #define                TIOCFLAG_MDMBUF         0x08    /* set mdmbuf on open */
+#define                TIOCFLAG_PPS            0x10    /* call hardpps on carrier up */
 
 /* Backwards compatibility */
 #define        TIOCMODG        TIOCMGET