APLNS(4) - Device Drivers Manual (arm64) # APLNS(4) - Device Drivers Manual (arm64)
NAME # aplns - Apple NVMe Storage controller
SYNOPSIS # aplns* at fdt? nvme* at aplns?
DESCRIPTION # The aplns driver provides support for the NVMe Storage controller found on various Apple SoCs.
SEE ALSO # intro(4), nvme(4)
HISTORY # The aplns driver first appeared in OpenBSD 7.0.
OpenBSD 7.5 - September 11, 2023
NVME(4) - Device Drivers Manual # NVME(4) - Device Drivers Manual
NAME # nvme - Non-Volatile Memory Host Controller Interface
SYNOPSIS # nvme* at pci? nvme* at aplns? # arm64
DESCRIPTION # The nvme driver provides support for NVMe, or NVM Express, storage controllers conforming to the Non-Volatile Memory Host Controller Interface specification.
Although the NVMe specification provides its own command set, the nvme driver provides access to the storage via a SCSI translation layer.
...