mvs(4freebsd)


NAME

     mvs --- Marvell Serial ATA Host Controller driver

SYNOPSIS

     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):

     hint.mvs.X.msi
     controls Message Signaled Interrupts (MSI) usage by the specified
     controller.

     hint.mvs.X.ccc
     controls Command Completion Coalescing (CCC) usage by the specified
     controller.  Non-zero value enables CCC and defines maximum time (in us),
     request can wait for interrupt.  CCC reduces number of context switches
     on systems with many parallel requests, but it can decrease disk
     performance on some workloads due to additional command latency.

     hint.mvs.X.cccc
     defines number of completed commands for CCC, which trigger interrupt
     without waiting for specified coalescing timeout.

     hint.mvsch.X.pm_level
     controls SATA interface Power Management for the specified channel,
     allowing some power to be saved at the cost of additional command
     latency.  Possible values:

       0     interface Power Management is disabled (default);
       1     device is allowed to initiate PM state change, host is
             passive;
       4     driver initiates PARTIAL PM state transition 1ms after port
             becomes idle;
       5     driver initiates SLUMBER PM state transition 125ms after port
             becomes idle.

     Note that interface Power Management is not compatible with device
     presence detection.  A manual bus reset is needed on device hot-plug.

     hint.mvsch.X.sata_rev
     setting to nonzero value limits maximum SATA revision (speed).  Values 1,
     2 and 3 are respectively 1.5, 3 and 6Gbps.

DESCRIPTION

     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.

HARDWARE

     The mvs driver supports the following controllers:

     Gen-I (SATA 1.5Gbps):
       *   88SX5040
       *   88SX5041
       *   88SX5080
       *   88SX5081

     Gen-II (SATA 3Gbps, NCQ, PMP):
       *   88SX6040
       *   88SX6041 (including Adaptec 1420SA)
       *   88SX6080
       *   88SX6081

     Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS):
       *   88SX6042
       *   88SX7042 (including Adaptec 1430SA)
       *   88F5182 SoC
       *   88F6281 SoC
       *   MV78100 SoC

     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.

SEE ALSO

     ada(4), ata(4), cam(4), cd(4), da(4), sa(4)

HISTORY

     The mvs driver first appeared in FreeBSD 8.1.

AUTHORS

     Alexander Motin mav@FreeBSD.org





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.