SPC(4) - Device Drivers Manual (luna88k) # SPC(4) - Device Drivers Manual (luna88k)
NAME # spc - Fujitsu MB87030/MB89352 SCSI device
SYNOPSIS # spc0 at mainbus0 spc1 at mainbus0
DESCRIPTION # The spc driver provides support for the Fujitsu MB87030/MB89352 SCSI Protocol Controller (SPC) chips.
SEE ALSO # cd(4), ch(4), intro(4), scsi(4), sd(4), st(4), uk(4)
BUGS # Synchronous data transfers are not currently supported.
OpenBSD 7.5 - August 14, 2012
ST(4) - Device Drivers Manual # ST(4) - Device Drivers Manual
NAME # st - SCSI tape driver
SYNOPSIS # st* at scsibus? #st0 at scsibus0 target 4 lun 0 (fixed-configuration example)
DESCRIPTION # The st driver provides support for SCSI tape drives.
SCSI devices have a relatively high level interface and talk to the system via a SCSI adapter and a SCSI adapter driver e.g. ahc(4). The SCSI adapter must be separately configured into the system before a SCSI tape can be configured.
...
SYM(4) - Device Drivers Manual # SYM(4) - Device Drivers Manual
NAME # sym - symmetric access SCSI devices
SYNOPSIS # sym* at scsibus?
DESCRIPTION # The sym driver attaches to SCSI logical units that support symmetric access, i.e. all paths to the device are as good as each other. Each path attached to by sym is presented to mpath(4) which uses it as a backend to the logical unit attached to its own scsibus(4).
...
TRM(4) - Device Drivers Manual # TRM(4) - Device Drivers Manual
NAME # trm - TRM-S1040 based PCI SCSI interface
SYNOPSIS # trm* at pci?
DESCRIPTION # The trm driver supports PCI SCSI host adapters based on Tekram’s TRM-S1040 chip, including the following:
Tekram DC395U/UW/F Tekram DC315/U SEE ALSO # cd(4), ch(4), intro(4), pci(4), scsi(4), sd(4), st(4), uk(4)
https://www.tekram.com
AUTHORS # The trm driver was written for OpenBSD by Kenneth R.
...
TWE(4) - Device Drivers Manual # TWE(4) - Device Drivers Manual
NAME # twe - 3ware 5000/6000/7000/8000 series PATA/SATA RAID controller
SYNOPSIS # twe* at pci?
DESCRIPTION # The twe driver provides support for AMCC’s 3ware 5000/6000/7000/8000 series PATA/SATA RAID adapters. These adapters were formerly known as “3ware Escalade”.
These controllers support 2, 4, 8, or 12 ATA disk drives and provide RAID 0, RAID 1, RAID 5, RAID 10, and JBOD configurations.
...
UFSHCI(4) - Device Drivers Manual # UFSHCI(4) - Device Drivers Manual
NAME # ufshci - Universal Flash Storage Host Controller Interface
SYNOPSIS # ufshci* at acpi?
DESCRIPTION # The ufshci driver provides support for Universal Flash Storage (UFS) Host Controllers conforming to the JESD223C and JESD220C version 2.1 specifications.
UFS uses NAND flash, and is based on the SCSI architectural model.
SEE ALSO # acpi(4), intro(4), scsi(4)
HISTORY # The ufshci driver first appeared in OpenBSD 7.
...
UHA(4) - Device Drivers Manual (i386) # UHA(4) - Device Drivers Manual (i386)
NAME # uha - Ultrastor SCSI interface
SYNOPSIS # uha0 at isa? port 0x330 uha1 at isa? port 0x334 uha* at eisa?
DESCRIPTION # The uha driver provides support for the following SCSI adapters:
Ultrastor 14f
Ultrastor 24f
Ultrastor 34f
SEE ALSO # cd(4), ch(4), [eisa(4)](/man/man4/eisa.4), intro(4), isa(4), scsi(4), sd(4), st(4), uk(4)
OpenBSD 7.5 - August 14, 2012
UK(4) - Device Drivers Manual # UK(4) - Device Drivers Manual
NAME # uk - SCSI user-level driver
SYNOPSIS # uk* at scsibus?
DESCRIPTION # The uk driver provides support for a process to address devices on the SCSI bus for which there is no configured driver.
A SCSI adapter must also be separately configured into the system before this driver makes sense.
IOCTLS # The uk driver has no ioctls of its own but rather acts as a medium for the generic scsi(4) ioctls.
...
UMASS(4) - Device Drivers Manual # UMASS(4) - Device Drivers Manual
NAME # umass - USB mass storage support
SYNOPSIS # umass* at uhub?
DESCRIPTION # The umass driver provides support for USB mass storage class devices.
SEE ALSO # scsi(4), uhub(4), usb(4), disklabel(8)
HISTORY # The umass driver first appeared in FreeBSD 4.0. OpenBSD support was added in OpenBSD 2.7.
OpenBSD 7.5 - June 14, 2021
VDSK(4) - Device Drivers Manual (sparc64) # VDSK(4) - Device Drivers Manual (sparc64)
NAME # vdsk - virtual disk
SYNOPSIS # vdsk* at cbus?
DESCRIPTION # The vdsk driver provides a virtual disk using the services provided by the UltraSPARC Hypervisor as found on sun4v systems. It connects to a virtual disk server (vds) device in another logical domain using a logical domain channel provided by the hypervisor.
The vdsk driver supports version 1.
...