Searched defs:com_s (Results 1 – 1 of 1) sorted by relevance
71 struct com_s { struct72 u_int flags; /* Copy isa device flags */73 u_char state; /* miscellaneous flag bits */74 bool_t active_out; /* nonzero if the callout device is open */75 u_char cfcr_image; /* copy of value written to CFCR */77 bool_t esp; /* is this unit a hayes esp board? */79 u_char extra_state; /* more flag bits, separate for order trick */80 u_char fifo_image; /* copy of value written to FIFO */81 bool_t hasfifo; /* nonzero for 16550 UARTs */82 bool_t st16650a; /* Is a Startech 16650A or RTS/CTS compat */[all …]