diff options
| author | Brian Somers <brian@FreeBSD.org> | 2001-06-20 14:52:08 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2001-06-20 14:52:08 +0000 |
| commit | 4b65cac846df8d9bce2a3b071bc43846c837f219 (patch) | |
| tree | 70f9f9cacd5686674ad202ece4b1ea589c517ac3 /sys/dev/digi/digi.h | |
| parent | 4a48819fbcc6930a7a8acc95e5bda95b09cf6e64 (diff) | |
Notes
Diffstat (limited to 'sys/dev/digi/digi.h')
| -rw-r--r-- | sys/dev/digi/digi.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/digi/digi.h b/sys/dev/digi/digi.h index 69509b499fc4..cba2e1cb8b8a 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; }; /* |
