MVS(4) | Device Drivers Manual | MVS(4) |
mvs
— Marvell
Serial ATA Host Controller driver
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device pci
device scbus
device mvs
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
mvs_load="YES"
The following tunables are settable from the loader(8):
Note that interface Power Management is not compatible with device presence detection. A manual bus reset is needed on device hot-plug.
This driver provides the CAM(4) subsystem with native access to the SATA ports of several generations (Gen-I/II/IIe) of Marvell SATA controllers. Each SATA port found is represented to CAM as a separate bus with one target, or, if HBA supports Port Multipliers (Gen-II/IIe), 16 targets. Most of the bus-management details are handled by the SATA-specific transport of CAM. Connected ATA disks are handled by the ATA protocol disk peripheral driver ada(4). ATAPI devices are handled by the SCSI protocol peripheral drivers cd(4), da(4), sa(4), etc.
Driver features include support for Serial ATA and ATAPI devices, Port Multipliers (including FIS-based switching, when supported), hardware command queues (up to 31 command per port), Native Command Queuing, SATA interface Power Management, device hot-plug and Message Signaled Interrupts.
The mvs
driver supports the following
controllers:
Gen-I (SATA 1.5Gbps):
Gen-II (SATA 3Gbps, NCQ, PMP):
Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS):
Note, that this hardware supports command queueing and FIS-based switching only for ATA DMA commands. ATAPI and non-DMA ATA commands executed one by one for each port.
The mvs
driver first appeared in
FreeBSD 8.1.
Alexander Motin <mav@FreeBSD.org>
March 23, 2015 | Debian |