Home
last modified time | relevance | path

Searched defs:dcm_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/hp300/dev/
H A Ddcm.c239 struct dcm_softc { struct
240 device_t sc_dev; /* generic device glue */
242 bus_space_tag_t sc_bst;
243 bus_space_handle_t sc_bsh;
245 struct dcmdevice *sc_dcm; /* pointer to hardware */
246 struct tty *sc_tty[NDCMPORT]; /* our tty instances */
247 struct modemreg *sc_modem[NDCMPORT]; /* modem control */
248 char sc_mcndlast[NDCMPORT]; /* XXX last modem status for port */
249 short sc_softCAR; /* mask of ports with soft-carrier */
273 static void dcmpint(struct dcm_softc *, int, int); argument