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.
...
Newfs,
Config,
Makedev,
Sd,
Fdisk,
Ioctl,
Disklabel,
Mount,
Vnconfig,
Fsck,
Vnd VND(4) - Device Drivers Manual # VND(4) - Device Drivers Manual
NAME # vnd - vnode disk driver
SYNOPSIS # pseudo-device vnd [count]
DESCRIPTION # The vnd driver provides a disk-like interface to a file. This is useful for a variety of applications, such as building miniroot or floppy disk images.
This document assumes familiarity with how to generate kernels and how to properly configure disks and pseudo-devices in a kernel configuration file.
...
WDS(4) - Device Drivers Manual (i386) # WDS(4) - Device Drivers Manual (i386)
NAME # wds - WD7000 compatible ISA SCSI interface
SYNOPSIS # wds0 at isa? port 0x350 irq 15 drq 6 # WD7000, TMC-7000 wds1 at isa? port 0x358 irq 11 drq 5
DESCRIPTION # The wds driver supports the WD7000 family of SCSI adapters and compatibles, including:
WD7000-ASC
Busmastering DMA controller.
WD7000-ASE
An ASC with floppy controller and ESDI, manufactured for Apollo workstations.
...