*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: nmdm | Section: 4 | Source: FreeBSD | File: nmdm.4.gz
NMDM(4) FreeBSD Kernel Interfaces Manual NMDM(4) NAME nmdm - nullmodem terminal driver SYNOPSIS To compile this driver into the kernel, place the following line in your kernel configuration file: device nmdm Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): nmdm_load="YES" DESCRIPTION The nmdm driver provides two tty(4) devices connected by a virtual "null modem" cable. If either of the two tty devices have the CDSR_OFLOW bit ("stty dsrflow") set in their line discipline, the nmdm device will emulate the speed configured in the termios(4) settings. The speed emulation works independently in the two directions, controlled by the slower end's termios settings (c_ispeed, c_ospeed, CS5 ... CS8, CSTOPB and PARENB). FILES /dev/nmdmN[AB] nullmodem device nodes. Where the A node has a matching B node. The nmdm driver implements "on-demand device creation" so simply accessing a given instance in /dev will create it. DIAGNOSTICS None. SEE ALSO stty(1), termios(4), tty(4), ttys(5) HISTORY The nmdm driver first appeared in FreeBSD 4.4. FreeBSD 14.1-RELEASE-p8 July 11, 2020 FreeBSD 14.1-RELEASE-p8

Navigation Options