AMLUART(4) - Device Drivers Manual # AMLUART(4) - Device Drivers Manual
NAME # amluart - Amlogic Universal Asynchronous Receiver/Transmitter
SYNOPSIS # amluart* at fdt?
DESCRIPTION # The amluart driver supports the Amlogic Universal Asynchronous Receiver/Transmitter (UART).
SEE ALSO # tty(4)
HISTORY # The amluart driver first appeared in OpenBSD 6.6.
AUTHORS # The amluart driver was written by Mark Kettenis <kettenis@openbsd.org>.
OpenBSD 7.5 - June 20, 2020
CDUART(4) - Device Drivers Manual # CDUART(4) - Device Drivers Manual
NAME # cduart - Cadence Universal Asynchronous Receiver/Transmitter
SYNOPSIS # cduart* at fdt?
DESCRIPTION # The cduart driver supports the Cadence Universal Asynchronous Receiver/Transmitter (UART).
SEE ALSO # tty(4)
HISTORY # The cduart driver first appeared in OpenBSD 7.0.
OpenBSD 7.5 - April 24, 2021
Isa,
Pcmcia,
Cardbus,
Intro,
Tty,
Dino,
Puc,
Ast,
Gsc,
Ssio,
Ebus,
Hsq,
Addcom,
Isapnp,
Asio,
Boca,
Com COM(4) - Device Drivers Manual # COM(4) - Device Drivers Manual
NAME # com - serial communications interface
SYNOPSIS # # com attachments # # i386 com0 at isa? port 0x3f8 irq 4 com1 at isa? port 0x2f8 irq 3 com2 at isa? port 0x3e8 irq 5 com3 at isa? port 0x2e8 irq 9 com* at isapnp? com* at pcmcia? com* at puc? com* at cardbus?
com* at addcom? com* at ast?
...
CSH(1) - General Commands Manual # CSH(1) - General Commands Manual
NAME # csh - a shell (command interpreter) with C-like syntax
SYNOPSIS # csh [-bcefimnstVvXx] [argument …]
csh [-l]
DESCRIPTION # csh is a command language interpreter incorporating a history mechanism (see History substitutions), job control facilities (see Jobs), interactive file name and user name completion (see File name completion), and a C-like syntax. It is used both as an interactive login shell and a shell script command processor.
...
CY(4) - Device Drivers Manual # CY(4) - Device Drivers Manual
NAME # cy - Cyclades Cyclom-{4, 8, 16}Y asynchronous comms board device driver
SYNOPSIS # cy0 at isa? iomem 0xd4000 irq 12 cy* at pci?
DESCRIPTION # This driver provides an interface to Cyclades Cyclom-4Y, Cyclom-8Y and Cyclom-16Y asynchronous multiport serial boards. These boards are based around Cirrus Logic CD1400 communication controllers.
The device minor numbers for this driver are encoded as follows:
...
CZ(4) - Device Drivers Manual # CZ(4) - Device Drivers Manual
NAME # cz - Cyclades-Z series multi-port serial adapter device
SYNOPSIS # cz* at pci?
DESCRIPTION # The cz device driver supports the Cyclades-Z series of multi-port serial adapters. The Cyclades-Z is an intelligent serial controller comprising:
PLX9060ES PCI bus interface
Xilinx XC5204 FPGA
IDT R3052 MIPS CPU
The MIPS CPU runs firmware provided by the device driver. Communication with the MIPS is performed by modifying data structures located in board local RAM or host RAM.
...
ENDRUN(4) - Device Drivers Manual # ENDRUN(4) - Device Drivers Manual
NAME # endrun - EndRun Technologies native time-of-day message timedelta sensor
SYNOPSIS # pseudo-device endrun [count]
DESCRIPTION # This line discipline interfaces serial EndRun Technologies devices.
The line discipline is enabled by the following sequence:
#include <sys/ioctl.h> int ldisc = ENDRUNDISC, fildes; ... ioctl(fildes, TIOCSETD, &ldisc); The byte stream is unaltered by the line discipline which maintains a timedelta sensor using the EndRun data.
...
FD(4) - Device Drivers Manual # FD(4) - Device Drivers Manual
NAME # fd, stdin, stdout, stderr - file descriptor files
DESCRIPTION # The files /dev/fd/0 through /dev/fd/# refer to file descriptors which can be accessed through the file system. If the file descriptor is open and the mode the file is being opened with is a subset of the mode of the existing descriptor, the call:
fd = open("/dev/fd/0", mode); and the call:
...
GETTY(8) - System Manager’s Manual # GETTY(8) - System Manager’s Manual
NAME # getty - set terminal mode
SYNOPSIS # getty [type [tty]]
DESCRIPTION # The getty program is called by init(8) to open and initialize the tty line, read a login name, and invoke login(1).
The argument tty is the special device file in /dev to open for the terminal (for example, ttyh0). If there is no argument or the argument is ‘-’, the tty line is assumed to be open as file descriptor 0.
...
IMXUART(4) - Device Drivers Manual # IMXUART(4) - Device Drivers Manual
NAME # imxuart - i.MX Universal Asynchronous Receiver/Transmitter
SYNOPSIS # imxuart* at fdt?
DESCRIPTION # The imxuart driver provides support for the i.MX Universal Asynchronous Receiver/Transmitter (UART).
SEE ALSO # tty(4)
HISTORY # The imxuart driver first appeared in OpenBSD 5.5.
AUTHORS # The imxuart driver was written by Patrick Wildt <patrick@blueri.se>.
OpenBSD 7.5 - April 1, 2018