Searched defs:mscdevice (Results 1 – 1 of 1) sorted by relevance
152 struct mscdevice { struct153 volatile struct mscmemory *board; /* where the board is located */154 int flags; /* modem control flags */155 int openflags; /* flags for device open */156 u_char unit; /* which unit (ie. which board) */157 u_char port; /* which port on the board (0-6) */158 u_char active; /* does this port have hardware? */159 u_char closing; /* are we flushing before close? */160 char tmpbuf[IOBUFLEN]; /* temp buffer for data transfers */