summaryrefslogtreecommitdiffstats
path: root/sys/dev/digi/digi.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/digi/digi.h')
-rw-r--r--sys/dev/digi/digi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/digi/digi.h b/sys/dev/digi/digi.h
index 69509b4..cba2e1c 100644
--- a/sys/dev/digi/digi.h
+++ b/sys/dev/digi/digi.h
@@ -118,6 +118,12 @@ struct digi_p {
tcflag_t c_iflag; /* hold true IXON/IXOFF/IXANY */
int lcc, lostcc, lbuf;
u_char send_ring;
+
+ unsigned laltpin : 1; /* Alternate pin settings locked */
+ unsigned ialtpin : 1; /* Initial alternate pin settings */
+
+ int cd; /* Depends on the altpin setting */
+ int dsr;
};
/*
OpenPOWER on IntegriCloud