Intro

GLXPCIB(4) - Device Drivers Manual (i386)

Gpioctl, Intro, Pci, Pcib, Watchdog, Gpio, Iic, Isa, Glxpcib

GLXPCIB(4) - Device Drivers Manual (i386) # GLXPCIB(4) - Device Drivers Manual (i386) NAME # glxpcib - AMD CS5536 PCI-ISA bridge with timecounter, watchdog timer, and GPIO SYNOPSIS # glxpcib* at pci? gpio* at glxpcib? iic* at glxpcib? isa* at glxpcib? DESCRIPTION # The glxpcib driver provides support for the AMD Geode CS5536 Companion chip. This device contains a number of components, including a PCI-ISA bridge. Besides the core functionality, the glxpcib driver implements a 32-bit 3. ...

GLXPCIB(4) - Device Drivers Manual (loongson)

Gpioctl, Pcib, Intro, Pci, Glxclk, Isa, Glxpcib

GLXPCIB(4) - Device Drivers Manual (loongson) # GLXPCIB(4) - Device Drivers Manual (loongson) NAME # glxpcib - AMD CS5536 PCI-ISA bridge with timecounter SYNOPSIS # glxpcib* at pci? glxclk* at glxpcib? isa* at glxpcib? DESCRIPTION # The glxpcib driver provides support for the AMD Geode CS5536 Companion chip. This device contains a number of components, including a PCI-ISA bridge. Besides the core functionality, the glxpcib driver implements a 32-bit 3. ...

GLXSB(4) - Device Drivers Manual (i386)

Intro, Pci, Random, Ipsec, Crypto, Glxsb

GLXSB(4) - Device Drivers Manual (i386) # GLXSB(4) - Device Drivers Manual (i386) NAME # glxsb - Geode LX Security Block crypto accelerator SYNOPSIS # glxsb* at pci? DESCRIPTION # The glxsb driver supports the security block of the Geode LX series processors. The Geode LX is a member of the AMD Geode family of integrated x86 system chips. Driven by periodic checks for available data from the generator, glxsb supplies entropy to the random(4) driver for common usage. ...

GPIOCHARGER(4) - Device Drivers Manual

Sensorsd, Intro, Sysctl, Gpio, Gpiocharger

GPIOCHARGER(4) - Device Drivers Manual # GPIOCHARGER(4) - Device Drivers Manual NAME # gpiocharger - GPIO battery charger SYNOPSIS # gpiocharger* at fdt? DESCRIPTION # The gpiocharger driver provides support for battery chargers connected to GPIO pins. Currently, only power supply status events are supported. The power supply status (connected or disconnected) is set up as a sensor and can be monitored using sysctl(8) or sensorsd(8). SEE ALSO # gpio(4), intro(4), sensorsd(8), sysctl(8) ...

GPIODCF(4) - Device Drivers Manual

Ntpd, Intro, Sysctl, Gpio, Gpiodcf

GPIODCF(4) - Device Drivers Manual # GPIODCF(4) - Device Drivers Manual NAME # gpiodcf - DCF77 timedelta sensor through GPIO pin SYNOPSIS # gpiodcf* at gpio? offset 0 mask 0x1 gpiodcf* at gpio? DESCRIPTION # The gpiodcf driver decodes the DCF77 time signal code using one GPIO pin. The pin is used as a data signal. The GPIO pin must be able to read an input. The pin number can be specified in the kernel configuration with the offset locator. ...

GPIOIIC(4) - Device Drivers Manual

Intro, Gpio, Iic, Gpioiic

GPIOIIC(4) - Device Drivers Manual # GPIOIIC(4) - Device Drivers Manual NAME # gpioiic - GPIO I2C controller SYNOPSIS # gpioiic* at gpio? offset 0 mask 0x3 flag 0x0 gpioiic* at gpio? iic* at gpioiic? DESCRIPTION # The gpioiic driver allows bit-banging an I2C bus as a master using two GPIO pins. By default the first pin is used as a serial data (SDA) signal and the second as a serial clock (SCL). ...

GPIOKEYS(4) - Device Drivers Manual

Sensorsd, Intro, Sysctl, Gpio, Gpiokeys

GPIOKEYS(4) - Device Drivers Manual # GPIOKEYS(4) - Device Drivers Manual NAME # gpiokeys - GPIO keys SYNOPSIS # gpiokeys* at fdt? DESCRIPTION # The gpiokeys driver handles events triggered by GPIO keys. Currently, only lid status events are supported. The lid status is set up as a sensor and can be monitored using sysctl(8) or sensorsd(8). SEE ALSO # gpio(4), intro(4), sensorsd(8), sysctl(8) HISTORY # The gpiokeys driver first appeared in OpenBSD 7. ...

GPIOLEDS(4) - Device Drivers Manual

Intro, Gpio, Gpioleds

GPIOLEDS(4) - Device Drivers Manual # GPIOLEDS(4) - Device Drivers Manual NAME # gpioleds - GPIO LEDs SYNOPSIS # gpioleds* at fdt? DESCRIPTION # The gpioleds driver provides support for LEDs connected to GPIO pins. Currently, LEDs are only set to their default state, e.g. to indicate the power status of the system. SEE ALSO # gpio(4), intro(4) HISTORY # The gpioleds driver first appeared in OpenBSD 7.1. AUTHORS # The gpioleds driver was written by Klemens Nanni <kn@openbsd. ...

GPIOOW(4) - Device Drivers Manual

Onewire, Intro, Gpio, Gpioow

GPIOOW(4) - Device Drivers Manual # GPIOOW(4) - Device Drivers Manual NAME # gpioow - 1-Wire bus bit-banging through GPIO pin SYNOPSIS # gpioow* at gpio? offset 0 mask 0x1 gpioow* at gpio? onewire* at gpioow? DESCRIPTION # The gpioow driver allows bit-banging a 1-Wire bus as a master using one GPIO pin. The pin is used as a data signal. The GPIO pin must be able to drive an output and read an input. ...

GRAPHAUDIO(4) - Device Drivers Manual

Audio, Intro, Simpleaudio, Graphaudio

GRAPHAUDIO(4) - Device Drivers Manual # GRAPHAUDIO(4) - Device Drivers Manual NAME # graphaudio - audio graph card SYNOPSIS # graphaudio* at fdt? audio* at graphaudio? DESCRIPTION # graphaudio is a generic driver for audio cards. It represents the logical connection of audio components like I2S controllers and codecs. SEE ALSO # audio(4), intro(4), simpleaudio(4) HISTORY # The graphaudio driver first appeared in OpenBSD 6.9. AUTHORS # The graphaudio driver was written by Mark Kettenis <kettenis@openbsd. ...