|
NAMEvirtio_scsi —
VirtIO SCSI driver
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file:device virtio_scsi Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): virtio_scsi_load="YES" DESCRIPTIONThevirtio_scsi device driver provides support for
VirtIO SCSI devices.
LOADER TUNABLESTunables can be set at the loader(8) prompt before booting the kernel or stored in loader.conf(5).
DEBUGGINGTo enable debugging prints from thevirtio_scsi driver,
set the
hw.vtscsi.X.debug_level variable, where X is the adapter number, either in loader.conf(5) or via sysctl(8). The following bits have the described effects:
SEE ALSOvirtio(4)HISTORYThevirtio_scsi driver was written by
Bryan Venteicher
<bryanv@FreeBSD.org>.
It first appeared in FreeBSD 10.0.
Visit the GSP FreeBSD Man Page Interface. |