HomeSort by: relevance | last modified time | path
    Searched refs:tcom (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/isa/
tcom.c 1 /* $NetBSD: tcom.c,v 1.22 2021/08/07 16:19:12 thorpej Exp $ */
67 * NOTE: This driver has been tested in TCOM "UNIX mode" with base address
69 * does NOT know about the 2x and 4x baud rates available on TCOM cards.
73 __KERNEL_RCSID(0, "$NetBSD: tcom.c,v 1.22 2021/08/07 16:19:12 thorpej Exp $");
89 #define NSLAVES 8 /* TCOM cards have 4 or 8 UARTs */
110 CFATTACH_DECL_NEW(tcom, sizeof(struct tcom_softc),
  /src/sbin/restore/
tape.c 579 struct mtop tcom; local in function:setdumpnum
587 tcom.mt_op = MTFSF;
588 tcom.mt_count = dumpnum - 1;
594 if (ioctl(mt, (int)MTIOCTOP, (char *)&tcom) < 0)
  /src/share/man/man4/
Makefile 124 le.4 lm.4 mcd.4 nca.4 nct.4 rtfps.4 sb.4 sea.4 smsc.4 tcom.4 \

Completed in 13 milliseconds