CD(4) - Device Drivers Manual # CD(4) - Device Drivers Manual
NAME # cd - ATAPI and SCSI CD-ROM driver
SYNOPSIS # cd* at scsibus? #cd0 at scsibus0 target 6 lun 0 (fixed-configuration example)
DESCRIPTION # The cd driver provides support for ATAPI and SCSI CD-ROM (Compact Disc Read-Only Memory) drives, via scsibus(4). In an attempt to look like a regular disk, the cd driver synthesizes a partition table, with one partition covering the entire CD-ROM.
...
SAFTE(4) - Device Drivers Manual # SAFTE(4) - Device Drivers Manual
NAME # safte - SCSI Accessed Fault-Tolerant Enclosure
SYNOPSIS # safte* at scsibus?
DESCRIPTION # The safte driver provides support for monitoring the various environmental sensors present in SCSI enclosures using the SCSI Accessed Fault-Tolerant Enclosure command set. The hardware monitor is used with the sysctl(8) interface.
SAF-TE compliant devices can provide an arbitrary set of sensors from the following types:
...
SDMMC(4) - Device Drivers Manual # SDMMC(4) - Device Drivers Manual
NAME # sdmmc - SD bus
SYNOPSIS # # arm64 sdmmc* at amlmmc? sdmmc* at bcmsdhost? sdmmc* at dwmmc? sdmmc* at imxesdhc? sdmmc* at sximmc?
# armv7 sdmmc* at bcmsdhost? sdmmc* at dwmmc? sdmmc* at imxesdhc? sdmmc* at mvpxa? sdmmc* at ommmc? sdmmc* at sximmc?
# octeon sdmmc* at octmmc?
# riscv64 sdmmc* at cdsdhc? sdmmc* at dwmmc?
...
SES(4) - Device Drivers Manual # SES(4) - Device Drivers Manual
NAME # ses - SCSI Enclosure Services
SYNOPSIS # ses* at scsibus?
DESCRIPTION # The ses driver provides support for monitoring the various environmental sensors present in SCSI enclosures using the SCSI Enclosure Services command set. The hardware monitoring is accessed via the hw.sensors sysctl(8) variable.
SCSI devices have a fairly high level interface to the system and talk to it via a SCSI host adapter (e.
...