APLPMGR(4) - Device Drivers Manual (arm64) # APLPMGR(4) - Device Drivers Manual (arm64)
NAME # aplpmgr - Apple power management controller
SYNOPSIS # aplpmgr* at fdt?
DESCRIPTION # The aplpmgr driver provides support for the power management controller found on various Apple SoCs.
SEE ALSO # intro(4)
HISTORY # The aplpmgr driver first appeared in OpenBSD 7.1.
AUTHORS # The aplpmgr driver was written by Mark Kettenis <kettenis@openbsd.org>.
OpenBSD 7.
...
APLPMU(4) - Device Drivers Manual (arm64) # APLPMU(4) - Device Drivers Manual (arm64)
NAME # aplpmu - Apple power management unit
SYNOPSIS # aplpmu* at aplspmi?
DESCRIPTION # The aplpmu driver provides support for the real-time clock embedded in the PMU found on various Apple SoCs.
SEE ALSO # aplspmi(4), intro(4)
HISTORY # The aplpmu driver first appeared in OpenBSD 7.0.
AUTHORS # The aplpmu driver was written by Mark Kettenis <kettenis@openbsd.
...
APLPWM(4) - Device Drivers Manual (arm64) # APLPWM(4) - Device Drivers Manual (arm64)
NAME # aplpwm - Apple PWM controller
SYNOPSIS # aplpwm* at fdt?
DESCRIPTION # The aplpwm driver provides support for the PWM controllers found on various Apple SoCs.
SEE ALSO # intro(4)
HISTORY # The aplpwm device driver first appeared in OpenBSD 7.3.
AUTHORS # The aplpwm driver was written by Mark Kettenis <kettenis@openbsd.org>.
OpenBSD 7.5 - November 21, 2022
APLSART(4) - Device Drivers Manual (arm64) # APLSART(4) - Device Drivers Manual (arm64)
NAME # aplsart - Apple SART address filter
SYNOPSIS # aplsart* at fdt?
DESCRIPTION # The aplsart driver provides support for the SART address filter found on various Apple SoCs.
SEE ALSO # intro(4)
HISTORY # The aplsart driver first appeared in OpenBSD 7.2.
AUTHORS # The aplsart driver was written by Mark Kettenis <kettenis@openbsd.org>.
OpenBSD 7.
...
APLSMC(4) - Device Drivers Manual (arm64) # APLSMC(4) - Device Drivers Manual (arm64)
NAME # aplsmc - Apple System Management Controller (SMC)
SYNOPSIS # aplsmc* at fdt?
DESCRIPTION # The aplsmc driver provides support for the System Management Controller (SMC) found on various Apple SoCs. The driver provides a collection of current, fan, power, temperature, voltage, lid position and battery information sensors.
Sensor values are made available through the sysctl(8) interface.
...
APLSPI(4) - Device Drivers Manual (arm64) # APLSPI(4) - Device Drivers Manual (arm64)
NAME # aplspi - Apple SPI controller
SYNOPSIS # aplspi* at fdt?
DESCRIPTION # The aplspi driver provides support for the SPI controller found on various Apple SoCs.
SEE ALSO # intro(4)
HISTORY # The aplspi driver first appeared in OpenBSD 7.1.
AUTHORS # The aplspi driver was written by Mark Kettenis <kettenis@openbsd.org>.
OpenBSD 7.5 - October 31, 2021
APLSPMI(4) - Device Drivers Manual (arm64) # APLSPMI(4) - Device Drivers Manual (arm64)
NAME # aplspmi - Apple SPMI controller
SYNOPSIS # aplspmi* at fdt? aplpmu* at aplspmi?
DESCRIPTION # The aplspmi driver provides support for the SPMI controller found on various Apple SoCs.
SEE ALSO # aplpmu(4), intro(4)
HISTORY # The aplspmi driver first appeared in OpenBSD 7.0.
AUTHORS # The aplspmi driver was written by Mark Kettenis <kettenis@openbsd.
...
APM(4) - Device Drivers Manual (amd64) # APM(4) - Device Drivers Manual (amd64)
NAME # apm - power management interface
SYNOPSIS # acpi0 at mainbus?
DESCRIPTION # The apm driver provides a user interface to the acpi(4) driver.
The apm driver implements the following ioctl(2) calls. They are defined in <machine/apmvar.h>.
APM_IOC_REJECT
Not implemented. DO NOT USE.
APM_IOC_STANDBY
(no parameters) Request “standby” mode.
APM_IOC_SUSPEND
(no parameters) Request “suspend” mode.
...
APM(4) - Device Drivers Manual (arm64) # APM(4) - Device Drivers Manual (arm64)
NAME # apm - power management interface
SYNOPSIS # apm0 at mainbus?
DESCRIPTION # The apm driver provides an interface which simulates the Advanced Power Management (APM) BIOS functions.
Suspend/resume and other power events are NOT YET SUPPORTED.
The apm driver implements the following ioctl(2) calls. They are defined in <machine/apmvar.h>.
APM_IOC_REJECT
Not implemented. DO NOT USE.
...
APM(4) - Device Drivers Manual (i386) # APM(4) - Device Drivers Manual (i386)
NAME # apm - advanced power management device interface
SYNOPSIS # apm0 at bios0 flags 0x0000
DESCRIPTION # The apm driver provides an interface to the Advanced Power Management (APM) BIOS functions. The driver supports versions 1.0, 1.1, and 1.2 interface specifications.
This driver also provides an interface to acpi(4) on some machines.
The low two bytes of the flags specify the version of the specification driver should conform to in binary decimal notation.
...